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

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b0927e;
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 12px;
	font-weight:normal;
	color: #726B67;

}
a
{
	color: #b0927e;
	font-weight:bold;
	text-decoration:none;
}

A:hover
{
	color: #726B67;
	text-decoration:underline;
}



/**********************************************************************/
/************estilos para las tablas principales *********************/
/**********************************************************************/


#borderall {
		 border:1px solid #ffffff;

}


#content {
		 border: solid 1px #999;
		/*background-color: #e6d9cf;*/
		 background-color: #dccdb8;

}

#fondo {
		 background-color: #dccdb8;
		/*background-color: #d7c2a7; funciona en safari pero no en el resto*/

}

#borderight {
		 border-right:1px solid #b0927e;

}

#borderleft {
		 border-left:1px solid #b0927e;

}
#borderbottom {
		 border-bottom:1px solid #b0927e;

}

#bordertop {
		 border-top:1px solid #b0927e;

}
#tienda {
    border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	/*background-color: #e6d9cf;*/
	background-color: #dccdb8;
}

/**********************************************************************/
/************estilos para scroll noticias *********************/
/**********************************************************************/

.noticias
{
	font-family:"Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic";
	font-size: 12px;
	font-weight:bold;
	color: #726B67;

}

/**********************************************************************/
/************estilos para textos *********************/
/**********************************************************************/

.white { color: #ffffff;}
a.white { color: #ffffff; text-decoration:none;}
a.white:hover { color: #ffffff; text-decoration:underline;}

.copy { color: #111;}
a.copy { color: #111; text-decoration:none;}
a.copy:hover { color: #111; text-decoration:underline;}

.titulo { color: #726B67; font-size: 14px; font-weight:bold;}
a.titulo { color: #726B67; text-decoration:none;}
a.titulo:hover { color: #726B67; text-decoration:underline;}

.subtitulo { color: #222; font-size: 10px;font-weight:bold;}
a.subtitulo { color: #222; text-decoration:none; }
a.subtitulo:hover { color: #222; text-decoration:underline;}


/**********************************************************************/
/************estilos para productos *********************/
/**********************************************************************/


.imagen { border: solid 1px #999;}
a.imagen { border: solid 1px #999;}
a.imagen:hover { border: solid 1px #fff;}

.precio { color: #111; font-size: 16px; font-weight:bold; text-align:center;}
.precio2 { color: #111; font-size: 16px; font-weight:bold;}

.producto { color: #333; font-size: 12px; text-align:center;}
a.producto { color: #333; text-decoration:none; font-weight:normal;}
a.producto:hover { color: #333; text-decoration: underline;}

.producto2 { color: #333; font-size: 13px;}
a.producto2 { color: #333; text-decoration:none; font-weight:normal;}
a.producto2:hover { color: #333; text-decoration: underline;}

.modelo { color: #222; font-size: 11px;font-weight:bold;}
a.modelo { color: #222; text-decoration:none; }
a.modelo:hover { color: #222; text-decoration:underline;}

.seleccionar {font-size: 10px;}
a.seleccionar {text-decoration:none; font-weight:normal; }
a.seleccionar:hover {text-decoration:underline;}

.seleccionar2 {font-size: 10px; color: #222;}
a.seleccionar2 {text-decoration:none; font-weight:normal;}
a.seleccionar2:hover {color: #fff; background-color:#b0927e;}


#productolateral {
    border: solid 1px #999;
	background-color: #e6d9cf;
}

.agotado {font-size: 10px; text-decoration:line-through;}
.agotado2 {font-size: 10px; color: #555;}


/********************************** EDU ******************************************/

#menuBottom{
	text-align:center;
	color: #ffffff;
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 12px;
	font-weight:normal;
}

#menuBottom a{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;
	text-decoration:none;
}
#menuBottom a:hover{
	text-decoration:underline;
}

#enlacesPatri{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 12px;
	font-weight:normal;
	color: #726B67;
}

#enlacesPatri a{
	font-weight:normal;
	color: #726B67;
	text-decoration:none;
}

#enlacesPatri a:hover{
	text-decoration:underline;
}

#cuadroRegistro{
	width: 320px;
	height: 220px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #ffffff;

}

#cuadroLogin{
	width: 350px;
	height: 220px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #ffffff;

}
#formularioBotonera{
	width: 670px;
	padding: 0 15px 0 25px;

}

#formularioRegistro{
	width: 670px;
	margin-left: 30px;
	border: 1px solid #ffffff;
	padding: 15px;
}

.normal{
	width: 250px;
	font-family: "Arial", "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic";
	font-size: 11px;
	color:#333333;
}

.corto{
	width: 78px;
	font-family: "Arial", "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic";
	font-size: 11px;
	color:#333333;
}


/********************************* NOTICIAS ****************************************/

#contNoticias{
	width: 700px;
	margin: 20px;
	padding: 10px;
	border: 1px solid #ffffff;

}

#tituloNoticia{
	font-size: 14px;
	font-weight:bold;
}

#textoNoticia{
	margin-bottom: 10px;
}

#textoNoticia img{
	padding: 2px;
	margin: 5px 15px 5px 5px;
	border: 1px solid #999999;
}

#listadoNoticias{
	width: 700px;
	margin: 20px;
	padding: 10px;
}

/*//////////////////////////////////////////// PRODUCTOS ***************************************/

#menuCampañas ul {
padding: 0px;
margin: 0px;
list-style: none;
font-size: 11px;
height: 25px;
float: left;
width: 700px;

}

#menuCampañas ul li {
display: inline;
} 

#menuCampañas ul li a:link, #menuCampañas ul li a:visited {
background-color: #dddddd;
color: #666666;
padding: 5px 10px;
float: left;
text-decoration: none;
margin-right: 1px;
margin-left: 1px;
}

#menuCampañas ul li a:hover, #menuCampañas ul li a:active{
color: #666;
background-color: #eeeeee;
height: 18px
}

.menuSelect{
	background-color: #eee;
	color: #666666;
	padding: 5px 10px;
	float: left;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
}

#contTabs{
	width: 700px;
	height: 25px;
	background-color:#eee;

}
#contentProduct {
	 border: solid 1px #999;
	/*background-color: #e6d9cf;*/
	 background-color: #dccdb8;
}

#listadoProductos{
	width: 795px;
	 background-color: #dccdb8;
		/*background-color: #d7c2a7; funciona en safari pero no en el resto*/
	text-align:left !important;
	padding: 15px 0 15px 5px;

}

#subMennuProduct{
	width: 795px;
	height: 20px;
	background-color:#eee;
}

#subMennuProduct ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 11px;
	height: 25px;
	float: left;
	width: 700px;
}

#subMennuProduct ul li {
display: inline;
} 

#subMennuProduct ul li a:link, #subMennuProduct ul li a:visited {
	color: #666666;
	padding: 5px 10px;
	float: left;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
}

#subMennuProduct ul li a:hover, #subMennuProduct ul li a:active{
	color:#663300;
	height: 18px
}

.subMmenuSelect{
	color: #663300;
	font-weight:bold;
	padding: 5px 10px;
	float: left;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;

}


/******************************************** CARRITO ******************************************************************/

#contCarrito{
	width: 740px;
	text-align:center;
	border: 1px solid #ffffff;
	background-color:#e7d9d0;
	margin: 20px;
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif !Important;
	color:#000000;
}
#navCarrito{
	width: 740px;
	text-align:center;
	margin: 20px;
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif !Important;
}

