@charset "utf-8";
/* Fanlisting stylesheet designed by Jan Solari 		*/
/* version (MY) BLOODY TEARS		 					*/
/* 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: #990000;
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: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}



#container {
/* Bordes y fondo */
background-color: #FFFFFF;
background-image:url(../images/container_fondo.png);
background-position: bottom left;
background-repeat:repeat-x;
/* Dimensiones */
/* Margenes */
padding: 0;
margin: 0;
/* Texto */
text-align: justify;
}



#encabezado {
}



#menu {
/* Posición y tamaño */
position:absolute;
top: 400px;
left: 620px;
width: 125px;
height: 350px;
/* Margenes */
}



#contenido {
/* Bordes y fondo */
background-color: transparent;
/* Posición y tamaño */
width: 535px;
min-height: 360px;
/* Margenes */
padding-left: 48px;
padding-bottom: 25px;
}



#pie {
/* Posición y tamaño */
clear: both;
margin: 0;
padding: 0;
height: 46px;
}

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




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


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


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



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



p, blockquote, .block_images {
/* Margenes */
padding: 5px 15px 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 #990000;
}  


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




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



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



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


#contenido a {
/* Bordes y Fondo */
/* Texto */
color: #990000;
text-decoration: none;
font-weight:bold;
}


#contenido a:hover {
/* Bordes y Fondo */
/* Texto */
color: #333333;
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: #333333;
}


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




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


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

