@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}

img{
	border:0;
}

#centrado{
	width:940px;
	margin:0 auto;
	text-align:left;
}

#pagina{
	width:940px;
	overflow:hidden;
	float:left;
}

#top{
	height:70px;
	width:940px;
	float:left;
	background-color:#FFF;
	background-image:url(../images/fondotop.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#fecha{
	width:58px;
	height:55px;
	float:left;
	margin-left:50px;
	margin-top:5px;
	background-image:url(../images/fondoFechaTop.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#fecha .mes{
	color:#FFF;
	font-weight:bold;
	font-size:9px;
	height:12px;
	width:56px;
	float:left;
	margin-top:12px;
	margin-left:2px;
	float:left;
	text-align:center;
}

#fecha .dia{
	font-size:24px;
	margin-left:12px;
	float:left;
}

#motivoFecha{
	width:350px;
	height:40px;
	font-size:18px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#top #usuario{
	width:420px;
	height:60px;
	float:right;
	margin-right:15px;
	margin-top:5px;
}

#top #usuario input{
	border:1px #666 solid;
	background-repeat:no-repeat;
	background-position:2px 1px;
	padding-left:18px;
	margin-right:5px;
	margin-top:22px;
	float:left;
}

#top #usuario .usuario{
	background-image:url(../images/icoFndUsr.gif);
}

#top #usuario .pass{
	background-image:url(../images/icoFndPass.gif);
}

#top #usuario .ingresar{
	padding:0;
}

#top #usuario input:focus{
	background-color:#FFC;
}

#destaque{
	width:940px;
	height:330px;
	float:left;
	overflow:hidden;
}

#destaque #productos{
	margin:0;
	padding:0;
	position:absolute;
	z-index:100;
}

#destaque #productos .datosProd{
	background-image:url(../images/fondoDatoDestaque.png);
	background-repeat:no-repeat;
	width:469px;
	height:55px;
	z-index:109;
	position:absolute;
	top:275px;
	left:100px;
	padding-left:20px;
	font-weight:bold;
}

#destaque #productos .datosProd span{
	float:left;
	margin-right:10px;
	padding-top:20px;
}

#destaque #productos .datosProd .carrito{
	padding-top:5px;
}

#destaque #productos .datosProd .precio{
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	margin-top:20px;
	border-left:#FFF 2px solid;
	border-right:#FFF 2px solid;
}

#destaque #productos .imgProdDestacado{
	width:234px;
	height:287px;
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8; 
	position:absolute;
	background-image:url(../images/fondoProdDestacado.png);
	background-repeat:no-repeat;
	right:80px;
	bottom:-2px;
	text-align:center;
}

#destaque #productos .imgProdDestacado img{
	filter: alpha(opacity=80);
}

#destaque #productos .imgProdDestacado a{
	position:absolute;
	bottom:0;
	right:20px;
}

#destaque #productos li{
	display:block;
	width:940px;
	height:330px;
	position:absolute;
	background-repeat:no-repeat;
	background-position:center center;
}

#destaque #mascara{
	background-image:url(../images/mascaDestaque.png);
	background-position:bottom center;
	width:940px;
	height:330px;
	position:absolute;
	z-index:100;
}

#destaque #navegacionPrev{
	position:absolute;
	z-index:101;
	cursor:pointer;
}

#destaque #navegacionSig{
	position:relative;
	width:79px;
	z-index:101;
	left:860px;
	cursor:pointer;
}

#medio{
	width:940px;
	height:190px;
	background-color:#FFF;
	background-image:url(../images/fondoMedio.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	float:left;
	font-size:12px;
}

#medio div{
	float:left;
	margin-top:10px;
	height:170px;
	margin-right:10px;
}

#medio .logo{
	padding-left:30px;
	padding-top:40px;
}

#medio .mnuEmpresa{
	border-left:#999 solid 2px;
	margin-left:20px;
}

#medio .mnuEmpresa ul, #medio .mnuEmpresa li{
	margin:0;
	padding:0;
	list-style:none;
}

#medio .mnuEmpresa a{
	display:block;
	padding-left:5px;
	padding-top:3px;
