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

body{
	/*background-color: #578869;*/
	font-family: arial,helvetica,sans-serif;
	width: 1000px;
	margin: auto;
}
form{
	padding: 0px;
	margin: 0px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}

button{
	font-family: "Arial Narrow", "Arial";
	cursor: pointer;
	color: #FF0000;
	background-color: #FFFFFF;
	border: solid 2px #000000;
	padding: 2px;
	*padding: 0px;
	font-size: 20px;
	font-weight: bold;
	*height: 30px;
}
button:hover{
	background-color: #FFCCCC;
}
.input{
	font-size: 10px;
}

button.oferta{
	position: absolute;
	top: 129px;
	left: 276px;
	*width: 100px;
}




#error{
	color: #FF0000;
	background-color: #FFCCCC;
	border: solid 1px #FF0000;
	font-weight: bold;
	padding: 0.5%;
	font-size: 12px;
	text-align: center;
	width: 99%;
	margin: -10px auto 10px auto;
}
#aviso{
	/*display: none;*/
	/*
	border: solid 1px #0000FF;
	background-color: #CCCCFF;
	color: #0000FF;
	*/
	color: #009900;
	background-color: #CCFFCC;
	border: solid 1px #009900;
	font-weight: bold;
	padding: 0.5%;
	font-size: 12px;
	text-align: center;
	width: 99%;
	margin: -10px auto 10px auto;
}





#cabecera{
	/*background: url(imagenes/cabecera.jpg) repeat-x;*/
	height: 119px;
}



#menu{
	width: 995px;
	padding-left: 5px;
	padding-top: 5px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	float: left;
	display: inline;
	background: url(imagenes/menu_r2_c2_2.png) no-repeat left;
	line-height: 31px;
	padding-left: 13px;
	margin: 0 2px 0 0;
	font-family: "Arial Narrow", "Arial";
	font-size: 15px;
}
#menu ul li a{
	float: left;
	display: inline;
	background: url(imagenes/menu_r2_c3_2.png) no-repeat right;
	padding: 0 16px 0 0px;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #000000;
	font-size: 13px;
}
#menu ul li.seleccionado{
	background: url(imagenes/menu_r2_c2.png) no-repeat left;
}
#menu ul li a.seleccionado{
	color: #FF0000;
	/*font-weight: bold;*/
	background: url(imagenes/menu_r2_c3.png) no-repeat right;
}
#menu ul li a:hover{
	color: #FF0000;
	text-decoration: underline;
}



#logo{
	float: left;
	padding-top: 10px;
}




#buscador{
	margin: 0px 20px 0px 0px;
	padding-top: 7px;
	width: 222px;
	height: 29px;
	background: url(imagenes/fondo_buscador.png) no-repeat;
	float: right;
}
#buscador .campo{
	color: #999999;
	margin-left: 30px;
	width: 158px;
	border: none;
	background: transparent;
}




#botones_cabecera{
	padding-top: 10px;
	padding-right: 10px;
	font-size: 14px;
	float: right;
}
#botones_cabecera a{
	color: #000000;
}




#centro{
	padding: 15px 15px 30px 5px;
	background: #FFFFFF;
	width: 980px;
	border: solid 1px #000;
}
#columna_izquierda{
	float: left;
	width: 140px;
	background: url(imagenes/fondo_separador.jpg) no-repeat right -12px;
	padding-right: 12px;
}
#columna_central{
	width: 818px;
	float: right;
}




.categoria{
	background: url(imagenes/categoria.jpg) no-repeat;
	color: #FFFFFF;
	font-family: "Arial Narrow", "Arial";
	font-size: 16px;
}
.categoria a{
	line-height: 24px;
	padding-left: 18px;
	color: #FFFFFF;
}
.categoria ul{
	margin-bottom: 3px;
}




.subcategoria{
	border: solid 1px #CCCCCC;
	border-top: none;
}
.subcategoria a{
	line-height: 28px;
	padding-left: 6px;
	font-size: 14px;
	color: #333333;
}






