
body { 
     font-family:verdana,sans-serif; 
     font-size:x-small; 
     margin-left:0.5in; 
     margin-right:0.5in; 
} 
 
p{
   margin-left:0.25in; 
   margin-right:0.20in;
   margin-top:0.15in; 
   font-size: 12px;
}
ul{
   font-size: 12px;
   margin-left:0.1in;
   margin-right:0.1in;
}

.fecha{
   margin-left:0in; 
   margin-right:0in;
   margin-top:0in; 
   font-size: 14px; 
   color: #217D26;
   font-weight: bold; 
}

a:link { 
	text-decoration: none;
} 
a:visited { 
	text-decoration: none; 
} 
a:active { 
	text-decoration: none; 
} 
a:hover {
	text-decoration: none; 
} 
 
.menu { 
	font-weight: bold; 
	font-size: 14px; 
	color: #217D26; 
	font-family: tahoma, sans-serif; 
	text-decoration: none; 
} 
.menu:hover { 
  color:blue; 
  text-decoration: none; 
} 
.menu:active { 
   text-decoration:none; 
   color:blue; 
} 
.menu:visited{ 
   text-decoration:none; 
} 

.news {
	font-size: 10px;
	color: #217D26;
	text-decoration: none;
}
.news:hover {
	color:blue;
	text-decoration: none;
}

.news_title {
	font-weight: bold;
	font-size: 14px;
	color: #217D26;
	font-family: tahoma, sans-serif;
	text-decoration: none;
}
.news_title:hover {
  color:blue;
  text-decoration: none;
}