#contFormaPago{
	width: 740px;
	text-align:left;
	border: 0px solid #ffffff;
	margin: 20px 20px 0px 20px;
	padding: 10px;
	color:#000000;
}
#contInfoPaypal{
	width: 325px;
	height: 100px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #ffffff;

}

#contInfoTransfe{
	width: 350px;
	height: 100px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #ffffff;

}


.tit { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
	font-weight:bold; 
    color: #b2937f; 
	
} 

#conListProduct{
	width: 740px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #333333;
	
}

#bannerCarrtito{
	margin-bottom: 30px;
	text-align:left;
	font: 10px Arial, Helvetica, sans-serif !Important;
	color:#000000;

}

#subtotal{
	width: 721px;
	text-align:right;
	padding-right: 19px;
	font-weight:bold;
	margin-top: 5px; 

}

#gastosViaje{
	width: 720px;
	text-align:right;
	padding-right: 20px;
	font-weight:bold; 

}

#gastosViaje2{
	width: 720px;
	text-align:right;
	padding-right: 20px;

}

.comboCarrito{
	font: 10px Arial, Helvetica, sans-serif !Important;
	color:#000000;
	background-color:#e7d9d0;
	border: 1px solid #000000;

}

#botoneraCarrito{
	width: 720px;
	text-align:left;
	padding-left: 20px;
}

.btonAddCarrito{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 12px;
	font-weight:normal;
	background-color:#dccdb8;
	border: 0px;
	color: #726B67;

}

.btonAddCarrito1{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 12px;
	font-weight:normal;
	background-color:#dccdb8;
	border: 1px solid #ffffff;
	color: #726B67;

}


.fotos{
	padding: 1px;
	border: 1px solid #ffffff;
}

.fotos1{
	padding: 2px;
	border: 1px solid #6c6761;
}

/******************************************** PASOS CARRITO ******************************************************************/

#navCarrito{
	width: 740px;
	text-align:center;
	margin: 20px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif !Important;
}

#paso{
	color: white;
	font-weight:normal;
	text-align:center;
	background-color:#e7d9d0;
	

}

#pasoon{
	color: #663300;
	font-weight:bold;
	text-align:center;
	border:solid 1px #663300;
	

}

