body{
	background:#990066;
	color:#000000;
}
a{
	color:#0000FF;
}

/*
** NOTICIAS
*/
.noticia{
	float:left;
	clear:both;
	width:96%;
	margin-top:25px;
	margin-left:25px;
}
.titularnoticia{
	float:left;
	clear:both;
	width:100%;
	color:#ffffcc;
	font-weight:bold;
	font-size:22px;
}
.fotonoticia{
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
}
.textonoticia{
	float:left;
	clear:both;
	width:100%;
	color:#fff;
}
.ficheronoticia{
	float:left;
	clear:both;
	width:100%;
}
.ficheronoticia a{
	color:#ffffcc;
}
/*
** TABLON
*/
.tablon{
	float:left;
	clear:both;
	margin-left:25px;
	
}
.espaciovacio{
	float:left;
	clear:both;
	width:100%;
	height:25px;
}
/*
** LINKS
*/
.links{
	float:left;
	clear:both;
	width:95%;
	margin-left:25px;
}
.links a{
	color:#ffffcc;
}
