body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-position:center;
	background-position:top;
	background-color: #2E181A;
}
.texto_anagrama {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	 scrollbar-face-color: #54433c;
	 scrollbar-shadow-color: #54433c;
	 scrollbar-highlight-color: #54433c;
	 scrollbar-3dlight-color: #CCCCCC;
	 scrollbar-darkshadow-color: #e8d5c4;
	 scrollbar-track-color: #e8d5c4;
	 scrollbar-arrow-color: #e8d5c4;
	 scrollbar-base-color:#54433c;	
}
.h1 {	
	color: #dcc9ba;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	font-size-adjust:0;
	margin:0;
}

.h1_sin_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #dcc9ba;
	font-style: normal;
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a59281;
}
H2 {
	font-size: 14px;
	margin:0;
	}
	
.Estilo1 {color: #CC0000}
a:link {
	color: #D5CFC8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D5CFC8;
}
a:hover {
	text-decoration: none;
	color: #B89F85;
}
a:active {
	text-decoration: none;
	color: #D5CFC8;
}
#capa_estructura {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
#capa_contenido {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
}
#text_box{
	padding:0px;
	height: 330px;
	overflow: auto;
	background-color: transparent;
}