.pasos{
	
	text-align:left;
	font-weight:bold;
	padding: 5px;
	color: #000000;
}




/**************************************** PEDIDOS *******************************************************/


#cuadroLoginPedido{
	width: 730px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #ffffff;

}

#cuadroRegistroPedido{
	width: 730px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #ffffff;

}

#formularioRegistroPedido{
	width: 670px;
	margin-left: 20px;
	padding: 15px 15px 0 15px;

}

#formularioBotoneraPedidos{
	width: 670px;
	margin-left: 20px;
	padding: 0 15px 15px 15px;

}

.cajasPedidos{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 9px;
	font-weight:normal;
	width: 250px;

}

.cajasPedidosCorto{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 9px;
	font-weight:normal;
	width: 120px;

}
.cajasPedidosLarga{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 11px;
	font-weight:normal;
	width: 570px;

}
#contCarritoPedido{
	width: 740px;
	text-align:center;
	border: 1px solid #ffffff;
	margin: 20px;
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif !Important;
	color:#000000;
	 background-color:#e7d9d0;

}

.comboCarritoPedido{
	font: 10px Arial, Helvetica, sans-serif !Important;
	color:#000000;
	background-color:#dccdb8;
	border: 1px solid #000000;

}

/**************************************** TEJIDOS *******************************************************/
.small1{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 9px;
	font-weight:normal;
	}
.small2{
	font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial";
	font-size: 9px;
	font-weight:normal;
	color:#333333;
	}
.agotadosmall1 {
	font-size: 9px; text-decoration:line-through;font-family: "Century Gothic", "Century Gothic Bold", "Century Gothic Bold Italic", "Century Gothic Italic", "Arial"; font-weight:normal; color:#333333;
	}
	
	
/*//////////////////////////////CONTACTO ////////////////////////////////////////////////////*/
#cuadroDatosContacto{
	width: 320px;
	/*height: 200px;*/
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #ffffff;

}

#cuadroFormulario{
	width: 350px;
	height: 200px;
	margin-left: 20px;
	padding: 15px;
	border: 1px solid #ffffff;

}
#formulario{
	margin-top: 10px;
	text-align:left;!important
	margin-left: 2px;
	color:#313a7f;
	font: 10px Verdana, sans-serif, Tahoma, Helvetica, Arial;
	/*border: 1px solid #CCCCCC;*/
	padding: 0px 4px 5px 15px;
	/*background-color: #EEEEEE;*/
	width:320px;
	color:#666666;
}


#formulario input{
	color:#666666;
	border : 1px solid #999999;
	font-size:10px;
	width: 290px;

}

.boton{
	font-size:10px;
	color:#FFFFFF; 
	background-color:#c0c0c0; 
	border : 1px solid #000000;
	
	width: 250px;!important
}

.tdFormulario{
	vertical-align: top;
}

/*//////////////////////////////////////BOLETIN///////////////////////////////////////////////////*/

#boletin{
	width: 150px;
	height: 220px;
	margin: 20px 0 0 5px;
	text-align:left !important;
}

.textCorreo{
	font: 10px Arial, Helvetica, sans-serif;
}

.btonEnviar{
	width: 40px;
	height: 20px;
	background-color:#b0927e;
	border: 0px;
	font: 10px Arial, Helvetica, sans-serif;

}

.volver{
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
}

.volver a{
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}

.volver a:hover{
	color:#b0927e;
}




/******************************************** TALLAS ******************************************************************/

.titbb{
	color: #663300;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #663300;
	

}
.titbbb{
	color: #663300;
	margin-left: 2px;
	text-align:left;
	border-bottom:solid 1px #663300;
	

}
.titbbl{
	color: #663300;
	font-weight:bold;
	text-align:left;
	border-bottom:solid 1px #663300;
	

}
.titbbr{
	border-bottom:solid 1px #663300;
	border-right:solid 1px #663300;

}

.titbr{
	color: #663300;
	font-weight:bold;
	text-align:center;
	border-right:solid 1px #663300;

}

.br{
	
	font-weight:bold;
	border-right:solid 1px #663300;

}

.bb{
	color: #726B67;
	text-align:center;
	border-bottom:solid 1px #726B67;
	

}

/******************** GALERIA *************************************************************************/

#contGaleria{
	width: 700px;
	margin: 20px;
	padding: 10px;
	border: 1px solid #ffffff;
	background-color:#e7d9d0;
	text-align:center;

}

/******************** TITULARES *************************************************************************/

#titulares{
	width: 700px;
	margin: 20px;
	text-align:left;

}

/******************** REBAJAS *************************************************************************/

.rebajas{
	color: #FF0000;
	font-weight:bold;
	border: 1px solid #FF0000;
	font-size: 10px;
	background-color:#ffffff;
	vertical-align: top;
	
}
.rebajastitulo{
	color: #FF0000;
}
.rebajasprecio{
	color: #FF0000;
	font-weight:bold;
}