@charset "utf-8";
/* CSS Document */

.clear{ clear:both;}
body{
	margin: 0px;
	padding: 0px;
	/*color:#000000;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height: 15px;
	//text-align: center;
}

#body{
	width:980px;
	height:auto;
	//margin: 0 auto; 
	//text-align: left;
}
#body #head{
	width:980px;
	background-color:#00FF00;
}
#body #head #logo{
	width:980px;
	height:85px;
	text-align:right;
	background-image:url(/imagenes/cabecera.jpg);
}
#body #head #logo .idiomas{padding:4px;}
#body #head #logo .idiomas img{padding:3px;}
#body #head #menu{
	width:410px;
	height:32px;
	background-color:#007168;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CEDFDE 4px solid;
	padding-top:2px;
	padding-left:20px;
	float:left;
}

#body #head #navegador{
	height:34px;
	background-color:#007168;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CEDFDE 4px solid;
	float:left;
	width: 350px;
	font-size:10px;
}
#body #head #navegador p{
	float:left;
	background-image:url(/imagenes/cuadradoboton.gif);
	background-position: left;
	_background-position-y:12px;
	background-repeat:no-repeat;
	padding:10px 13px 13px 13px;
	_padding:8px 13px 6px 13px;
}
#body #head #navegador a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:9px;
}

#body #head #buscador{
	background-image:url(/imagenes/separador.gif);
	background-position: left;
	background-repeat:no-repeat;
	height:28px;
	background-color:#007168;
	border-top:#FFFFFF 1px solid;
	border-bottom:#CEDFDE 4px solid;
	width: 200px;
	float:left;
	padding-top: 6px;
}
#body #head #buscador #campobuscar{
	float:left;
	margin-left:21px;
	width: 130px;
}
#body #head #buscador .boton{
	float:left;
	padding:3px 5px 5px 8px;
}

#body #content{
	width:980px;
}

#body #content #listahome{
	float:left;
	width:750px;
	padding:10px;
}
#body #content #lista{
	float:left;
	width:960px;
	padding:10px;
}
#body #content #listacarrito{
	float:left;
	width:750px;
	padding:10px;
}
#body #content #contenidoshome{
	float:left;
	width:210px;
}
#body #content #contenidoscarrito{
	float:left;
	width:210px;
}

#body #content #listahome #librohome{
	width:375px;
	float:left;
}

#body #foot {
	width:980px;
	height:60px;
	padding:10px;
	border-top:#CEDFDE 1px solid;
	border-bottom:#CEDFDE 1px solid;
}
#body #foot #cif,#body #foot #copyright{width:50%;float:left;}
#body #foot #copyright p{margin-bottom:10px; font-weight:bold;}	

/* CSS Document */
/* Estilo de la páginación de las páginas*/
#Paginacion {
	padding-top: 15px;
}

#Paginacion {
	padding-right:15px;
	width:985px;
	float:left;
	line-height:3;
	list-style:none outside none;
	margin:0;
}

#Paginacion li{
	Display:inline;
	float:left;
}

#Paginacion li a{
	text-decoration:none;
	color:#000000;
	margin:3px;
	padding:2px 5px;
	border:#CCCCCC 1px solid;
	background-color:#F3F3F3;
}

#Paginacion li a:hover, #Paginacion li a.selecionado{
	background-color: #CEDFDE;
	color:#007168;
}

#titulos{padding-bottom:20px;}
#titulos h1 {color:#007168; font-size:19px; padding-bottom:5px;}
#titulos h2 {color:#CEDFDE; font-size:14px;}
#titulos h2 a{color:#CEDFDE;}

h3{color:#007168; text-decoration:underline;}

#Resumen{ background-color:#007168; margin-top:15px; padding:15px;}
#Resumen #titul{ margin-bottom:15; color:#FFFFFF; text-align:center; font-size:13px; font-weight:bold;}
#Resumen ul li{ font-size:10px; color:#FFFFFF; height:20px;}
.seleccionado{ font-weight:bold; text-decoration:underline;}

.botonesformulario{
	background-color:#FFFFFF;
	border:1px solid #007168;
	color:#000000;
	font-family:Verdana;
	font-size:7pt;
	height:18px;
}

/***********************************************/
/***** Estilos para errores de formulario ******/
/***********************************************/

input.error{border: 1px solid red; background-color:#FFDDDD; padding: 0px; margin: 0px; }
label.error{display:none; visibility:hidden;} 

