/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
p {
	text-align: justify;
}
a {
	outline: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 25, 2011 */

@font-face {
	font-family: 'UniversLTStd59UltraCondensed';
	src: url('../fonts/universltstd-ultracn-webfont.eot');
	src: url('../fonts/universltstd-ultracn-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/universltstd-ultracn-webfont.woff') format('woff'),
		 url('../fonts/universltstd-ultracn-webfont.ttf') format('truetype'),
		 url('../fonts/universltstd-ultracn-webfont.svg#UniversLTStd59UltraCondensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* === Main Structure ====================================================== */
html { overflow: hidden; }
body {
	background: url('../images/sections_bg.jpg') no-repeat center top #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
html.no-js {
	background-image: none;
	overflow: auto;
}
#loading-mask {
	background: url('../images/ajax-loader.gif') no-repeat scroll center center #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

/* === Sections ============================================================ */
.section {
	padding: 350px 0;
	position: relative;
	height: 700px;
	width: 100%;
	z-index: 1000;
}
html.no-js .section { background: url('../images/sections_bg.jpg') no-repeat center top transparent; }
.section > .wrapper {
	height: 700px;
	margin: auto;
	/*outline: 1px solid red;*/
	position: relative;
	width: 960px;
	z-index: 2000;
}

.section header.section-header {
	float: left;
	margin-left: 2px;
	margin-top: 51px;
	overflow: hidden;
	width: 350px;
}

.section header.section-header h1 { display: none; }

.logo {
	margin-left: 9px;
	height: 162px;
}

.section header nav {
	background: url('../images/nav_bg.png') no-repeat 0 100% transparent;
	width:200px;
	font-family: "UniversLTStd59UltraCondensed", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 24px;
	padding-bottom: 22px;
	text-transform: uppercase;
}
.section header nav li { margin-bottom: 4px; }

.section header nav a {
	color: #fff;
	display: block;
	padding: 10px 0 8px 21px;
	text-decoration: none;
}
.section header nav a:hover { color: #F3B1CF; }
.section header nav .active a {
	background: url('../images/nav_item_bg.png') no-repeat 0 0 transparent;
	color: #251a06;
}

.socialmedia {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	margin-left: 20px;
	margin-top: 15px;
	overflow: hidden;
	width: 109px;
}
.socialmedia strong {
	float: left;
	line-height: 36px;
}
.socialmedia ul { float: right; }
.socialmedia li {
	float: left;
	margin-left: 1px;
}
.socialmedia a {
	background: url('../images/socialmedia_bg.png') no-repeat 0 0 transparent;
	display: block;
	height: 30px;
	text-indent: -2000em;
	width: 24px;
}
.socialmedia a:hover { background-position: -96px 0; }
.socialmedia .twitter a { background-position: -24px 0; }
.socialmedia .twitter a:hover { background-position: -120px 0; }

.section-content > header {
	left: 501px;
	position: absolute;
	top: 126px;
}
.section-content > header h1 {
	color: #fdfdfd;
	font-size: 24px;
	font-family: "UniversLTStd59UltraCondensed", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-shadow: 0 -1px 0px #000;
	text-transform: uppercase;
}
.section-content > header h1 span {
	color: #F39CBB;
	display: block;
	font-size: 47px;
	margin-left: 50px;
}
.section-content p {
	color: #7f7f7f;
	font-size: 11px;
	line-height: 16px;
}

.cta-btn {
	background: url('../images/cta_btns.png') no-repeat 0 0 transparent; 
	color: #251a06;
	font-family: "UniversLTStd59UltraCondensed", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 27px;
	padding-left: 12px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
}
.cta-btn span { color: #D61B5C; }
.cta-btn:hover { color: #D61B5C; }
.cta-btn:hover span { color: #251a06; }

.orders-btn {
	background: url('../images/orders_btn.png') no-repeat 0 0 transparent;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 54px;
	left: 8px;
	line-height: 11px;
	padding-left: 105px;
	padding-top: 50px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	top: 528px;
	width: 93px;
}
.orders-btn:hover {
	color: #484747;
	background-position: -191px 0;
}
.orders-btn span {
	color: #fff;
	display: block;
	font-size: 11px;
	margin-left: 7px;
}
.orders-btn:hover span { color: #000; }


.section footer {
	bottom: 15px;
	color: #4B0A21;
	font-size: 11px;
	left: 0;
	top: 630px;
	position: absolute;
	width: 100%;
}

footer > a {
	float: left;
	margin-top: -4px;
}

.section footer p {
	float: left;
	margin-left: 22px;
	line-height:19px;
	position:relative;
	top:-5px;
}
.section footer images {
	position:relative;
	top:5px;
}
.section footer ul {
	float: right;
	margin-right: 22px;
}
.section footer ul li { float: left; }
.section footer a {
	color: #4B0A21;
	padding: 0 7px;
	text-decoration: none;
}
.section footer a:hover, .section footer .active a { color: #fff; }


/* home */
.section#home header nav { background-position: -197px 100%; }
.section#home header nav a { color: #787878; }
.section#home header nav a:hover { color: #000; }
.section#home header nav .active a {
	background-position: 0 -38px;
	color: #fff;
}
.section#home .socialmedia strong {
	color: #787878;
}
.section#home .socialmedia a { background-position: -48px 0; }
.section#home .socialmedia .twitter a { background-position: -72px 0; }
.section#home .socialmedia a:hover { background-position: -96px 0; }
.section#home .socialmedia .twitter a { background-position: -24px 0; }
.section#home .socialmedia .twitter a:hover { background-position: -120px 0; }

.section#home .cta-btn {
	color: #fff;
	padding-bottom: 11px;
	padding-top: 11px;
	right: 26px;
	top: 261px;
	width: 187px;
}
.section#home .cta-btn:hover {
	background-position: -534px 0;
	color: #182222;
}
.section#home .cta-btn span {
	color: #181818;
	margin-left: -4px;
}
.section#home .cta-btn:hover span { color: #fff; }

.section#home .section-content > header {
	left: 590px;
	top: 103px;
}
.section#home .section-content > header h1 {
	color: #666;
	font-size: 20px;
	text-shadow: 0 -1px 0 #fff;
}
.section#home .section-content > header h1 span {
	color: #D61B5C;
	font-size: 26px;
	letter-spacing: -1px;
	margin-left: 20px;
	margin-top: 4px;
}

.section#home .section-content > p {
	left: 610px;
	position: absolute;
	top:160px;
	width: 320px;
	height: 96px;
	overflow: hidden;
}

.section#home .section-extra > p {
	left: 610px;
	position: absolute;
	top:310px;
	width: 320px;
	height: 140px;
	overflow: hidden;
}

