/*CSS*/

/* BASE */
.caja_base{
	background: url(imgs/fondo_cuerpo.jpg);
	background-repeat:repeat-y;

	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 940px;
   border: 0px;
}
.caja_base td{
	padding: 0px;
	vertical-align:top;
}
/** CABECERA **/
.caja_cabecera{
	background: url(imgs/cabecera.jpg) no-repeat;
	width:940px;
	height:212px;
	vertical-align:text-bottom;
	color: #590101;
}
.menu{
	position:relative;
	top:177px;
	left:0px;
	margin-left: auto;
	margin-right: auto;
	width:90%;
	color: #590101;
}
.menu td{
	width:150px;
	text-align:center;
	margin-left:20px;
}
.menu td:hover {
	color: #590101;
	background-color: white;
}
.menu A:link{
	color: #A30101;
}
.menu A:visited{
	color: #A30101;
}
.menu A:active{
	color: #A30101;
}
.menu A:link{
	color: #A30101;
}
/** PIE **/
.caja_pie{
	background: url(imgs/pie.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:202px;
	text-align:center;
	font-size: 10px;
	color: #CCA101;
	padding:20px;
}



/*MODULOS*/
.contenido{
	left:10px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding:15px;
}
/**NOTICIAS**/
.titulo{
	position:relative;
	top:30px;
	color: #A30101;
	font-size: 18px;
	height:70px;
}
.imagen{
	width: 120px;
	color: #A30101;
}
.fecha{
	text-align:right;
	color: #A30101;
}

/**MUSICA**/
.discs{
	width:250px;
}
.titulo_disc{
	color: #A30101;
	font-size: 18px;
}
/* CSS GENERAL*/
body {
		background: url(imgs/fondo1.jpg);
		background-repeat:repeat;
		background-color:black;
	}
