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

/*TODO*/ p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin-top: 10px;/* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 2px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	line-height: 20px;
}

	
@media screen and (min-width: 801px) and (max-width: 10000px) {
	
	/*PC*/ .h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	font-style: normal;
}

/*PC*/ .texto-franja{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #2c8653;
	text-align: center;
	font-style: normal;
	line-height: 23px;
	padding-top: 20px;

}




/*PC*/ .linea-blanca{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	font-style: normal;
}

/*PC*/.texto-verde{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #80BE21;
	text-align: left;
	font-style: normal;
	line-height: 30px;
		}
		
/*PC*/.texto-verde-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #80BE21;
	text-align: center;
	font-style: normal;
		}
		
		/*PC*/.texto-azul-fuerte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	font-style: normal;
	line-height: 30px;
		}
		
/*PC*/.texto-azul-fuerte-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	font-style: normal;
		}
		
/*PC*/.texto-azul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}

/*PC*/.texto-azul-13{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: bold;
	color: #006699;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}
		
/*PC*/.texto-azul-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-align: center;
	font-style: normal;
	line-height: 21px;
}
		
/*PC*/.texto-negro-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height: 21px;
}
		
/*PC*/ a.link-azul-fuerte:link {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
	/*PC*/ a.link-azul-fuerte:active {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
	
	/*PC*/ a.link-azul-fuerte:visited {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
	
	/*PC*/ a.link-azul-fuerte:hover {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*PC*/a.link-barra:link {
color: #fff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/*PC*/a.link-barra:active {
color: #fff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	
}
/*PC*/a.link-barra:visited {
color: #fff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/*PC*/a.link-barra:hover {
	color: #fff;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 130%;

}

		
	

	
}


@media screen and (min-width: 501px) and (max-width: 900px) {
	
	/*tablet*/ .h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	font-style: normal;
}

/*tablet*/ .texto-franja{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #2c8653;
	text-align: center;
	font-style: normal;
	line-height: 21px;
	padding-top: 15px;
}


	/*tablet*/ .linea-blanca{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	font-style: normal;
}

	/*tablet*/.texto-verde{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #80BE21;
	text-align: left;
	font-style: normal;
	line-height: 30px;
		}
		
	/*tablet*/.texto-verde-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #80BE21;
	text-align: center;
	font-style: normal;
		}
		
		
		
	/*tablet*/.texto-azul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0066FF;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}

	/*tablet*/.texto-azul-13{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: bold;
	color: #0066FF;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}

	/*tablet*/.texto-azul-fuerte-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}

	/*tablet*/.texto-azul-fuerte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000099;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}
		
	/*tablet*/.texto-azul-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #352d82
	text-align: center;
	font-style: normal;
	line-height: 21px;
}
		
	/*tablet*/.texto-negro-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height: 21px;
}
		
	/*tablet*/ a.link-azul-fuerte:link {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
	/*tablet*/ a.link-azul-fuerte:active {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
	
	/*tablet*/ a.link-azul-fuerte:visited {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
	
	/*tablet*/ a.link-azul-fuerte:hover {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*TABLET*/ a.link-barra:link {
color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

/*TABLET*/ a.link-barra:active {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

/*TABLET*/ a.link-barra:visited {
color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

/*TABLET*/ a.link-barra:hover {
color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

	

	}


@media screen and (min-width: 150px) and (max-width: 500px) {
	
	
/*CEL*/ .h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	font-style: normal;
}

/*celular*/ .texto-franja{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2c8653;
	text-align: center;
	font-style: normal;
	line-height: 21px;
	padding-top: 15px;
}

/*CEL*/.linea-blanca{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	font-style: normal;
}

/*CEL*/.texto-verde{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #80BE21;
	text-align: left;
	font-style: normal;
	line-height: 30px;
		}
		
/*CEL*/.texto-verde-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #80BE21;
	text-align: center;
	font-style: normal;
		}
		
/*CEL*/.texto-azul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}

/*CEL*/.texto-azul-13{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;;
	font-weight: bold;
	color: ##0066FF;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}
		
/*CEL*/.texto-azul-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: ##0066FF;
	text-align: center;
	font-style: normal;
	line-height: 21px;
}

/*CEL*/.texto-azul-fuerte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	font-style: normal;
	line-height: 21px;
}

/*CEL*/.texto-azul-fuerte-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	font-style: normal;
	line-height: 21px;
}
		
/*CEL*/.texto-negro-center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-style: normal;
	line-height: 21px;
}
		
/*CEL*/ a.link-azul-fuerte:link {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
	
/*CEL*/ a.link-azul-fuerte:active {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
	
/*CEL*/ a.link-azul-fuerte:visited {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
	
	/*CEL*/ a.link-azul-fuerte:hover {
	color: #000099;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* CEL*/a.link-barra:link {
	color: #fff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/* CEL*/a.link-barra:active {
	color: #fff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

/* CEL*/a.link-barra:visited {
	color: #fff;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/* CEL*/a.link-barra:hover {
	color: #00629D;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

	
	}