#cesta{
	float: right;
	background: url(imagenes/fondo_cesta.jpg) no-repeat right;
	border: solid 1px #FF0000;;
	/*width: 520px; */ /*735px*/
	width: 735px;
	height: 40px;
	text-align: right;
	/*padding-right: 215px;*/
}
#cesta .item{
	padding: 2px 5px;
	float: right;
	border-left: solid 1px #FF0000;
	height: 36px;
}
#cesta .cesta_vacia{
	width: 170px;
	padding-right: 10px;
	padding-left: 30px;
	float: right;
	/*margin-right: -180px;*/
	display: inline;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}




#ruta{
	font-size: 12px;
	padding: 10px 15px;
	color: #999999;
}
#ruta a{
	color: #FF0000;
}





#oferta{
	/*padding: 15px;
	border: solid 1px #BFC115;*/
}
#oferta a{
	color: #FFFFFF;
	font-weight: bold;
}
#oferta .descripcion{
	float: left;
	width: 350px;
	background: #FF0000;
	padding: 15px;
	font-size: 14px;
	height: 138px;
	color: #FFFFFF;
	position: relative;
}
#oferta .titulo{
	font-family: "Arial Narrow", "Arial";
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}
#oferta .precio{
	font-weight: normal;
	float:right;
	color: #FFFFFF;
}
#oferta .paginador{
	display: none;
	clear: both;
	background-color: #FF0000;
	text-align: right;
	padding: 5px 10px;
}
#oferta .paginador2{
	float: left;
	width: 238px;
}
#oferta .pagina2{
	padding-left: 5px;
	line-height: 30px;
	border: solid 1px #CCCCCC;
	background: #000000;
	margin-bottom: 2px;
	margin-left: 10px;
}
#oferta .numero_pagina{
	margin: 3px;
	line-height: 12px;
	font-size: 25px;
	font-style: italic;
	float: right;
	border: solid 1px #CCCCCC;
	background: #EEEEEE;
	padding: 5px;
}
#oferta .pagina2 .numero_pagina a {
	color: #000000;
}
#oferta .pagina2 a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#oferta .pagina{
	background-color: #FF0000;
	width: 20px;
	margin: 0px 5px;
	text-align: center;
	float: right;
}
#oferta .pagina a{
	color: #FFFFFF;
}




#pie{
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	margin-top: 20px;
	padding: 12px;
	font-size: 15px;
}
#pie a{
	color: #333333;
}




#listado_productos{
	padding-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	margin-top: 15px;
	margin-right: -15px;
	border-right: none;
}
#listado_productos .producto{
	float: left;
	width: 190px;
	text-align: center;
	padding: 2px;
	padding-bottom: 5px;
	padding-right: 4px;
	margin: 0px 0px 30px 4px;
	font-weight: bold;
	border-right: solid 1px #CCCCCC;
	height: 250px;
	/*border: solid 1px #CCCCCC;*/
}
#listado_productos a{
	color: #FF0000;
}
#listado_productos .ultimo{
	border: none;
}
#listado_productos .precio{
	margin: auto;
	margin-bottom: 10px;
	width: 60px;
	color: #F77734;
	font-size: 18px;
	border: solid 1px #CCCCCC;
	padding: 2px;
}




#listado_noticias{
	margin: 20px 0px;
	padding: 10px 0px 40px 0px;
	float: left;
	width: 498px;
	text-align: justify;
	border: solid 1px #000000;
}
#listado_noticias .noticia{
	color: #333333;
	font-size: 12px;
	padding: 10px 10px 10px 20px;
}
#listado_noticias .titulo{
	font-weight: bold;
	color: #BFC115;
}
#listado_noticias .fecha{
	font-weight: bold;
}



