#menu ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li {
	padding:0;
	float:left;
}
#menu ul li a {
	display:block;
	width:121px;
	height:36px;  
	text-decoration:none;
}
#menu ul li a:hover {
	background-position:bottom;
}
#menu ul li a span {
	display:none;
}
#menu .inicio {
	background-image:url(../../img/menu/inicio.jpg);
	width:40px;
}
#menu .tienda {
	background-image:url(../../img/menu/tienda.jpg);
	width:46px;
}
#menu .videos {
	background-image:url(../../img/menu/videos.jpg);
	width:48px;
}
#menu .radio {
	background-image:url(../../img/menu/radio.jpg);
	width:39px;
}
#menu .agenda {
	background-image:url(../../img/menu/agenda.jpg);
	width:52px;
}
#menu .carnaval2007 {
	background-image:url(../../img/menu/carnaval2007.jpg);
	width:95px;
}
#menu .carnaval2008 {
	background-image:url(../../img/menu/carnaval2008.jpg);
	width:98px;
}
#menu .carnavalotrosanos {
	background-image:url(../../img/menu/otros.jpg);
	width:78px;
}
#menu .foro {
	background-image:url(../../img/menu/foro.jpg);
	width:37px;
}
#menu .noticias {
	background-image:url(../../img/menu/noticias.jpg);
	width:57px;
}
#menu .contacto {
	background-image:url(../../img/menu/contacto.jpg);
	width:70px;
}

/*        tabla            */


.tabla_antecedentes{}
.tabla_antecedentes td{
	padding: 3px;
	background-color: #B9D1F7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #95BAF2;
}
.tabla_antecedentes th{
	padding: 3px;
	text-transform: uppercase;
	color: #000066;
	background-color: #ACC4E8;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

