body {
	background-image: url('images/back_seccion.jpg');
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	color: #fff;
}
a:link,
a:active, 
a:visited {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
a:focus {
	outline:none;
}
td.menu {
	background-image: url('images/menu.jpg');
	text-align: center;
	height: 31px;
	padding: 0px 0px 0px 0px;
	
}
td.boton {
	text-align: center;
	font-size: 12px;
	height: 31px;
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
td.boton a:link,
td.boton a:active, 
td.boton a:visited {
	color: #fff;
	text-decoration: none;
}
td.boton a:hover {
	color: #000;
	text-decoration: none;
}
td.noticias {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 25px 0px 15px 40px;
}
td.noticias a:link,
td.noticias a:active, 
td.noticias a:visited {
	color: #fff;
	text-decoration: none;
}
td.noticias a:hover {
	color: #c00;
	text-decoration: none;
}
td.seccion {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 25px 0px 15px 0px;
}
td.seccion a:link,
td.seccion a:active, 
td.seccion a:visited {
	color: #ccc;
	text-decoration: none;
}
td.seccion a:hover {
	color: #c00;
	text-decoration: none;
}
.titulo {
	font-size: 14px;
	color: #c00;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
.tituloNombre {
	font-size: 14px;
	color: #777;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
td.mes  {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #999;
}
.ano {
	color: #666;
}
tr.dia td {
	width: 115px;
	text-align: left;
	font-size: 11px;
	color: #999;
	padding: 8px 0px 2px 0px;
}
td.diaoff {
	background-image: url('images/dia_off.jpg');
	text-align: right;
	vertical-align: top;
	height: 45px;
	font-size: 22px;
	font-weight: bold;
	padding: 2px 8px 2px 2px;
}
td.diaon {
	background-image: url('images/dia_on2.jpg');
	text-align: right;
	vertical-align: top;
	height: 45px;
	font-size: 22px;
	font-weight: bold;
	padding: 2px 8px 2px 2px;
	cursor: pointer;
	cursor: hand;
}

#evento {
	position: absolute;
	background-color: #fff;
	border: 3px solid #333;
	top: 100px;
	left: 150px;
	width: 650px;
	text-align: right;
	font-size: 11px;
	color: #000;
	filter: alpha(opacity=90);
	opacity: .9;
	-moz-opacity:0.9;
}

#info {
	font-size: 11px;
	color: #000;
}

.destacado {
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
.destacado2 {
	font-size: 12px;
	font-weight: bold;
}
td.form {
	font-size: 10px;
	color: #333;
	padding: 0px 5px 5px 0px;
}
.campo {
	height: 18px;
	font-size: 10px;
	color: #000;
}

td.footer {
	padding: 60px 25px 25px 25px;
}