#products-overview {
	left: 170px;
	position: absolute;
	top: 439px;
}
#products-overview ul { float: left; }
#products-overview ul li {
	background: url('../images/home_product_shadow.png') no-repeat 100% 100% transparent;
	float: left;
	margin-right: 4px;
	padding-bottom: 21px;
}
#products-overview img { border: 1px solid #c5c5c5; }
#products-overview a {
	color: #D61B5C;
	float: left;
	font-size: 11px;
	line-height: 18px;
	margin-left: 18px;
	margin-top: 16px;
	text-decoration: none;
}
#products-overview a span {
	color: #666;
	display: block;
	font-size: 24px;
}

#products-overview li a {
	margin:0;
}

/* about */
html.no-js #about { background-position: center -1400px; }

.section#about .content {
	color: #fff;
	font-size: 11px;
	height: 200px;
	line-height: 18px;
	position: absolute;
	top: 200px;
	left: 556px;
	width: 370px;
}
.section#about .cta-btn {
	background-position: -200px 0;
	left: 551px;
	padding-bottom: 8px;
	padding-top: 9px;
	top: 437px;
	width: 155px;
}
.section#about .cta-btn:hover { background-position: -734px 0; }
.section#about .content li {
	background: url('../images/text_list_item.png') no-repeat 2px 7px transparent;
	padding-left: 16px;
}

.section#about .content p {
	padding-left: 5px;
	color: #F7BFD2;
}

.jspVerticalBar {
	background: transparent;
	width: 21px;
}

.jspTrack { background: url('../images/scroll_track.jpg') no-repeat center top transparent; }
.jspDrag { background: url('../images/scroll_drag.png') no-repeat 0 0 transparent; }

/* products */
html.no-js #products { background-position: center -2800px; }
#products .section-content > header{ top:60px; }

.section#products .container-prod { height: 262px; }
.section#products .container-prod,
.section#products .breadcrumb{
	width:800px;
}

.section#products .container-prod{
	position:absolute;
	top:152px;
	left:238px;
	background:url('../images/fd_products-tab-shadow.png') center top no-repeat;
}

.section#products .breadcrumb{
	padding-top:2px;
	overflow:hidden;
}

.section#products .breadcrumb li{
	float:left;
	margin-right:4px;
}

.section#products .breadcrumb li.first{
	margin-left:318px;
}

.section#products .breadcrumb li a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-shadow:0 -1px 0 #000;
	text-decoration:none;
	text-transform: uppercase;
	display:block;
	width:90px;
	height:42px;
	line-height:32px;
	text-align:center;
}

