html, body, #sidenav{
    min-height: 100%; /* alto minimom FF y Safari */
    height: 100%; /* alto minimo para IE Windows */
	min-height: 100%;
}

html>body #sidenav {
    height: auto; /* con este hack escondemos el min-height de IE*/
}

* {
	margin: 0;
	padding: 0;
}
#container {
	background: url(img/bg_container.jpg) repeat-y;
	margin: 0 auto;
	width: 778px;
	padding: 0px 9px;
}
#sidenav {
	float: right;
	width: 134px;
	height: 100%;
	min-height: 100%;
}
#header {
	float: left;
	width: 626px;
	height: 110px;
}

p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.lnk {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: none;
	border: 1px dotted #990000;
}
.epg {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
	border-top: 1px dashed #990000;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;

}
.dts {

	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-decoration: none;
	border-top: 1px solid #990000;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.tit {
	color: #CC0000;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CC0000;
	border-left: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
A {
	color: #0066CC;
	text-decoration: none;
	}
A:hover {
	color: #FF0000;
	text-decoration: underline;
	}
A:active {
	color: #FF0000;
	text-decoration: none;
	}
.wth {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
