body {
	background:url(../img/fondo.gif);
}

.centro {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
    margin-right: auto;
}

.tabla {
	border:2px solid #FFCC00;
	width:980px;
	background-color:#000;
}

.menu {
	background:url(../img/fondomenu.gif);
	width: 150px;
	padding:4px;
}

.cabecera {
	background:#FFCC00;
	padding: 1px;
	margin: 0px;
	height: 80px;
}

.enlacemenu {
	font-family:Geneva, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}

.enlacemenu:hover {
	color:#FFCC00;	
}

.textohorario {
	font-family:Geneva, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFCC00;
	text-align: center;
	border: thin solid #CC3300;
	background:#000000;
}

.textoevento {
	font-family:Geneva, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFCC00;
	border: thin solid #CC3300;
	background: #000000;
}

.enlacehorario:link {
	color:#FFCC00;
	text-decoration: none;
}

.enlacehorario:visited {
	color:#FFCC00;
	text-decoration: none;
}

.enlacehorario:hover {
	color:#000000;
	background-color:#FFCC00;
}

.titularcelda {
	background: #CC3300;
	text-align: center;
	font-weight:bold;
	font-family: Geneva, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

.pie {
	color:#FFCC33;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

.textoarticulo {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color:#CC3300;
	text-align:justify;
	font-weight: bold;
	padding: 4px;
}

.tituloarticulo {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	color:#FFCC00;
	font-weight: bold;
}

.campotexto {
	font-family:Geneva, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFCC00;
	text-align: center;
	background-color:#000000;
	border:none;
}

.boton {
	border:#CC3300 solid 2px;
	background:#FFCC00;
	color:#000000;
	font-family:Geneva, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.fondoarticulo {
	background-color: #000000;
	background:url(../img/fondo.png);
}

.imagenarticulo {
	border:2px solid #FFCC00;
}

hr {
	background-color: #FC0;
	height: 2px;
	border: 0px;
}