html{
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(imgR/bg_diario.jpg);
	margin: 0px;
}
#contenedor{
	width: 750px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 1px;
	display: block;
}

h1, h2, h3, h4, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.fech {
	font-family: Verdana;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	height: 25px;
	background-color: #CCCCCC;
	vertical-align: middle;
}
.menu{
	height: 100px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #595959;
	padding-left: 15px;
	text-decoration: none;
	border-bottom: #CCCCCC dotted 1px;
	height: 100px;
	padding-bottom: 4px;
	line-height: 25px;
	vertical-align: middle;
}
.menu:hover{
	color: #C7194A;
	color: #C61849;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 30px;
}


.txt {font-family: Arial; font-size: 10pt; color: #676767;}

.weekendstyle {color: #999999; }

.ocenter {	text-align : center; }

#topBanner{
	width: 750px;
	height: 100px;
	background-color: #F3F3F3;
	vertical-align: middle;
	padding-top: 10px;
}
#stage{
	padding-right: 10px;
}
.links{
	height: 20px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.links a{
	font-size: 11px;
	font-weight: bold;
	color: #C61849;
}
.links a:hover{
	color: #000000;
	text-decoration: underline;
}
a.links{
	font-size: 11px;
	font-weight: bold;
	color: #C61849;
}
a.links:hover{
	color: #000000;
	text-decoration: underline;
}