.menu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 190px;
	margin: 0px;
	padding: 0px;
}


.menu .inactive {
	margin: 5px;
	color: #000000;
	text-decoration: none;
	padding: 10px 8px;
	background-image: url(images/boton_fondo.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}


.menu ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

.menu ul li{
display: inline;
}

.menu ul li a{
color: #CC0000;
padding: 10px 8px;
margin: 4px;
text-decoration: none;
}

.menu ul li a:hover{
	background-image: url(images/boton_fondo.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	color: #CC0000;
}











#tabla_principal {
	width: 860px;
	background-image: url(images/fondo3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/fondo.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #FFFFCC;
}
h1 {
	text-align: left;
	font-size: 28px;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}
.contenidos_internos {
	text-align: justify;
}
.contenidos_listas ul {
	margin: 0px;
	padding: 0px;
}
#tabla_in th {
	background-color: #E0EDEF;
	height: 28px;
	border-bottom: solid 2px #006F7A;
	border-top: solid 2px #006F7A;
}
#tabla_in {
	font-size: 11px;
}

#tabla_in td {
	height: 28px;
	border-bottom: solid 1px #CCCCCC;
}


.contenido {
	padding: 20px 0 0 0;
	height: 450px;
}

.fotos_chicas img {
	border: solid 3px #e79900;
}

.fotos_chicas {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(images/fondo_galeria.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.subseccion li {
	margin-bottom: 5px;
	margin-left: 20px;
}
.subseccion {
	padding: 0;
	text-align: left;
	border-right: solid 1px #CCCCCC;
	width: 200px;
	font-size: 12px;
}

.subseccion ul {
	margin: 0px;
	padding: 0px;
}




.subseccion a:link {
	text-decoration: none;
	color: #CC0000;
}

.subseccion a:visited {
	text-decoration: none;
	color: #CC0000;
}

.subseccion a:hover {
	text-decoration: underline;
	color: #000000;
}

.subseccion a:active {
	text-decoration: none;
	color: #CC0000;
}
.contenidos_listas li {
	margin-bottom: 8px;
	margin-left: 20px;
}
.contenidos_listas {
	padding-left: 30px;
	padding-right: 50px;
	font-size: 12px;
}
#contenido_table {
	width: 78%;
	margin-bottom: 25px;
}
#calendario_lista {
	font-size: 9px;
}
#calendario_lista th {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}

h2 {
	font-size: 20px;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: normal;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.evento {
	background-color: #FFCC00;
	color: #CC0000;
}
#calendario_lista td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
