.titulo {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #dd0067;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F39;
	text-align: center;
}
.subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #0082d6;
}
.noticias_titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #0082d6;
	text-decoration:none;
}
.noticias_titulo a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #0082d6;
	text-decoration:none;
}
.nombre_tema {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #dd0067;
}
#menu {
}
#menu ul{
list-style-type:none;
margin:0px;
padding:5px;
}
#menu li a{
list-style-type:none;
color:#FFFFFF;
text-decoration:none;
}
#menu li a:hover{
list-style-type:none;
color: #00FF66;
text-decoration:none;
}