@charset "utf-8";
/* Fanlisting stylesheet designed by Jan Solari 		*/
/* version WIA					 						*/
/* This stylesheet is under a CC license        		*/
/* http://creativecommons.org/licenses/by-nc-sa/3.0/es/	*/

/* BODY y CAPAS */
/* --------------------------------------------------------------------------- */


html {
margin: 0;
padding: 0;
border: 0px none #FFFFFF;
}



body {
/* Fondo */
background-color: #3366CC;
/* Margenes principales */
margin: 0;
padding: 0;
/*Estilo principal de las tipografías */
color: #000000;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
/* Centrador para IE5 y anteriores */
text-align: center;
}



#container {
/* Bordes y fondo */
background: #FFFFFF;
background-image:url(../images/container_fondo.png);
background-position:top center;
background-repeat:repeat-y;
/* Dimensiones */
width: 750px;
/* Margenes */
padding: 0px;
/*Centrador universal */
margin: 0 auto;
/* Texto */
text-align: justify;
}



#encabezado {
}



#menu {
/* Bordes y fondo */
/* Posición y tamaño */
float: left;
width: 130px;
/* Margenes */
margin: 0;
padding: 0;
}



#contenido {
/* Bordes y fondo */
/* Posición y tamaño */
float:right;
width: 545px;
/* Margenes */
margin: 0;
padding: 10px 35px 10px 0;
}



#pie {
/* Posición y tamaño */
clear: both;
height: 54px;
}

/* --------------------------------------------------------------------------- */




/* ETIQUETAS */
/* --------------------------------------------------------------------------- */


img {
/* Bordes y fondo */
border-width: 0;
}


h1 {
/* Posición y tamaño */
width: 500px;
/* Margenes */
padding: 0;
margin: 12px 12px 6px 0;
/* Texto */
font-family: "Courier New", Courier, monospace;
font-size: 1.4em;
font-weight: bolder;
border-bottom: 1px dotted #3366CC;
}



h2 {
/* Margenes */
display: block;
padding: 0 20px 3px 6px;
margin: 0;
/* Texto */
font-family: "Courier New", Courier, monospace;
font-size: 1.2em;
font-weight: bolder;
}



p, blockquote, .block_images {
/* Margenes */
padding: 3px 20px 15px 5px;
margin: 0;
}



li {
/* Margenes */
padding: 0;
padding-bottom: 2px;
padding-right: 40px;
}



hr {  
width: 400px;  
height: 0px;  
border-top: 0px; 
border-bottom: 1px solid #3366CC;
}  


/* --------------------------------------------------------------------------- */




/* ETIQUETAS DENTRO DE CAPAS */
/*----------------------------------------------------*/




/* ESTILO DE LOS ENLACES DEL CONTENIDO */
/* --------------------------------------------------------------------------- */


#contenido a {
/* Bordes y Fondo */
border-bottom: 1px dotted #001C64;
/* Texto */
color: #001C64;
text-decoration: none;
font-weight:bold;
}


#contenido a:hover {
/* Bordes y Fondo */
border-bottom: 1px dotted #57C1E9;
/* Texto */
color: #57C1E9;
text-decoration: none;
font-weight:bold;
}



#contenido a.boton {
/* Margenes */
padding:0;
/* Bordes y Fondo */
background-color:#FFFFFF;
border-bottom-width: 0;
}


#contenido a.boton:hover {
/* Margenes */
padding:0;
/* Bordes y Fondo */
background-color:#FFFFFF;
border-bottom-width: 0;
}


#contenido a.boton:hover img {
/* Bordes y Fondo */
background-color: #57C1E9;
}


/* --------------------------------------------------------------------------- */




/* ESTILO PARA LAS CAPAS TAB_INFO */
/* --------------------------------------------------------------------------- */


.tab_info {
/* Margenes */
padding: 3px 20px 15px 5px;
margin: 0;
}



.info_name {
/* Margenes
display: run-in; */
/* Texto */
font-weight: bold;
}


.info_data {
/* Margenes
display: block; */
/* Texto */
font-weight: normal;
}


/* --------------------------------------------------------------------------- */




/* OTROS ESTILOS */
/* --------------------------------------------------------------------------- */

/* Estilo para las imágenes en la capa de contenido */

#contenido img {
/* Margenes */
padding:0;
padding-bottom: 5px;
margin: 0;
margin-right: 5px;
}



/* Estilo para párrafos especialmente destacados */

p.destacada {
/* Margenes */
padding-top: 12px;
/* Texto */
text-align: right;
}



p.destacada_cen {
/* Margenes */
padding-top: 5px;
padding-bottom: 20px;
/* Texto */
text-align: center;
font-weight: bold;
font-size: medium;
}