h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p, a, form, fieldset, label, input, select, textarea {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
a img, img {
	border: 0;
}
h2 a {
	color: #E9E3D7;
}
h2 {
	font-size: 1.1em;
	color: #E9E3D7;
	background-color: #7E6F86;
	border: 1px solid #7C688D;
	display: block;
	padding: 10px;
	margin-bottom: 6px;
}
h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #19818C;
	font-weight: bold;
	margin-bottom: 8px;
}
h4 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
}
h5 {
	font-size: 1.4em;
	color: #19818C;
	font-weight: bold;
	margin-bottom: 8px;
}
h6 {
	font-size: 1.4em;
	color: #19818C;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
label {
	display: block;
}
input[type="text"], input[type="submit"], input[type="password"], input[type="file"], select {
	font-size: 0.9em;
	padding: 0.1em;
	border: 1px solid #737373;
}
textarea {
	font-size: 1.2em;
	padding: 0.1em;
	border: 1px solid #737373;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body {
	background-color: #f0e7c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #464646;
	margin: 0px;
	padding: 0px;
}
/******LAYOUT******/
#contenedor {
	width: 960px;
	margin: 0px auto;
}
#cabecera {
	height: 8em;
}
#logo {
	float: left;
	padding-top: 12px;
	padding-left: 26px;
	padding-bottom: 10px;
	z-index: 11;
}
#buscador {
	padding-top: 55px;
	padding-left: 815px;
	z-index: 10;
	position: inherit;
}
.clear {clear: both;}
.separadorLY {
	height: 12px;
	background-image: url(/img/separador.gif);
	background-repeat: no-repeat;
}
#imgCab, #imgCab img {
	clear: both;
	display: block;
}
#contPrincipal {
	margin: 0px auto 15px auto;
	width: 960px;
	/* clear: both; */
}
#colIzq {
	float: left ;
	width: 190px;
}
#colCentro {
	float: left;
	width: 570px;
	padding-left: 5px;
}
#centroPagina {
}
#colDer {
	float: left;
	width: 190px;
	padding-left: 5px;
}
#pie {
	height: 35px;
	background-color: #908397;
}
/*buscador*/
#buscador label {
	font-weight: bold;
	color: #000;
	display: inline;
}
#buscador input {
	width: 7.5em;
}
/*comun modulo*/
.moduloCaja {
	border: 1px solid #9FA696;
	background-color: #E7DEBD;
	margin-top: 6px;
	padding: 5px 8px;
}
.moduloAnuncio {
	border: 1px solid #9FA696;
	padding: 1px 1px 1px 1px;
	margin-bottom:6px;
}
.moduloAnuncio p {
	margin: 0px;
	padding: 0px;
}
.moduloTree {
	border: 1px solid #9FA696;
	padding: 0;
}
/*acceso*/
.acceso input {
	width: 100px; /*PONER IGUAL QUE EL BUSCADOR*/
}
/*carrito*/
.carrito table {
	margin-bottom: 10px;
}
.carrito table th {
	font-weight: normal;
	padding: 3px 0px;
	text-align: left;
}

.carrito table td {
	padding: 3px 0px;
	text-align: right;
	vertical-align: top;
}
.carrito table tr.total td, .carrito table tr.total th {
	font-weight: bold;
	padding-top: 5px;
}
.carrito p {
	margin: 0px;
	padding: 0px;
}
.carrito a {
	font-weight: bold;
}
.carrito a:hover {
	text-decoration: underline;
}
/*productos*/
.productos {
	background-color: #FFFFFF;
}
.producto {
	background-image: url(/img/puntos.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	display: block;
	background-position: bottom;
}
.producto img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.producto .stock {
	font-size: 1.1em;
	margin: 10px 0px;
	font-weight: bold;
	color: #FF0000;
}
.producto .stockPeq {
	font-size: 0.8em;
	margin: 0px 0px;
	font-weight: bold;
	color: #FF0000;
}
.producto .precio {
	font-size: 1.1em;
	margin: 10px 0px;
	font-weight: bold;
	color: #869E0A;
}
.producto .precioPeq {
	font-size: 0.8em;
	margin: 0px 0px;
	font-weight: bold;
	color: #869E0A;
}
.producto .referPeq {
	font-size: 0.8em;
	color: Black;
}
.producto .botonera {
	display: block;
	clear: both;
	margin: 10px 0px;
}
.blanco {
	border-style: solid;
	border-width: 1px;
	border-color: inherit;
	font-size: 1em;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	cursor: hand;
	padding: 0px;
	text-align: center;
}
.claro, .oscuro:hover {
	font-size: 0.9em;
	text-decoration: none;
	background-color: #e7debd;
	color: #000000;
	cursor: hand;
	padding: 3px;
	border: 0px;
	text-align: center;
}
.oscuro, .claro:hover {
	font-size: 0.9em;
	text-decoration: none;
	background-color: #a29479;
	color: #FFFFFF;
	cursor: hand;
	padding: 3px;
	border: 0px;
	text-align: center;
}
/*categorias - tree*/
.categoriasTree {
	background-color: #e0e1d9;
	background-image: url(/img/menu_fondo.gif);
	background-position: top;
	background-repeat: repeat-x;
}
/*categorias - menu*/
.categorias {
	padding: 0px;
	background-color: #FFFFFF;
}
.categorias ul {
	padding-bottom: 5px;
	background-color: #e8e9e3;
}
.categorias li {
	background-image: url(/img/menu_fondo.gif);
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #c1c2ba;
}
.categorias li a {
	display: block;
	padding: 5px 10px;
	font-size: 1.1em;
	color: #6e6f69;
	font-weight: bold;
}
.categorias li ul {
	background-color: #e8e9e3;
}
.categorias li ul li {
	background-image: none;
	margin-left: 35px;
	padding: 0px;
	background-color: #e8e9e3;
	list-style-image: url(/img/menu_marca.gif);
	border: 0px;
}
.categorias li ul li a {
	padding: 5px 0px;
	font-size: 1em;
	font-weight: normal;
	margin-left: 0px;
}
/*menu horizontal*/
#menuHor {
	margin: 0px auto 5px auto;
	width: 960px;
	background-color: #989b92;
	padding-bottom: 5px;
}
#menuHor li {
	float: left;
	background-image: url(/img/menuHorFondo.gif);
	background-repeat: no-repeat;
	background-position: right;
	/* padding: 10px 8.5em 10px 14px; */
	padding: 10px 28px 10px 14px;
	margin: 0px;
}
#menuHor li.final {
	/* padding-right: 8.8em; */ /* AJUSTAR AQUI */
	padding-right: 32px;
}
#menuHor li a {
	background-image: url(/img/menu_marca.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #696b66;
	text-transform: uppercase;
	font-weight: bold;
}
#menuHor li a:hover {
	background-image: url(/img/menu_marcaAct.gif);
}

