@charset "utf-8";
/* CSS Document */

body{
	background-image:url(imagenes/fondo.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color:#105002;

}
.estilo1{
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.estilo2{
	text-align:justify;
	font-size:11px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #2BCB07;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
