A:link        
{ 
 font-weight: normal; 
 text-decoration: none; 
 color: #FF0000; 
}
A:visited     
{
 text-decoration: none; 
 color: #FF0000; 
 font-weight: normal; 
}
A:hover       
{ 
 text-decoration: underline; 
 color: #666666; 
}

input
{
	color:#000000;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;

}

textarea
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial; 
	font-size: 10px;
	text-decoration: none;
 }

select        
{ 
 font-family: Verdana, Helvetica, Arial; 
 font-size: 7pt; 
 color: #000000; 
}


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
}

a.ver_mas:link {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
a.ver_mas:active {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
a.ver_mas:visited {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
a.ver_mas:hover {
	font-weight: bolder;
	color: #666666;
	text-decoration: underline;
}
.tabla {
	background-color: #FFFFFF;
	border: 1px none #D5E2FF;
	background-attachment: fixed;
	background-image: url(/img/f1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabla_noticia {
	background-color: #F2F2F2;
	border: 1px solid #E1E1E1;
}
.titulo_noticia {
	background-color: #F2F2F2;
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
}
.peque {
	font-size: 10px;
}