#seccion_noticias{
	padding: 10px 0px;
	float: left;
	width: 100%;
	text-align: justify;
}
#seccion_noticias .noticia{
	color: #333333;
	font-size: 12px;
	padding: 10px 10px 10px 20px;
}
#seccion_noticias .titulo{
	font-weight: bold;
	color: #BFC115;
}
#seccion_noticias .fecha{
	font-weight: bold;
}



#listado_top{
	font-family: "Arial Narrow", "Arial";
	margin: 20px 0px 20px 20px;
	float: left;
	width: 296px;
	background: #FF0000;
	border: solid 1px #CC0000;
	color: #FFFFFF;
	font-size: 22px;
	padding-bottom: 5px;
	font-weight: bold;
}
#listado_top .top{
	padding: 6px;
	padding-left: 15px;
	border-top: solid 1px #990000;
	border-bottom: solid 1px #DD0000;
}
#listado_top .top a{
	font-family: "Arial";
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
}



#seccion_listado_productos{
	/*padding: 10px;*/
}
#seccion_listado_productos .producto{
	border-bottom: solid 1px #CCCCCC;
	margin: 10px 0px;
	padding: 10px;
}
#seccion_listado_productos .foto{
	float: left;
	width: 120px;
}
#seccion_listado_productos .texto{
	float: left;
	width: 565px;
	padding-top: 10px;
}
#seccion_listado_productos .texto a{
	color: #333333;
	font-size: 12px;
}
#seccion_listado_productos .texto a.titulo{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
#seccion_listado_productos .precio{
	text-align: center;
	line-height: 35px;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 113px;
}
#seccion_listado_productos .stock{
	color: #000000;
	font-size: 12px;
}
#seccion_listado_productos .paginador{
	text-align: right;
	width: 95%;
	font-size: 12px;
}
#seccion_listado_productos .paginador a{
	color: #000000;
}





#seccion_producto_desplegado{
	/*padding: 10px;*/
}
#seccion_producto_desplegado .producto{
	/*padding: 10px;*/
}
#seccion_producto_desplegado .foto{
	float: left;
	border: solid 1px #CCCCCC;
	padding: 2px;
	width: 305px;
}
#seccion_producto_desplegado .texto{
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-left: 20px;
	color: #333333;
	font-size: 12px;
}
#seccion_producto_desplegado .texto .titulo{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
#seccion_producto_desplegado .precio{
	text-align: center;
	line-height: 35px;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 125px;
}
#seccion_producto_desplegado .stock{
	color: #000000;
	font-size: 12px;
}
#seccion_producto_desplegado .paginador{
	text-align: right;
	width: 95%;
	font-size: 12px;
}
#seccion_producto_desplegado .paginador a{
	color: #000000;
}
#seccion_producto_desplegado .datos_adicionales{
	padding: 20px;
	font-size: 14px;
}
#seccion_producto_desplegado table tr td{
	padding: 2px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	border-right: solid 1px #cccccc;
}
#seccion_producto_desplegado table tr th{
	background-color: #D6DED4;
	color: #568668;
	text-align: center;
	padding: 5px;
}
#seccion_producto_desplegado table .par{
	background-color: #EEEEEE;
}
#seccion_producto_desplegado table .impar{
	background-color: #DDDDDD;
}
#seccion_producto_desplegado .titulo{
	color: #568668;
	font-weight: bold;
}
#seccion_producto_desplegado .datos_adicionales .bloque{
	padding: 15px;
	font-size: 12px;
}



#paginador_fotos img{
	margin: 2px;
	cursor: pointer;
	border: solid 1px #cccccc;
	padding: 2px;
}






