/* CSS Document */

.blogTitulos{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	
	text-align:left;
	text-transform:uppercase;
}

.blogNoticias{
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	
	text-align:justify;
}

.blogLinks{
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#99CC00;
	cursor:pointer;
}