@charset "UTF-8";
.clearfloatleft { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
    }

.clearfloatlright {
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

    body  {
	background: #FFF; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
    }

a {
	text-decoration: none;
	color: #FF0033;
}

    #container {
	width: 760px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 

#container #logo {
	float: right;
}

    #header {
    } 
#header  img  {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header  a  {
	text-decoration: none;
	color: #000000;
	display: block;
}
#header  a:link  {
}
#header  a:visited  {
}
#header  a:hover  {
	color: #FFFFFF;
	background-image: url(images/menu/pastilla_menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#header  #menu  {
	height: 55px;
	float: left;
}
#header  ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header  li  {
	float: left;
	font-family: Garamons, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	width: 104px;
	display: block;
	line-height: 55px;
	height: 50px;
	margin-top: 3px;
}
#header  #opciones  {
	font-size: 11px;
	margin-left: 5px;
	float: left;
	display: inline;
}
#header  #buscador  {
	border: thin solid #0099FF;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#header  #form1  #buscar  {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	display: inline;
}

    #sidebar1 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 176px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	padding-left: 10px;
	margin-bottom: 15px;
    }
#sidebar1  p  {
	font-size: 11px;
	line-height: 16px;
}
#sidebar1  a  {
	text-decoration: underline;
	line-height: 30px;
	text-align: left;
	font-size: 12px;
	color: #FF0033;
	margin: 0px;
}
#sidebar1  img  {
	height: 101px;
	width: 170px;
}

    #contPrincipal {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 10px;
	float: left;
	width: 560px;
    } 
#contPrincipal  h2  {
	color: #666666;
	font-size: 120%;
}
#contPrincipal  p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 300px;
}
#contPrincipal  #fichalibro  {
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 15px;
	width: 550px;
}
#contPrincipal  #fichaautor  {
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 15px;
	width: 550px;
}

.titulo {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-left: 300px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-style: italic;
	font-weight: bold;
}
.autor {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-left: 300px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	color: #333333;
}
.mas_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.fotoautor {
	float: left;
	margin-right: 15px;
}

.fotolibro {
	height: 445px;
	width: 283px;
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}
#contPrincipal  .mas_info  ul  {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 10px;
	margin-left: 300px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#contPrincipal  .mas_info  li  {
}
#contPrincipal  .mas_info  a  {
	color: #FF0033;
	text-decoration: underline;
}

#container #contPrincipal .mas_info a:hover {
	text-decoration: none;
}

#container #contPrincipal #fichalibro #datostecnicos {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 5px;
	padding-bottom: 15px;
}

#container #contPrincipal #fichalibro #datostecnicos ul {
	margin: 0px;
	padding: 0px;
}

#container #contPrincipal #fichalibro #datostecnicos li {
	list-style-type: none;
}

#container #contPrincipal #fichalibro #librospublicados {
	margin-left: 300px;
	font-size: 12px;
	margin-bottom: 15px;
}

#container #contPrincipal #fichalibro #librospublicados ul {
	margin: 0px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#container #contPrincipal #fichalibro #librospublicados li {
	color: #FF0437;
	list-style-type: square;
	text-decoration: underline;
}

    #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
    } 
#footer  #menu_footer  {
	float: left;
	height: 55px;
}
#footer  #menu_footer  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer  #menu_footer  li  {
	font-size: 11px;
	margin: 0px;
	display: block;
	width: 170px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 8px;
}

    #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	font-size: 10px;
    }

    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */

    	float: right;

    	margin-left: 8px;

    }

    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */

    	float: left;

    	margin-right: 8px;

    }
.linea_div {
	float: left;
	margin: 0px;
	padding: 0px;
}

.negrita {
	font-weight: bold;
}
.negrita_roja {
	color: #FF0000;
	font-weight: bold;
}

.cursiva {
	font-style: italic;
	color: #666666;
}

.leer_mas {
	color: #FF0000;
	font-size: 11px;
	line-height: 20px;
}