.section#products .breadcrumb li a.tab-active{
	background:url('../images/fd_products-tab-active.png') top center no-repeat;
}

.section#products .muestrario{
	overflow:hidden;
	width:2000px;
}

.section#products .muestrario li{
	float:left;
	width:150px;
	margin-right:12px;
}

.section#products .bloque{
	overflow:hidden;
	margin-bottom:18px;
	margin-top: 10px;
}

.section#products .bloque img{
	float:left;
	width:91px;
	height:91px;
	margin-right:6px;
}

.section#products .bloque .info{
	float:left;
	width:140px;
}

.section#products .bloque h2{
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-transform:capitalize;
}

.section#products .bloque p{
	font-size:11px;
	line-height:12px;
	color:#fff;
}

.section#products .price{
	position:absolute;
	top:-96px;
	
}

.section#products .price .precio-unitario{
	float:left;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-shadow:0 -1px 0 #AF164B;
	margin-top:23px;
	margin-right:10px;
}

.section#products .price .precio-unitario span{
	font-size:11px;
}

.section#products .price .valor{
	background:url(../images/fd_products-precio-cant.png) center no-repeat;
	line-height:84px;
	width:84px;
	height:84px;
	color:#683104;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	float:left;
}

.section#products .pedido-minimo{
	clear:both;
	color:#fff;
	font-weight:bold;
	text-shadow:0 -1px 0 #AF164B;
	padding-top:3px;
}

.section#products .title-slider{
	color:#fff;
	text-shadow:0 -1px 0 #AF164B;
	font-weight:bold;
	font-size:11px;
	line-height:12px;
	position:absolute;
	bottom:-26px;
	right:72px;
	
}

.section#products .arma-pedido{
	position:absolute;top:-68px;left:157px;font-size:12px;line-height:13px;color:#063b3a;font-weight:bold;
}

.section#products .cta-btn {
	background-position: -367px 0;
	left: 191px;
	padding-bottom: 9px;
	padding-top: 9px;
	top: 303px;
	width: 155px;
}
.section#products .cta-btn:hover { background-position: -901px 0; }
.section#products .cta-btn span { margin: 0 -4px; }

/* contact */
html.no-js #contact { background-position: center -4200px; }
#contact .section-content > header{
	top:60px;
}

.section#contact p{
	color:#fff;
	font-weight:bold;
	position:absolute;
}

.section#contact p.txt{
	top:852px;
	left:238x;
	width:890px;
}

.section#contact p.info{
	/*background:url('../images/fd_contact-info.png') center no-repeat;*/
	top:200px;
	left:705px;
	width:250px;
	height:110px;
	padding:0 20px 0 25px;
	font-weight:normal;
	line-height:20px;
	overflow:hidden;
}





.section#contact p.newinfo span{
	color:#F39CBB;
	font:16px arial,helvetica, sans-serif;
	
}
.section#contact p.shours{
	top:500px;
	left:730px;
	width:250px;
	text-shadow:0 -1px 0 #AF164B;
	font-weight:normal;
	line-height:20px;
}

.section#contact p.shours span{
	color:#F39CBB;
	font:16px arial,helvetica, sans-serif;
}

.section#contact p.phone{
	top:520px;
	left:730px;
	width:250px;
	text-shadow:0 -1px 0 #AF164B;
	font-weight:normal;
	line-height:20px;
}

.section#contact p.phone span{
	color:#F39CBB;
	font:16px arial,helvetica, sans-serif;
}

.section#contact form{
	position:absolute;
	top:210px;
	left:238px;
	width:430px;
}

.section#contact form .rows{
	clear:both;
	margin-bottom:12px;
	position:relative;
}

.section#contact form label{
	color:#fff;
	font-weight:bold;
	font-size:11px;
	width:85px;
	text-align:right;
	display:block;
	float:left;
	margin-right:20px;
	padding-top:4px;
}

