@charset "utf-8";
/* Fanlisting stylesheet designed by Jan Solari 		*/
/* version Medicine Woman	 							*/
/* 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: #FFFFFF;
background-image:url(../images/fondo.png);
background-position:top left;
background-repeat: repeat-x;
/* Margenes principales */
margin: 0;
padding: 0;
/*Estilo principal de las tipografías */
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight:normal;
/* Centrador para IE5 y anteriores */
text-align: center;
}



#container {
background-image:url(../images/contenido.png);
background-position: top left;
background-repeat: no-repeat;

width: 960px;
height: 1175px;
padding: 0;

/*Centrador universal */
margin: 0 auto;

/* Texto */
text-align: justify;
}



#contenido {
float:left;
width: 498px;
height: 1025px;
padding: 0 16px 0 22px;
margin: 0;
overflow: hidden;
}



#lateral {
float: right;
width: 424px;
height: 1025px;
padding: 0;
margin: 0;
}

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




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


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


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



h2 {
/* Margenes */
display: inline;
padding: 3px 5px 0 25px;
margin: 0;
/* Texto */
font-family: "Courier New", Courier, monospace;
font-size: 1em;
font-weight: bolder;
}



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



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



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


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




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


#contenido a {
/* Texto */
color: #0066FF;
text-decoration: none;
font-weight:bold;
}


#contenido a:hover {
/* Texto */
color:#FF9999;
text-decoration: none;
font-weight:bold;
}



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


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


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


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




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


.tab_info {
/* Margenes */
padding: 3px 5px 15px 0;
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: 6px;
padding-bottom: 24px;
/* Texto */
text-align: center;
font-weight: bold;
font-size: medium;
}



