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

/* Elementos */

* {
	margin: 0;
}

body {
	background-color: #f1f1f1;
	background: left top repeat-x url(img/bg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h2, p {
	margin-bottom: 20px;
}


#contenedor #menu input {
	color:#87b6d9;
	margin: 5px 0 0 0;
}

#contenedor #menu button {
	background-color:#87b6d9;
	color:#FFF;
	border: solid 1px #FFF;
}

#contenedor #contenido h1 {
	color:#09F;
}

#contenedor #contenido #columnas #col1 a {
	color:#09F;
	text-decoration: none;
}

#contenedor #contenido #columnas #col1 #paginacion a {
	text-decoration: none;
	color:#000;
}

#contenedor #contenido input, textarea {
	border: 1px solid #999;
	padding: 5px;
	font-family:Verdana, Geneva, sans-serif;
	color:#09F;
}

/* ID's */

#contenedor {
	margin: 0 auto;
	width: 960px;
	min-height: 500px;
	background: top center repeat-y url(img/bodybg.png);
	padding: 0 6px 0 6px;
}

#contenedor #header {
	padding: 31px 0 0 40px;
}
#contenedor #menu {
	padding-right: 13px;
}
#contenedor #menu #botonera {
	float: right;
	background-color: #87b6d9;
}

#contenedor #menu #buscador {
	float: right;
	background: bottom repeat-x url(img/buscador_bg2.jpg);
	height: 30px;
	width: 925px;
	text-align: right;
	padding: 0 10px 0 0;
}

#contenedor #menu #botonera #btnhome {
	float: left;
	background:top left no-repeat url(img/mnu_home.jpg);
	width: 63px;
	height: 38px;
	margin: 5px 6px 0 6px;
}
#contenedor #menu #botonera #btnhome:hover {
	background:top left no-repeat url(img/mnu_home_roll.jpg);
}
#contenedor #menu #botonera #btnhomeActivo {
	float: left;
	background:top left no-repeat url(img/mnu_home_roll.jpg);
	width: 63px;
	height: 38px;
	margin: 5px 6px 0 6px;
}

#contenedor #menu #botonera #btnquienes {
	float: left;
	background:top left no-repeat url(img/mnu_quienes.jpg);
	width: 136px;
	height: 38px;
	margin: 5px 6px 0 6px;
}
#contenedor #menu #botonera #btnquienes:hover {
	background:top left no-repeat url(img/mnu_quienes_roll.jpg);
}
#contenedor #menu #botonera #btnquienesActivo {
	float: left;
	background:top left no-repeat url(img/mnu_quienes_roll.jpg);
	width: 136px;
	height: 38px;
	margin: 5px 6px 0 6px;
}

#contenedor #menu #botonera #btnsecciones {
	float: left;
	background:top left no-repeat url(img/mnu_secciones.jpg);
	width: 103px;
	height: 38px;
	margin: 5px 6px 0 6px;
}
#contenedor #menu #botonera #btnsecciones:hover {
	background:top left no-repeat url(img/mnu_secciones_roll.jpg);
}
#contenedor #menu #botonera #btnseccionesActivo {
	float: left;
	background:top left no-repeat url(img/mnu_secciones_roll.jpg);
	width: 103px;
	height: 38px;
	margin: 5px 6px 0 6px;
}

#contenedor #menu #botonera #btncontacto {
	float: left;
	background:top left no-repeat url(img/mnu_contacto.jpg);
	width: 99px;
	height: 38px;
	margin: 5px 6px 0 6px;
}
#contenedor #menu #botonera #btncontacto:hover {
	background:top left no-repeat url(img/mnu_contacto_roll.jpg);
}
#contenedor #menu #botonera #btncontactoActivo {
	float: left;
	background:top left no-repeat url(img/mnu_contacto_roll.jpg);
	width: 99px;
	height: 38px;
	margin: 5px 6px 0 6px;
}

#contenedor #contenido {
	margin: 5px 12px 0 12px;
}

#contenedor #contenido #slides {
	height: 320px;
}

#contenedor #contenido #columnas #col1 {
	float: left;
	width: 622px;
	text-align:justify;
}
#contenedor #contenido #columnas #col2 {
	float: right;
	width: 296px;
}
#contenedor #contenido #columnas #col2 #noticias {
	background: #f1f1f1;
	margin-bottom: 10px;
	padding: 5px;
}
#contenedor #contenido #columnas #col2 #noticias a,h3 {
	color:#09F;
}
#contenedor #contenido #columnas #col2 #noticias h3 {
	margin-bottom: 8px;
}

#contenedor #contenido #columnas #col2 #noticias #noticia {
	margin-bottom: 10px;
}

#contenedor #contenido #columnas #col1 #fotolibro {
	float: left;
	width: 316px;
}

#contenedor #contenido #columnas #col1 #textolibro {
	float: right;
	width: 292px;
}

#contenedor #contenido #columnas #col1 #recomendados {
	margin: 30px 0 0 0;
}

#contenedor #contenido #columnas #col1 #paginacion {
	text-align:center;
	padding-left: 170px;
}

#contenedor #contenido #columnas #col1 #resultados {
	padding: 10px 0 0 15px;
}

#contenedor #pie {
	background: #30424c;
	padding: 15px;
	height: 46px;
	color: #FFF;
	text-align:center;
	margin-top: 20px;
}

#contenedor #pie a {
	color: #FFF;
}

/* Estilos */

.bordemnuL {
	float:left;
	background: left top no-repeat url(img/mnu_bg_l.jpg);
	width: 4px;
	height: 48px;
}

.bordemnuR {
	float:left;
	background: left top no-repeat url(img/mnu_bg_r.jpg);
	width: 4px;
	height: 48px;
}

.banner {
	height: 37px;
	width: 295px;
	margin-bottom: 10px;
	padding-top: 113px;
	border: 1px solid #CCC;
}

.bannertext {
	width: 275px;
	background: url(images/slide-bg.png);
	padding: 10px;
	color:#FFF;
	/*margin-top: 113px;*/
	font-size: 14px;
	font-weight:bold;
}
.notfotos {
	float: left;
	width: 80px;
	height: 80px;
	/*background:#FFF;*/
}

.noticiatxt {
	float: right;
	width: 195px;
	text-align:justify;
}

.libro {
	float: left;
	width: 120px;
	height: 166px;
	margin: 10px 12px 10px 12px;
	/*background:#0CF;*/
}
.precio {
	font-weight:bold;
	font-size:16px;
}
.numero {
	float:left;
	padding: 5px;
	border: 1px solid #d0d0d0;
	background: top left repeat-x url(img/paginacion_bg.jpg);
	margin: 3px;
}

.numero:hover {
	background: top left repeat-x url(img/paginacion_bg2.jpg);
}

.numeroActivo {
	float:left;
	padding: 5px;
	border: 1px solid #d0d0d0;
	background: top left repeat-x url(img/paginacion_bg2.jpg);
	margin: 3px;
}
.resdetalles {
	padding: 10px;
	background: #e2eef2;
	font-weight: bold;
}
.letra {
	float: left;
	text-align: center;
	padding: 5px;
	margin: 2px;
}
.letraActiva {
	float: left;
	padding: 5px;
	margin:2px;
	text-align: center;
	background: #0082C8;
}
.fichalit {
	padding: 3px 0 0 30px;
	background: top left no-repeat url(img/ico_pdf.png);
	height: 20px;
	margin-bottom: 10px;
	border: 1px solid #F5F5F5;
}
.fichalit:hover {
	border: 1px solid #CCC;
}