/*pie*/
#pie a {
	font-weight: bold;
}
#pie #enlacesPie {
	float: left;
	padding-top: 10px;
	padding-left: 18px;
}
#pie #copy {
	padding-top: 10px;
	padding-left: 480px;
	color: #d2cbd3;
}
#listaPaginas {
	color: #908397;
}
#listaPaginas:hover {
	color: #d2cbd3;
	font-weight: normal;
	text-decoration: none;
}

.textoErrorLogin {
	font-size: 1em;
	color: #AA0914 !important;
	font-weight: bold !important;
}
.buttonLogin {
	margin-top: 3px;
	margin-right: 7px;
	float: right;
}

p {
   color: #666666;  
   text-align:justify;
   font-size:12px;
}

.cesta_titulos {
	font-weight: bold;
	background: #E0E1D9;
	height: 25px;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
}
.cesta_fila_non {
	background: #FFFFFF;
	padding: 5px;
	color: #666666;
	font-size: 1em;
}

.cesta_fila_par {
	background: #E0E1D9;
	padding: 5px;
	color: #666666;
	font-size: 1em;
}
.cestatotal {
	text-align: right;
	padding: 0px 0px 12px 0px;
	font-size: 1em;
	font-weight: bold;
}
.cestapagar {
	text-align: right;
	padding: 0px 0px 12px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color:#19818C;
}
.altaH1{
  color :#465b46 ;
   font-weight:bold;
   font-size:13px;
   padding: 10px 0px 0px 20px;
}
.recuadro{
   border:solid 1px;
   border-color:#cccccc;  
}
.enlace {
	color: #384D39;
	text-decoration: none;
}
.enlace:hover {
	color: #384D39;
	text-decoration: underline;
}
.textoError {
	font-size: 1.2em;
	color: #AA0914 !important ;
	font-weight:bold !important;
}
.paginas {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	font-size: 12px;
	color: #646464;
	word-spacing: 3px;
}
.paginas2 {
	background-repeat: repeat-x;
	display: block;
	background-position: bottom;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 12px;
	color: #646464;
	word-spacing: 3px;
}
.paginaAct {
	margin-left: 8px;
	font-size: 12px;
	color: #19818C;
}
.paginaLink, .paginaLink:visited {
	margin-left: 8px;
	font-size: 12px;
	color: #646464;
}
.linkAcceso, .linkAcceso:visited {
	font-size: 12px;
	color: #646464;
}
.linkAcceso2, .linkAcceso2:visited {
	font-size: 11px;
	color: #646464;
}
.linkAcceso3, .linkAcceso3:visited {
	font-size: 11px;
	color: #7E6F86;
	font-weight: bold;
}
.imagenTienda {
	float: right;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.resaltado1 {
	font-size: 12px;
}
.resaltado2 {
	text-align: center;
	font-size: 16px;
	color: #7E6F86;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.resaltado3 {
	font-size: 14px;
	color: #7E6F86;
	font-weight: bold;
}
.paginaLista {
	font-size: 1.4em;
	color: #666666;
	font-weight: bold;
	margin-bottom: 8px;
}
