body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
a:link 
{
	color: #55780e;
	text-decoration: underline;
}
a:visited 
{
	color: #55780e;
	text-decoration: underline;
}
a:hover 
{
	color: #55780e;
	text-decoration: none;
}

.articulos_titulos {
	font-weight: bold;
	color: #55780e;
}
.copyright {
	font-size: 10px;
	color: #6e7e34;
	font-weight: bold;
}
.font10normal{
	font-size: 10px;
	font-style: normal;
}
.font10italic{
	font-size: 10px;
	font-style: italic;
}

.heading_class {
	color: #333333;
	font-weight: bold;
	margin-left: 5px;
}

.titulos, .titulos a {
	color: #55780e;
	background-color: #ffffff; 
	font-weight: bold;
	letter-spacing: 1px;	
}
.titulos a:hover {
	color: #ffffff;
	background-color: #55780e; 
}

.fechas, .fechas a {
	color: #666666;
	font-style: italic;
	font-size: 10px;
	text-decoration: none;		
}
.fechas a:hover 
{
	text-decoration: underline;	
}

.detalles, .detalles a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;	
	padding-top: 15px;	
}
.detalles a:hover 
{
	text-decoration: underline;	
}

.parrafos, .parrafos a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;	
	padding: 10px;
	text-align: justify;	
}
.parrafos a:hover 
{
	text-decoration: underline;	
}