#contppal {
	float: left;
	margin: 0;
	padding: 0;
	width: 760px;
}
#contppal  #noticiappal  {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 755px;
}
#contppal  #noticiappal  h2  {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 530px;
	padding-left: 10px;
	margin: 0px;
}
#contppal  #noticiappal  h1  {
	font-size: 20px;
	color: #FF0000;
	width: 530px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 24px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contppal  #noticiappal  p  {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: 530px;
	font-size: 13px;
}
#contppal  #noticiappal  img  {
	float: right;
}
.caja530 {
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	width: 530px;
	padding-bottom: 20px;
}
#contppal     #homenovedades    {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-top: 40px;
	background-image: url(images/menu/novedades_home.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 540px;
}
#contppal     #homenovedades     p  {
	font-size: 11px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 15px;
	margin: 0px;
	width: 400px;
}
#contppal     #homenovedades     img  {
	float: left;
	padding-right: 2px;
	padding-left: 5px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#contppal #agendanoticias {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	width: 210px;
}
#contppal  #homeagenda  {
	width: 188px;
	padding-top: 40px;
	background-image: url(images/menu/agenda_home.jpg);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	float: right;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#contppal  #homeagenda  img  {
	padding-left: 5px;
	padding-top: 0px;
}
#contppal  #homeagenda  p  {
	font-size: 11px;
	float: left;
	width: 170px;
	line-height: 14px;
	padding-right: 2px;
	padding-left: 5px;
	margin: 0px;
}
#contppal  #homenoticias  {
	float: right;
	width: 188px;
	padding-top: 40px;
	background-image: url(images/menu/noticias_home.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 5px;
}
#contppal  #homenoticias  p  {
	font-size: 11px;
	line-height: 14px;
	padding-right: 5px;
	padding-left: 2px;
	margin: 0px;
}
.ficha_novedades {
	float: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	display: block;
	clear: both;
	width: 750px;
}

.titulo_novedades {
	float: left;
	width: 126px;
}
.imagen_novedades {
	float: left;
	height: 193px;
	width: 124px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.resenya_novedades {
	width: 450px;
	padding-bottom: 20px;
	padding-left: 15px;
	float: left;
	padding-right: 10px;
	background-color: #EEEEEE;
	padding-top: 10px;
	margin-bottom: 20px;
}

.datostecnicos_novedades {
	font-size: 11px;
	color: #666666;
	float: left;
	width: 745px;
}
.biografia {
	color: #666666;
	font-size: 11px;
}

.reseña_noticias {
    margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.filete_puntos {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.alineaderecha {
	text-align: right;
}
.texto_catalogo   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 235px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.textarea1 {
	height: 16px;
	width: 170px;
}
.textarea_autor {
	height: 20px;
	width: 250px;
}

.textarea_titulo {
	height: 20px;
	width: 300px;
}

#container #catalogo #formulario fieldset {
	padding-left: 10px;
	background-color: #F7F7F7;
}

#container #catalogo #formulario legend {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.2em;
}

#container #catalogo {
	background-image: url(images/catalogo/catalogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 550px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container #formulario {
	float: left;
	width: 500px;
	padding: 10px;
	margin-bottom: 20px;
}

#container #eventos {
	float: left;
	width: 700px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/eventos/eventos.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#container #noticias {
	float: left;
	width: 700px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/foto_noticias/noticias.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#container #eventos img,
#container #noticias img {
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 20px;
	height: 165px;
	width: 220px;
}

#container #noticias img{
	margin-bottom: 1px;
}

#container #eventos h1,
#container #noticias h1 {
	color: #333333;
	font-size: 12px;
	display: block;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	margin-right: 10px;
	text-align: right;
	width: 350px;
	margin-left: 322px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #999999;
}

.paginacion {
	color: #666666;
	text-align: center;
	padding-top: 5px;
	float: left;
	width: 760px;
}

.paginacion a {
	color: #666666;
	text-align: right;
	padding-top: 15px;
}

.paginacion a:hover {
	text-decoration: underline;
}
#container  #contacto  {
	background-image: url(images/contacto/contacto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 550px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container #contacto .librerias {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 10px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	background-color: #F5F5F5;
}
.cont_img_aniv {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align:center;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#container #contppal .columna1 {
	float: left;
	width: 370px;
	margin: 0px;
	padding-right: 6px;
}

#container #contppal .columna2 {
	float: right;
	width: 370px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin: 0px;
	padding-left: 10px;
}
#container #contppal .columna2 img {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}

#container #contppal .fotos_aniv {
	float: left;
}

#container #contppal .fotos_aniv .cont_img_aniv .más_fotos a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
	float: right;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 10px;
	letter-spacing: 0.1em;
}

#container #contPrincipal .numero_pag {
	font-size: 11px;
	float: left;
	color: #666666;
}

#container #sidebar1 fieldset {
	padding-left: 10px;
	background-color: #F7F7F7;
}
#agenda  {
	background-image: url(images/agenda/agenda.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 40px;
}
#agenda  .evento  .fecha  {
	font-style: italic;
	color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 24px;
}
#agenda  .evento  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 10px;
}
#agenda .titulo_agenda {
	font-weight: bold;
}
#agenda .subtitulo_agenda {
	font-style: italic;
	color: #CC0000;
	width: 650px;
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
}
#listaautores {
	float: right;
	width: 170px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

