@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

//definiendo color para un vinculo nuevo agregar ejem <a href="..." Class="Clase1" ...>
A.clase1:visited {color:#444444;}
A.clase1:active {color:#444444;} 
A.clase1:link {color:#00923F;}
A.clase1:hover {color:#444444;} 

.Estilo1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #515150;
	font-weight: bold;
}
.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #00923F;
}
.Estilo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #515150;
	font-size: 13px;

}
.Estilo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.Estilo5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00923F;
	font-weight: bold;
	font-size: 13px;
}