@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.hora {
	font-size: 12px;
	font-weight: bold;
	color: #457daf;
}
.wapdata {
	background-color: #FFF;
	text-align: center;
}

.noticia {
	font-size: 11px;
	color: #666666;
}
a.noticia:link
{
	text-decoration: none;
}
a.noticia:hover 
{
	text-decoration: underline;
}

.data {
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-align: center;
}
