a.footer{
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover{
	color: #FFCC9A;
}

a.menu{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover{
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background-color: #FFCC9A;
	margin: 0px;
}

h1{
	color: #800000;
	font-size: 12px;
	font-weight: bold;
}

h2{
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

td{
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.boxes{
	border: 1px solid #FFCC9A;
	height: 250px;
	padding: 3px;
	width: 198px;
	text-align: left;
	vertical-align: top;
}

.box-fill{
	background-color: #FFCC9A;	
	border: 1px solid #999999;
	height: 250px;
	padding: 3px;
	width: 198px;
	text-align: left;
	vertical-align: top;
}

.tr-end{
	background-color: #FFCC9A;
}

#contenidos{
	padding-bottom: 20px;
	padding-left: 38px;
	padding-right: 40px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
}

#footer{
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	width: 695px;
}

#menu{
	height: 26px;
	text-align: right;
}

#player{
	border-bottom: 1px solid #336699;
	border-top: 1px solid #336699;
}

#tabla-principal{
	background-image: url(../img/fondo-sitio.png);
	background-repeat: repeat-y;
	border: 0px;
	width: 695px;
}

