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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Letras */

.font 		{  font-style:italic  }
.grande 	{ font-size:22px;
	 		  font:arial;		   
			  color: #1F75A3}
.masgrande 	{ font-size:26px;
	 		  font:arial;		   
			  color: #1F75A3}
.muygrande 	{ font-size:32px;
	 		  font:arial;		   
			  color: #1F75A3}
.mediana 	{ font-size:19px }
.negrita	{ font:bold}
.font_azul 	{ color:#0033FF }
.font_negrp	{ color:black }
.font_gris 	{ color: gray }
.font_size	{ font-size:20px}
.interlineado	{line-height: 24px}
.justificado	{text-align : justify;}

/* bordes */

.border { border-style:double 
		  border:#999999 }