@charset "utf-8";
/* CSS Document */

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
}
a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: underline;
	font-weight:bold;

}
a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#F30;
	font-weight:bold;
}
.noticias {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	text-align: center;
}