#relacionados{
	padding-top: 15px;
}
#relacionados .producto{
	margin: auto;
	width: 585px;
	padding: 15px 10px 0px 10px;
}
#relacionados .foto{
	float: left;
	/*border: solid 1px #CCCCCC;*/
	padding: 2px;
}
#relacionados .texto{
	float: left;
	width: 370px;
	/*padding-top: 10px;*/
	padding-left: 20px;
	color: #333333;
	font-size: 12px;
}
#relacionados .texto a{
	color: #333333;
}
#relacionados .texto .titulo{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
#relacionados .precio{
	text-align: center;
	line-height: 35px;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	float: right;
	width: 121px;
}
#relacionados .stock{
	color: #000000;
	font-size: 12px;
}
#relacionados .paginador{
	text-align: right;
	width: 95%;
	font-size: 12px;
}
#relacionados .paginador a{
	color: #000000;
}




#acceso{
	border: solid 1px #CCCCCC;
}
#acceso input.campo{
	width: 95%;
	height: 15px;
	margin: 2px 0px 5px 0px;
}
#acceso .titular{
	color: #FF0000;;
	padding-left: 10px;
	background: url(imagenes/cuadrado.jpg) right no-repeat;
	border-bottom: solid 1px #CCCCCC;
}
#acceso .contenido{
	font-size: 14px;
	padding: 5px;
}
#acceso a{
	color: #000000;
	font-size: 11px;
}



#registro{
	padding: 20px;
	font-size: 12px;
	color: #333333;
}
#registro table{
	font-size: 11px;
	width: 400px;
}
#registro table input{
	font-size: 11px;
}
#registro table select{
	font-size: 11px;
}
#registro table tr td{
	padding: 5px 10px;
}
#registro table tr td table tr td{
	padding: 0px;
}
#registro table tr td .input{
	width: 100%;
}
#registro table tr td select{
	width: 101%;
}
#registro table tr td textarea{
	width: 100%;
	height: 40px;
}
#registro table tr td .boton{
	width: 40px;
}
#registro table tr .primera_columna{
	width: 30%;
	text-align: right;
}
#registro table tr .segunda_columna{
	text-align: left;
	width: 70%
}
#registro .formulario{
	border: solid 1px #CCCCCC;
	padding: 20px;
}


#id_ayuda{
	background: #FFFF99;
	padding: 5px;
	border: solid 1px #CCCC33;
	font-size: 12px;
}


#nosotros{
	font-size: 14px;
	text-align: justify;
	padding: 5px;
	color: #333333;
}


#contacto{
	float:left;
	width: 450px;
}
#contacto table{
	font-size: 11px;
}
#contacto table input, #contacto table textarea, #contacto table select{
	margin: 5px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	font-size: 14px;
	font-size: 11px;
}
#contacto table select{
	font-size: 11px;
}
#contacto table tr td{
	padding: 5px 10px;
}
#contacto table tr td table tr td{
	padding: 0px;
}
#contacto table tr td .input{
	width: 90%;
}
#contacto table tr td select{
	width: 101%;
}
#contacto table tr td textarea{
	width: 100%;
	height: 40px;
}
#contacto table tr td .boton{
	width: 40px;
}
#contacto table tr .primera_columna{
	width: 30%;
	text-align: right;
}
#contacto table tr .segunda_columna{
	text-align: left;
	width: 70%
}
#contacto .formulario{
	border: solid 1px #CCCCCC;
	padding: 20px;
}
.logo_contacto{
	float: right;
	width: 350px;
	font-size: 12px;
}




#situacion{
	font-size: 14px;
	text-align: center;
}




#mejor_precio{
	padding: 10px;
	font-size: 12px;
}
#mejor_precio input, #mejor_precio select, #mejor_precio textarea{
	font-size: 12px;
}




#privacidad{
	font-size: 12px;
	padding: 10px;
	text-align: justify;
}
#privacidad ul{
	margin: 0px 20px;
}
#privacidad ul li{
	list-style: circle;
}


#orden{
	float: right;
	font-size: 12px;
}
#orden a{
	color: #666666;
}

#lista_amigos table {
	text-align: center;
	border: solid 1px #333;
	border-bottom: none;
}

#lista_amigos table tr td{
	border-bottom: 1px solid #333;
}
#lista_amigos table tr th{
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}
