body{
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
}
.negrita2{
	font-weight: bold;
}
.tablaRec
{
	border:solid 1px #666666;
	width:750px;
}
.trRec
{
	/*border:solid 1px #000000;*/
}
.tdRec
{
	border:solid 1px #666666;
	padding:3px;
}
.tdRecW
{
	border:solid 1px #666666;
	padding:3px;
	background-color:#7FDDFF;
}
.thRec
{
	border:solid 1px #666666;
	font-weight:bold;
	text-align:center;
	background-color:#003398;
	color: #FFF68A;
}
a:visited, a:active, a:link {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
.hist{
	text-align:center;
	text-size:7pt;
	color:#355B9C;
	cursor:pointer;
}
#menu{
   position:relative;
	top:-35px;
	left:250px;
	height:30px;
	width:650px;
	background:#003398	
	margin: 0 auto;
	/*padding: 1px 0 0 10px;*/
}
#menu img{
	border:none; 
	float:left; 
	margin:0 0 0 0;
	}
#menu ul{
	/*background:url(images/top_ul_bg.gif) no-repeat 0 8px;*/
	list-style:none;
	/*width:760px; 
	height:23px; 
	padding:1px 0 0 8px; 
	margin:0 0 0 70px;*/
	}
#menu ul li{
	/*background-color:#E1DBC7; */
	color:#0B0B0B; 
	float:left;
	font:bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	/*text-transform:uppercase;*/
	}
#menu ul li a{
	background-color:#003398; color:#FFF68A;
	font:bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*text-transform:uppercase; */
	text-align:center; 
	text-decoration:none;
	width:85px; 
	height:23px; 
	display:block;
	}
#menu ul li a.hover{
	background:url(images/top_btn_h.gif) no-repeat 0 0 #003398; color:#FFFFFF;
	font:bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase; 
	text-align:center; 
	text-decoration:none;
	width:85px; 
	height:23px; 
	display:block;
	}
#menu ul li a:hover{
	background:url(images/top_btn_h.gif) no-repeat 0 0 #003398; color:#FFFFFF;
	font:bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase; text-align:center; text-decoration:none;
	width:85px; 
	height:23px; 
	display:block;
	}
#actualización{
	font-style: italic;
	font-size: smaller;
}
.titulo{
	/*font-weight: bold;*/
	font-size: smaller;
	width: 800px;
	height: 20px;
	background-color: #028DDE;
	color: yellow;
	position: relative;
	left: -10px;
	top: -10px;
}
.titulo2{
	position: relative;
		top: 3px;
		left:20px;
}
#explicacion{
	position: absolute;
	top: 200px;
	left: 400px;
	visibility: hidden;
	width: 300px;
	height: 200px;
	background-color: yellow;
	padding: 10px;
}