/* CSS Document */


 .estilo {font:  14px Verdana;
color: #000000;
  text-decoration: none }

.estilo:hover { font:  14px Verdana;
color: #8CA631;
background-color: #000000;
  text-decoration: none }



 .boton:HOVER{
	background-color :  #685944;
	color : White;
	border : 1px solid White;
}
.boton{
	background-color : #8CA631;
	font-family : Tahoma;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	border : 1px solid #8CA631;
}