.section#contact form input, .section#contact form textarea{
	width:316px;
	padding:2px;
	background:url('../images/fd_sprite-contact-form.png') repeat-x;
	border-color: #680D2D;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color:#fff;
	outline:none;
	background-color: #9B1343;  
	background: -moz-linear-gradient(100% 100% 90deg,#9B1343, #C71855); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C71855), to(#9B1343)); 
	background: -webkit-linear-gradient(#C71855, #9B1343); 
	background: -o-linear-gradient(#C71855, #9B1343);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C71855', endColorstr='#9B1343');
}

.section#contact form input:focus, .section#contact form textarea:focus{
	width:316px;
	padding:2px;
	background:url('../images/fd_sprite-contact-form.png') repeat-x;
	border-color: #680D2D;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color:#fff;
	outline:none;
	background-color: #C71855;  
	background: -moz-linear-gradient(100% 100% 90deg,#C71855, #9B1343); 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9B1343), to(#C71855)); 
	background: -webkit-linear-gradient(#9B1343, #C71855); 
	background: -o-linear-gradient(#9B1343,#C71855);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B1343', endColorstr='#C71855');
}

.section#contact form .rows.error input, .section#contact form .rows.error textarea {
	border-color: #ff0000;
}

.section#contact form input{
	background-position:top left;
	height:22px;
}

.section#contact form textarea{
	background-position:bottom left;
	height:76px;
	resize:none;
	overflow:hidden;
}

.section#contact form .submit{
	background:url('../images/form_submit.png') no-repeat;
	width:115px;
	height:43px;
	border:none;
	font:26px/43px UniversLTStd59UltraCondensed, Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	text-align:left;
	padding-left:10px;
	position:absolute;
	left:169px;
	top:27px;
	text-decoration:none;
}

.ie7 .section#contact form .submit{
	top:25px;
}

#form-response {
	background: url('../images/ajax-loader-wheel.gif') no-repeat -100px -100px transparent;
	color: #F39CBB;
	height: 32px;
	font-size: 12px;
	font-weight: 700;
	left: 290px;
	padding-left: 5px;
	padding-top: 10px;
	position: absolute;
	top: 36px;
	width: 300px;
}
#form-response.loading { background-position: 0 0; }
.section#contact form .submit:hover {
	color: #D61B5C;
	background-position: -115px 0;
	border:none;
}

.section#contact form .submit:active {
	color: #D61B5C;
	background-position: -115px 0;
	border:none;
}

.section#contact footer p {
	color: #D61B5C;
	font-weight: 300;
	position: relative;
}

.section#contact footer a { color: #D61B5C; }
.section#contact footer a:hover, .section#contact footer li.active a { color: #000; }
.section#contact p.pedido-minimo{top:113px;left:236px;}




/* === Decoration ========================================================== */
.heart-decoration {
	background-color: transparent;
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	/*z-index: 100;*/
}
#heart-lft-01 { background-image: url('../images/hearts/lft_01.png'); }
#heart-lft-02 { background-image: url('../images/hearts/lft_02.png'); }
#heart-lft-03 { background-image: url('../images/hearts/lft_03.png'); }
#heart-lft-04 { background-image: url('../images/hearts/lft_04.png'); }
#heart-lft-05 { background-image: url('../images/hearts/lft_05.png'); }
#heart-lft-06 { background-image: url('../images/hearts/lft_06.png'); }
#heart-lft-07 { background-image: url('../images/hearts/lft_07.png'); }
#heart-lft-08 { background-image: url('../images/hearts/lft_08.png'); }
#heart-lft-09 { background-image: url('../images/hearts/lft_09.png'); }
#heart-lft-10 { background-image: url('../images/hearts/lft_10.png'); }
#heart-rght-01 { background-image: url('../images/hearts/rght_01.png'); }
#heart-rght-02 { background-image: url('../images/hearts/rght_02.png'); }
#heart-rght-03 { background-image: url('../images/hearts/rght_03.png'); }
#heart-rght-04 { background-image: url('../images/hearts/rght_04.png'); }
#heart-rght-05 { background-image: url('../images/hearts/rght_05.png'); }
#heart-rght-06 { background-image: url('../images/hearts/rght_06.png'); }
#heart-rght-07 { background-image: url('../images/hearts/rght_07.png'); }
#heart-rght-08 { background-image: url('../images/hearts/rght_08.png'); }
#heart-rght-09 { background-image: url('../images/hearts/rght_09.png'); }
#heart-rght-10 { background-image: url('../images/hearts/rght_10.png'); }



.jcarousel-skin-tango .jcarousel-container {
  
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}



.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 218px;
    right: 5px;
    width: 32px;
    height: 34px;
    cursor: pointer;
/*    background: transparent url(../images/fd_products-arrows-slider.png) left bottom no-repeat;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
   /* background-image: url(../images/fd_products-arrows-slider.png) no-repeat; */
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: left bottom;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: left bottom;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
	filter: alpha(opacity=50); opacity: .5;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 218px;
    right: 35px;
    width: 32px;
    height: 34px;
    cursor: pointer;
/*    background: transparent url(../images/fd_products-arrows-slider.png) no-repeat 0 0; */
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
   /* background-image: url(../images/fd_products-arrows-slider.png); */
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: left top;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: left top;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
	filter: alpha(opacity=50); opacity: .5;
}