/*	padding-bottom:3px;
	margin-bottom:3px;*/
	color:#999;
	text-decoration:none;
	font-weight:bold;
}

#medio .mnuEmpresa a:hover{
	color:#333;
	
}

#medio .mnuCategorias{
	border-left:#999 solid 2px;
	margin-left:20px;
	padding-left:10px;
}

#medio .mnuCategorias ul, #medio .mnuCategorias ul li{
	list-style:none;
	margin:0;
	padding:0;
}

#medio .mnuCategorias ul li div{
	margin:0;
	padding:0;
	height:auto;
	color:#F00;
	font-weight:bold;
}

#medio .mnuCategorias ul li{
	width:100px;
	float:left;
}

#medio .mnuCategorias ul li ul a{
	display:block;
	padding-left:5px;
	padding-top:3px;
/*	padding-bottom:3px;
	margin-bottom:3px;*/
	color:#999;
	text-decoration:none;
	font-weight:bold;

}

#medio .mnuCategorias ul li ul a:hover{
	color:#333;
}

#medio .atencionCliente{
	background-image:url(../images/fondoAtencionCliente.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:250px;
	float:right;
	margin-right:20px;
	border-left:#999 solid 2px;
	padding-left:10px;
	line-height:20px;
}

#medio .atencionCliente .tit{
	color:#F00;
	font-weight:bold;
}

#titPaginaDestaque{
	height:90px;
	width:905px;
	float:left;
	margin-left:18px;
	background-image:url(../images/fondTitDestaque.jpg);
	background-repeat:repeat-x;
}

#titPaginaDestaque .titulo{
	color:#FFF;
	font-size:20px;
	padding-left:30px;
	padding-top:20px;
	float:left;
}

#titPaginaDestaque .destaque{
	float:right;
	width:230px;
	height:60px;
	margin-top:30px;
	margin-right:20px;
}

#contenido{
	width:900px;
	float:left;
	background-color:#FFF;
	margin-top:0px;
	margin-bottom:20px;
	font-size:14px;
}

#contenido input:focus{
	background-color:#FFC;
}

#contenido #slideProductos{
	width:906px;
	height:310px;
	float:left;
	overflow:hidden;
}

#contenido #productosPagina{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:100;
	margin-left:80px;
}

#contenido #productosPagina li{
	list-style:none;
	height:300px;
	width:790px;
	float:left;
}

#contenido #productosPagina li .producto{
	width:230px;
	padding-left:20px;
	height:300px;
	float:left;
	margin-right:10px;
	background-image:url(../images/fondoFicProducto.jpg);
	background-repeat:no-repeat;
}

#contenido #productosPagina .producto span{
	color:#333;
	font-size:14px;
	font-weight:bold;
	float:left;
}

#contenido #productosPagina .producto .imagen{
	width:200px;
	height:220px;
	margin-top:5px;
	overflow:hidden;
}

#contenido #navegacionProdPrev{
	position:absolute;
	z-index:101;
	cursor:pointer;
}

#contenido #navegacionProdSig{
	position:relative;
	left:845px;
	width:78px;
	z-index:102;
	cursor:pointer;
}

#piePagina{
	height:185px;
	width:940px;
	float:left;
	background-image:url(../images/fondoPie.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFF;
}

#piePagina #sec1{
	width:154px;
	float:left;
	margin-left:40px;
	margin-top:5px;
	background-image:url(../images/logoPie.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:175px;
}

#piePagina .carrito{
	width:154px;
	height:111px;
	float:left;
	background-image:url(../images/fondoCarritoPie.png);
	background-repeat:no-repeat;
	color:#333;
}

#piePagina .carrito a{
	text-decoration:none;
	color:#333;
}

#piePagina .carrito h3{
	background-image:url(../images/iconos/48/78.png);
	background-repeat:no-repeat;
	font-size:16px;
	padding-left:53px;
	padding-top:17px;
	height:30px;
	margin:0;
	margin-left:7px;
}

#piePagina .carrito .cantidad{
	margin-top:15px;
	display:block;
	text-align:center;
	font-size:24px;
}

