/* ----- GENERAL ----- */
body { 
font-family : Arial,Tahoma;
color: #fefefe;
background-color : #2b2b2b;
font-size: 9pt;
} 

h1 { 
font-weight : bold;
font-size: 14pt;
}

h2 { 
font-size: 11pt;
}

h3 { 
font-size: 9.5pt;
}

img {border: 0px; margin: 2px;}

a {color: #BBC9BB; text-decoration: none;}
a:hover {text-decoration: underline}
/* ----- FIN GENERAL ----- */

#contenedor { 
position: relative;
width : 94%;
margin: 0 auto;
}

#cabecera { 
float: left;
width : 49%;
height : 150px;
}

/* MENU */
#menu { 
float: right;
width : 49%;
height : 30px;
margin-top: 120px;
text-align: right;
}

#menu img {margin-right: 10px;}

/* FIN MENU */

#divisor {
clear: both;
height: 50px;
}

/* ----- CONTENIDO ----- */
#contenido { 
clear: both;
width : 90%;
min-width: 700px;
min-height: 450px;
margin-left: auto;
margin-right: auto;
}

#contenido table {
border-spacing: 5px 1px;
}

#contenido p {
text-align: justify;
}

p#p_derecha {text-align: right;}
p#p_izquierda {text-align: left;}

#ficha_multimedia {
	border-bottom: 1px solid #999999;
	margin-bottom: 9px;
	padding-bottom: 2px;
}

#divisor_contenido {
	clear: both;
	border-bottom: 1px solid #999999;
	margin-bottom: 9px;
	padding-bottom: 2px;
	height: 20px;
}

.ficha_seleccionada { background-color: #999999;}

div.contenido_izquierda {
	float: left;
	width: 80%;
	margin-bottom: 9px;
	padding-bottom: 2px;
}

div.contenido_derecha {
	float: right;
	width: 80%;
	margin-bottom: 9px;
	padding-bottom: 2px;}

/* ----- FIN CONTENIDO ----- */

/* ----- PIE ----- */
#pie { 
clear: both;
width: 100%;
height: 2em;
background-color: #787878;
font-size : 9pt;
font-weight : bold;
text-align : center;
padding: 9px 0 0 0;
color: #BCBCBC;
}

#pie a {color: #BBBBBB; text-decoration: none;}
#pie a:hover {text-decoration: underline}
/* ----- FIN PIE ----- */

/* ----- CLASSES ----- */
.tabla_borde_fino {border-spacing: 2px 1px;}
.separador_tabla {border-right: 1px solid rgb(153, 153, 153);}
/* ----- FIN CLASSES ----- */