html,body{height:100%;margin:0px;padding:0px;}
body{background-color:#703838;}
#todo{position:relative; width: 100%; height: 400px; z-index: 1;top: 50%; margin-top: -200px;left: 50%;margin-left: -50%; text-align:center;}
#header{height:90px;margin:0px;padding:0px;background-color:#255873; text-align:center;}
#menuh{width:760px;}
#main{background-color:#FFFFFF;background-repeat:no-repeat;width:100%;height:300px;text-align:center;overflow:none;}
#contenidos{width:100%;height:300px;overflow:scroll;display:block;}
#footer{font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 11px;color: #E6E6E6;text-align:center;}
#footer a{color: #CDE0F8;}
a{ color:#703838;}
td {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.titulos {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #660000;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;


}
.titulos:hover {

	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #660000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.subtitulos {

	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #006699;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