#piePagina .logo{
	width:154px;
	float:left;
}

#piePagina #sec3{
	margin-left:30px;
	border-left:#FFF solid 2px;
	padding-left:15px;
	height:130px;
}

#piePagina #sec4{
	border-left:#FFF solid 2px;
	padding-left:20px;
	height:130px;
	background-image:url(../images/fondoSugerencia.png);
	background-repeat:no-repeat;
	background-position:right center;
	float:right;
	width:265px;
	margin-right:5px;
}

#piePagina .sec{
	font-size:12px;
	margin-top:55px;
	margin-left:20px;
	float:left;
}

#piePagina .sec a{
	color:#FFF;
	text-decoration:none;
	margin-bottom:4px;
	display:block;
}

#piePagina .sec a:hover{
	color:#CCC;
}

#piePagina .sec h3{
	margin:0;
	margin-top:2px;
	font-size:16px;
	text-decoration:underline;
}

#firma{
	width:940px;
	margin-top:20px;
	text-align:center;
	float:left;
}

#usuario #usrAuntenticado{
	background-image:url(../images/iconos/48/47.png);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	padding-left:50px;
	margin-top:10px;
	margin-right:20px;
}

#usuario #usrAuntenticado #nombreApe{
	font-weight:bold;
}

#usuario #usrAuntenticado #accionesUsuario a{
	font-size:10px;
	text-decoration:none;
	margin-right:5px;
	color:#333;
	display:block;
	padding:4px;
	float:left;
}

#usuario #usrAuntenticado #accionesUsuario .perfil{
	background-repeat:no-repeat;
	background-position:left top;
}

#usuario .error{
	background-image:url(../images/iconos/48/118.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:50px;
	height:50px;
	margin-top:5px;
	font-size:12px;
}

#usuario .error a{
	color:#060;
	text-decoration:none;
	font-weight:bold;
}

.textoExplicativo{
	font-size:10px;
}

.anchoPeq{
	margin-left:100px;
	width:720px;
}

.btnCarrito{
	background:none;
	background-image:url(../images/iconos/48/78.png);
	background-position:right center;
	border:#CCC 1px solid;
	background-repeat:no-repeat;
	cursor:pointer;
	height:48px;
	padding-right:50px;
	margin-top:-17px;
}

.producto .btnCarrito{
	background:none;
	background-image:url(../images/iconos/48/78.png);
	background-position:right center;
	border:none;
	background-repeat:no-repeat;
	cursor:pointer;
	height:48px;
	width:48px;
	padding-right:50px;
	margin-top:-17px;
}

#detalleProducto{
	font-size:14px;
	width:900px;
	margin:0;
	margin-left:25px;
}

#detalleProducto .frases{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:5px;
	border-top:#D0D0D0 solid 1px;
}

#contenido #carrito{
	font-size:14px;
}

#formPedido {
/*	height:250px;*/
	background-image:url(../images/email_send.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#formPedido .confirmarPedido{
	border:0;
	cursor:pointer;
	height:42px;
	border:#030 1px solid;
	background-image:url(../images/iconos/48/74.png);
	background-position:5px -5px;
	background-repeat:no-repeat;
	padding-left:50px;
}

#formPedido label{
	float:left;
	margin-right:10px;
}

#formPedido .error{
	color:#900;
	font-size:10px;
}

form .error{
	color:#900;
	font-size:10px;
}

#frases .cate{
	list-style:none;
}

#frases .cate{
	list-style:none;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
	color:#CCC;
}

#frases .frase{
	list-style:none;
	color:#030;
	font-weight:normal;
	font-size:12px;
	padding:5px;
	border:#D7D7D7 solid 1px;
	margin-bottom:5px;
	background-image:url(../images/iconos/24/42.png);
	background-repeat:no-repeat;
	text-indent:24px;
}
#frases .frase input{
	text-align:right;
	display:block;
	margin-top:8px;
	cursor:pointer;
}

#frases .frase textarea{
	border:none;
}

#frases .frase:hover{
	background-color:#D9ECFF;
}
