body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#contenedor {
	position:absolute;
	left:20px;
	top:20px;
	width:800px;
	height:630px;
	z-index:1;
	background-color: #FFFFFF;
 }
 
#logo  {
	position:absolute;
	left:20px;
	top:20px;
	width:230px;
	height:230px;
	z-index:2;
	background-color: #333333;
	padding-top: 20px;
	text-align: center;
}
#imagen  {
	position:absolute;
	left:250px;
	top:20px;
	width:570px;
	height:230px;
	z-index:3;
	background-color: #FFFFFF;
}
#navegacion  {
	position:absolute;
	left:20px;
	top:252px;
	width:205px;
	height:363px;
	z-index:4;
	background-color: #333333;
	padding-left:25px;
	text-align: left;
}
#titulo  {
	position:absolute;
	left:270px;
	top:252px;
	width:540px;
	height:35px;
	z-index:5;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#texto  {
	position:absolute;
	left:270px;
	top:290px;
	width:540px;
	height:290px;
	z-index:6;
	display: inline;
	overflow: auto;
	visibility: inherit;
	background-color: #FFFFFF;
}



#creditos  {
	position:absolute;
	left:20px;
	top:615px;
	width:800px;
	height:35px;
	z-index:7;
	background-color: #999999;
}




.navegacion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}

 a.navegacion, a.navegacion:VISITED, a.navegacion:ACTIVE, a.navegacion:FOCUS, a.navegacion:LINK{ 
 	color:#ffffff;
	
 } 
 a.navegacion:HOVER{
	color:#990000;
	
 }  



.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 10px;
	color:#990000;
	font-weight: bold;
	text-decoration:none;
}


.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color:#333333;
	font-weight: normal;
	text-decoration:none;
}

 a.texto, a.texto:VISITED, a.texto:ACTIVE, a.texto:FOCUS, a.texto:LINK{
	color:#333333;
	font-weight: bold;
	
 } 
 a.texto:HOVER{
	color:#990000;
	
 }  


.texto_destacado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}


.creditos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#990000;
	font-weight: bold;
	text-decoration:none;
}

 a.creditos, a.creditos:VISITED, a.creditos:ACTIVE, a.creditos:FOCUS, a.creditos:LINK{ 
 	color:#990000;
	
 } 
 a.creditos:HOVER{
	color:#333333;
	
 }  
