@charset "utf-8";

/*
@font-face {
	font-family: HelveticaNeue;
 	src: url(fonts/helvetica-neue.ttf);
 	font-weight: 300;
}
*/


@font-face {
  font-family: 'calibri';
  src: url('fonts/calibri-web.eot'); /* IE9 Compat Modes */
  src: url('fonts/calibri-web.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/calibri-web.woff') format('woff'), /* Pretty Modern Browsers  */
       url('fonts/calibri-web.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/calibri-web.svg#svgCalibri') format('svg'); /* Legacy iOS */
  font-weight: 300;
}

@font-face {
  font-family: 'kelso';
  src: url('fonts/KelsonSans-Normal.eot');  /* IE9 Compat Modes */
  src: url('fonts/KelsonSans-Normal.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/KelsonSans-Normal.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/KelsonSans-Normal.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/KelsonSans-Normal.svg#svgKelso') format('svg'); /* Legacy iOS */
  font-weight: 300;
}


@font-face {
  font-family: 'prime';
  src: url('fonts/Prime-Regular.eot');  /* IE9 Compat Modes */
  src: url('fonts/Prime-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Prime-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Prime-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Prime-Regular.svg#svgPrime') format('svg'); /* Legacy iOS */
  font-weight: 300;
}

@font-face {
  font-family: 'Zona Pro';
  src: url('fonts/ZonaPro-ExtraLight.eot');  /* IE9 Compat Modes */
  src: url('fonts/ZonaPro-ExtraLight.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ZonaPro-ExtraLight.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/ZonaPro-ExtraLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/ZonaPro-ExtraLight.svg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Zona Pro';
  src: url('fonts/ZonaPro-Bold.eot');  /* IE9 Compat Modes */
  src: url('fonts/ZonaPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ZonaPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/ZonaPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/ZonaPro-Bold.svg') format('svg'); /* Legacy iOS */
  font-weight: bold;
}

body {
	color: #000;	
	background: #fff;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'Zona Pro';
	font-size: 14pt;
	font-weight: normal;	
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/*
	FrameWork Style Ct21.Jaus
*/

.anchoCompleto {
  width: 100% !important;
}

.elementoCentrado {
	margin: 0px auto !important;
}

.elementoDerecha {
  float: right !important;
}

.elementoIzquierda {
  float: left !important;
}

.textoMayusculas {
  text-transform: uppercase !important;  
}

.textoMinusculas {
  text-transform: lowercase !important;  
}

.textoCapital {
  text-transform: capitalize !important;
}

.textoCentrado {
  text-align: center !important;
}

.textoIzquierda {
  text-align: left !important;
}

.textoDerecha {
  text-align: right !important;
}

.textoNegritas {
  font-weight: bold !important;
}

.textoCursiva {
  font-style: italic !important;
}

.textoJustificado {
  text-align:justify !important;
  text-justify:inter-word !important;
}

.textoTamano04 {
  font-size: 0.4em !important;
}

.textoTamano06 {
  font-size: 0.6em !important;
}

.textoTamano08 {
  font-size: 0.8em !important;
}

.textoTamano12 {
  font-size: 1.2em !important;
}

.textoTamano14 {
  font-size: 1.4em !important;
}

.textoTamano16 {
  font-size: 1.6em !important;
}

.textoTamano18 {
  font-size: 1.8em !important;
}

.textoTamano20 {
  font-size: 2em !important;
}

.textoTamano25 {
  font-size: 2.5em !important;
}

.textoTamano28 {
  font-size: 2.8em !important;
}

.textoTamano30 {
  font-size: 3em !important;
}

.textoTamano40 {
  font-size: 4em !important;
}

.textoTamano50 {
  font-size: 5em !important;
}

.margenTotal20p {
  margin: 20% !important;
}

.margenTotal10p {
  margin: 10% !important;
}

.margenLados20p {
  margin: auto 20% !important;
}

.margenLados10p {
  margin: auto 10% !important;
}

.margenLados5p {
  margin: auto 5% !important;
}

.margenTotal200 {
  margin: 200px !important;
}

.margenTotal100 {
  margin: 100px !important;
}

.margenTotal50 {
  margin: 50px !important;
}

.margenTotal20 {
  margin: 20px !important;
}

.margenTotal10 {
  margin: 10px !important;
}

.margenLados200 {
  margin: auto 200px !important;
}

.margenLados150 {
  margin: auto 150px !important;
}

.margenLados100 {
  margin: auto 100px !important;
}

.margenLados50 {
  margin: auto 50px !important;
}

.margenLados40 {
  margin: auto 40px !important;
}

.margenLados30 {
  margin: auto 30px !important;
}

.margenLados20 {
  margin: auto 20px !important;
}

.margenLados10 {
  margin: auto 10px !important;
}

.margenArriba20p {
  margin-top: 20% !important;
}

.margenArriba10p {
  margin-top: 10% !important;
}

.margenArriba100 {
  margin-top: 100px !important;
}

.margenArriba50 {
  margin-top: 50px !important;
}

.margenArriba40 {
  margin-top: 40px !important;
}

.margenArriba30 {
  margin-top: 30px !important;
}

.margenArriba20 {
  margin-top: 20px !important;
}

.margenArriba10 {
  margin-top: 10px !important;
}

.margenArriba5 {
  margin-top: 5px !important;
}

.margenAbajo10 {
  margin-bottom: 10px !important;
}

.posicionAbsoluta {
  position: absolute !important;
}

.posicionRelativa {
  position: relative !important;
}

.posicionFix {
  position: fixed !important;
}

.posicionAbajo {
  bottom: 0px;
  position: fixed !important;
}

.posicionArriba {
  top: 0px;
  position: fixed !important;
}

.posicionDerecha {
  right: 0px;
  position: fixed !important;
}

.posicionIzquierda {
  left: 0px;
  position: fixed !important;
}

.ancho5 {
  width: 5px !important;
}

.ancho10 {
  width: 10px !important;
}

.ancho20 {
  width: 20px !important;
}

.ancho40 {
  width: 40px !important;
}

.ancho50 {
  width: 50px !important;
}

.ancho60 {
  width: 60px !important;
}

.ancho80 {
  width: 80px !important;
}

.ancho100 {
  width: 100px !important;
}

.ancho120 {
  width: 120px !important;
}

.ancho150 {
  width: 150px !important;
}

.ancho180 {
  width: 180px !important;
}

.ancho200 {
  width: 200px !important;
}

.ancho220 {
  width: 220px !important;
}

.ancho250 {
  width: 250px !important;
}

.ancho300 {
  width: 300px !important;
}

.ancho350 {
  width: 350px !important;
}

.ancho400 {
  width: 400px !important;
}

.ancho500 {
  width: 500px !important;
}

.ancho600 {
  width: 600px !important;
}

.ancho630 {
  width: 630px !important;
}

.ancho650 {
  width: 650px !important;
}

.ancho700 {
  width: 700px !important;
}

.ancho750 {
  width: 750px !important;
}

.ancho800 {
  width: 800px !important;
}

.ancho900 {
  width: 900px !important;
}

.ancho1000 {
  width: 1000px !important;
}

.ancho10p {
  width: 10% !important;
}

.ancho15p {
  width: 15% !important;
}

.ancho20p {
  width: 20% !important;
}

.ancho25p {
  width: 25% !important;
}

.ancho30p {
  width: 30% !important;
}

.ancho35p {
  width: 35% !important;
}

.ancho40p {
  width: 40% !important;
}

.ancho45p {
  width: 45% !important;
}

.ancho50p {
  width: 50% !important;
}

.ancho60p {
  width: 60% !important;
}

.ancho70p {
  width: 70% !important;
}

.ancho80p {
  width: 80% !important;
}

.ancho90p {
  width: 90% !important;
}

.ancho95p {
  width: 95% !important;
}

.ancho98p {
  width: 98% !important;
}

.ancho100p {
  width: 100% !important;
}

.anchoMinimo5 {
  min-width: 5px !important;
}

.anchoMinimo10 {
  min-width: 10px !important;
}

.anchoMinimo20 {
  min-width: 20px !important;
}

.anchoMinimo40 {
  min-width: 40px !important;
}

.anchoMinimo50 {
  min-width: 50px !important;
}

.anchoMinimo60 {
  min-width: 60px !important;
}

.anchoMinimo80 {
  min-width: 80px !important;
}

.anchoMinimo100 {
  min-width: 100px !important;
}

.anchoMinimo120 {
  min-width: 120px !important;
}

.anchoMinimo150 {
  min-width: 150px !important;
}

.anchoMinimo180 {
  min-width: 180px !important;
}

.anchoMinimo200 {
  min-width: 200px !important;
}

.anchoMinimo250 {
  min-width: 250px !important;
}

.anchoMinimo300 {
  min-width: 300px !important;
}

.anchoMinimo350 {
  min-width: 350px !important;
}

.anchoMinimo400 {
  min-width: 400px !important;
}

.anchoMinimo500 {
  min-width: 500px !important;
}

.anchoMinimo600 {
  min-width: 600px !important;
}

.anchoMinimo630 {
  min-width: 630px !important;
}

.anchoMinimo650 {
  min-width: 650px !important;
}

.anchoMinimo700 {
  min-width: 700px !important;
}

.anchoMinimo750 {
  min-width: 750px !important;
}

.anchoMinimo800 {
  min-width: 800px !important;
}

.anchoMinimo900 {
  min-width: 900px !important;
}

.anchoMinimo1000 {
  min-width: 1000px !important;
}

.anchoMinimo20p {
  min-width: 20% !important;
}

.anchoMinimo40p {
  min-width: 40% !important;
}

.anchoMinimo50p {
  min-width: 50% !important;
}

.anchoMinimo60p {
  min-width: 60% !important;
}

.anchoMinimo70p {
  min-width: 70% !important;
}

.anchoMinimo80p {
  min-width: 80% !important;
}

.anchoMinimo90p {
  min-width: 90% !important;
}

.anchoMinimo100p {
  min-width: 100% !important;
}

.anchoMaximo5 {
  max-width: 5px !important;
}

.anchoMaximo10 {
  max-width: 10px !important;
}

.anchoMaximo20 {
  max-width: 20px !important;
}

.anchoMaximo40 {
  max-width: 40px !important;
}

.anchoMaximo50 {
  max-width: 50px !important;
}

.anchoMaximo60 {
  max-width: 60px !important;
}

.anchoMaximo80 {
  max-width: 80px !important;
}

.anchoMaximo100 {
  max-width: 100px !important;
}

.anchoMaximo120 {
  max-width: 120px !important;
}

.anchoMaximo150 {
  max-width: 150px !important;
}

.anchoMaximo180 {
  max-width: 180px !important;
}

.anchoMaximo200 {
  max-width: 200px !important;
}

.anchoMaximo250 {
  max-width: 250px !important;
}

.anchoMaximo300 {
  max-width: 300px !important;
}

.anchoMaximo350 {
  max-width: 350px !important;
}

.anchoMaximo400 {
  max-width: 400px !important;
}

.anchoMaximo500 {
  max-width: 500px !important;
}

.anchoMaximo600 {
  max-width: 600px !important;
}

.anchoMaximo630 {
  max-width: 630px !important;
}

.anchoMaximo650 {
  max-width: 650px !important;
}

.anchoMaximo700 {
  max-width: 700px !important;
}

.anchoMaximo750 {
  max-width: 750px !important;
}

.anchoMaximo800 {
  max-width: 800px !important;
}

.anchoMaximo900 {
  max-width: 900px !important;
}

.anchoMaximo1000 {
  max-width: 1000px !important;
}

.anchoMaximo20p {
  max-width: 20% !important;
}

.anchoMaximo40p {
  max-width: 40% !important;
}

.anchoMaximo50p {
  max-width: 50% !important;
}

.anchoMaximo60p {
  max-width: 60% !important;
}

.anchoMaximo70p {
  max-width: 70% !important;
}

.anchoMaximo80p {
  max-width: 80% !important;
}

.anchoMaximo90p {
  max-width: 90% !important;
}

.anchoMaximo100p {
  max-width: 100% !important;
}

.alto1 {
  height: 1px !important;
}

.alto2 {
  height: 2px !important;
}

.alto3 {
  height: 3px !important;
}

.alto5 {
  height: 5px !important;
}

.alto10 {
  height: 10px !important;
}

.alto20 {
  height: 20px !important;
}

.alto23 {
  height: 23px !important;
}

.alto25 {
  height: 25px !important;
}

.alto30 {
  height: 30px !important;
}

.alto35 {
  height: 35px !important;
}

.alto40 {
  height: 40px !important;
}

.alto50 {
  height: 50px !important;
}

.alto60 {
  height: 60px !important;
}

.alto80 {
  height: 80px !important;
}

.alto100 {
  height: 100px !important;
}

.alto120 {
  height: 120px !important;
}

.alto150 {
  height: 150px !important;
}

.alto160 {
  height: 160px !important;
}

.alto170 {
  height: 170px !important;
}

.alto180 {
  height: 180px !important;
}

.alto200 {
  height: 200px !important;
}

.alto250 {
  height: 250px !important;
}

.alto300 {
  height: 300px !important;
}

.alto350 {
  height: 350px !important;
}

.alto380 {
  height: 380px !important;
}

.alto400 {
  height: 400px !important;
}

.alto500 {
  height: 500px !important;
}

.alto530 {
  height: 530px !important;
}

.alto600 {
  height: 600px !important;
}

.alto700 {
  height: 700px !important;
}

.alto720 {
  height: 720px !important;
}

.altoVideo {
  height: 533px !important;
}

.altoMinimo5 {
  min-height: 5px !important;
}

.altoMinimo10 {
  min-height: 10px !important;
}

.altoMinimo20 {
  min-height: 20px !important;
}

.altoMinimo23 {
  min-height: 23px !important;
}

.altoMinimo25 {
  min-height: 25px !important;
}

.altoMinimo30 {
  min-height: 30px !important;
}

.altoMinimo35 {
  min-height: 35px !important;
}

.altoMinimo40 {
  min-height: 40px !important;
}

.altoMinimo50 {
  min-height: 50px !important;
}

.altoMinimo60 {
  min-height: 60px !important;
}

.altoMinimo80 {
  min-height: 80px !important;
}

.altoMinimo100 {
  min-height: 100px !important;
}

.altoMinimo120 {
  min-height: 120px !important;
}

.altoMinimo150 {
  min-height: 150px !important;
}

.altoMinimo200 {
  min-height: 200px !important;
}

.altoMinimo250 {
  min-height: 250px !important;
}

.altoMinimo300 {
  min-height: 300px !important;
}

.altoMinimo400 {
  min-height: 400px !important;
}

.altoMinimo500 {
  min-height: 500px !important;
}

.altoMinimo600 {
  min-height: 600px !important;
}

.altoMinimo700 {
  min-height: 700px !important;
}

.altoMinimo720 {
  min-height: 720px !important;
}

.rellenoInterno3p {
  padding: 3% !important;
}

.rellenoInterno5p {
  padding: 5% !important;
}

.rellenoInterno10p {
  padding: 10% !important;
}

.rellenoInterno15p {
  padding: 15% !important;
}

.rellenoInterno10 {
  padding: 10px !important;
}

.rellenoInterno15 {
  padding: 15px !important;
}

.rellenoInterno20 {
  padding: 20px !important;
}

.rellenoInterno25 {
  padding: 25px !important;
}

.rellenoInterno30 {
  padding: 30px !important;
}

.rellenoLados5p {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.rellenoLados10p {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.rellenoLados15p {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.rellenoLados20p {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.rellenoLados10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.rellenoLados20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.rellenoLados40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.rellenoLados50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.textoNoDecoracion {
  text-decoration: none !important;
}

.textoSobreRayado {
  text-decoration: overline;
}

.textoTachado {
  text-decoration: line-through;
}

.textoSubrayado {
  text-decoration: underline;
}

.textoEspacioArriba5 {
  padding-top: 5px;
}

.textoEspacioArriba7 {
  padding-top: 7px;
}

.textoEspacioArriba10 {
  padding-top: 10px;
}

.textoEspacioArriba20 {
  padding-top: 20px;
}

.textoEspacioArriba30 {
  padding-top: 30px;
}

.textoEspacioArriba40 {
  padding-top: 40px;
}

.textoEspacioArriba50 {
  padding-top: 50px;
}

.textoEspacioArriba60 {
  padding-top: 60px;
}

.textoEspacioArriba100 {
  padding-top: 100px;
}

.lineaHorizontalGris10 {
  border-top: solid 1px #fafafa;
}

.lineaHorizontalGris20 {
  border-top: solid 1px #f0f0f0;
}

.lineaHorizontalGris30 {
  border-top: solid 1px #ccc;
}

.lineaHorizontalGris50 {
  border-top: solid 1px #999;
}

.lineaHorizontalGris70 {
  border-top: solid 1px #666;
}

.lineaHorizontalGris100 {
  border-top: solid 1px #333;
}

.elementosBloque > div, .elementosBloque > a {
  display: inline-block;
  vertical-align: top;
}

.elementosBloqueAbajo > div, .elementosBloqueAbajo > a {
  display: inline-block;
  vertical-align: bottom;
}


.elementoOculto {
  display: none !important;
}

.elementoAlaVista {
  display: block !important;
}

.elementoOcultoV {
  visibility: hidden !important;
}

.elementoAlaVistaV {
  visibility: visible !important;
}

.espacioColumna10 {
  width: 9% !important;
}

.espacioColumna15 {
  width: 14% !important;
}

.espacioColumna20 {
  width: 19% !important;
}

.espacioColumna25 {
  width: 24% !important;
}

.espacioColumna30 {
  width: 32% !important;
}

.espacioColumna50 {
  width: 49% !important;
}

.espacioColumna75 {
  width: 74% !important;
}

.colorTextoJaus {
	color: #990000 !important;
	/*color: #1A78B8 !important;*/
}

.colorTextoAzul {
  color: #1A78B8 !important;
}

.colorTextoBlanco {
	color: #fff !important;
}

.colorTextoBlancoAl {
	color: #fefefe !important;
}

.colorTextoGris10 {
	color: #fafafa !important;
}

.colorTextoGris30 {
	color: #ccc !important;
}

.colorTextoGris50 {
	color: #999 !important;
}

.colorTextoGris70 {
	color: #666 !important;
}

.colorTextoGris100 {
	color: #333 !important;
}

.colorTextoRojo {
	color: #f00 !important;
}

.colorTextoNaranja {
	color: #f7931e !important;
}

.colorTextoNegro {
	color: #000 !important;
}

.colorTextoMorado {
	color: #662d91 !important;
}

.colorTextoAmarillo {
	color: #fc3 !important;
}

.colorTextoVerde {
  color: #2c8943 !important;
}

.colorTextoVerdeClaro {
  color: #8dc63f !important;
}
/*
.colorTextoMorado {
  color: #6633CC !important;
}

.colorBordeMorado {
  border-color-color: #6633CC !important;
}

.colorFondoMorado {
  background-color: #6633CC !important;
}
*/

/* Inicia Color Para Sitio */
/* Fondo */

.colorFondoUni {
  background-color: #243e8d !important;
}

.colorFondoVi {
  background-color: #488cc9 !important;
}

.colorFondoUniAl {
  background-color: #132448 !important;
}

.colorFondoViAl {
  background-color: #a7d6f9 !important;
}

.colorFondoHoja {
  background-color: #2c8943 !important;
}

.colorFondoHojaAl {
  background-color: #8dc63f !important;
}

/* Fondo Hover */

.colorFondoHoverUni:hover {
  background-color: #243e8d !important;
}

.colorFondoHoverVi:hover {
  background-color: #488cc9 !important;
}

.colorFondoHoverUniAl:hover {
  background-color: #132448 !important;
}

.colorFondoHoverViAl:hover {
  background-color: #a7d6f9 !important;
}

.colorFondoHoverHoja:hover {
  background-color: #2c8943 !important;
}

.colorFondoHoverHojaAl:hover {
  background-color: #8dc63f !important;
}

/* Texto */

.colorTextoUni {
  color: #243e8d !important;
}

.colorTextoVi {
  color: #488cc9 !important;
}

.colorTextoUniAl {
  color: #132448 !important;
}

.colorTextoViAl {
  color: #a7d6f9 !important;
}

.colorTextoHoja {
  color: #2c8943 !important;
}

.colorTextoHojaAl {
  color: #8dc63f !important;
}

/* Borde */
.colorBordeUni {
  border-color: #243e8d !important; 
}

.colorBordeVi {
  border-color: #488cc9 !important;
}

.colorBordeUniAl {
  border-color: #132448 !important;
}

.colorBordeViAl {
  border-color: #a7d6f9 !important;
}

.colorBordeHoja {
  border-color: #2c8943 !important;
}

.colorBordeHojaAl {
  border-color: #8dc63f !important;
}


/* Termina Color Para Sitio */

.colorFondoAzul {
  background-color: #1A78B8 !important;
}

.colorFondoBlanco {
	background-color: #fff !important;
}

.colorFondoBlancoAl {
	background-color: #fefefe !important;
}

.colorFondoGris10 {
	background-color: #fafafa !important;
}

.colorFondoGris15 {
  background-color: #f6f6f6 !important;
}

.colorFondoGris20 {
	background-color: #f0f0f0 !important;
}

.colorFondoGris30 {
	background-color: #ccc !important;
}

.colorFondoGris50 {
	background-color: #999 !important;
}

.colorFondoGris70 {
	background-color: #666 !important;
}

.colorFondoGris100 {
	background-color: #333 !important;
}

.colorFondoRojo {
	background-color: #f00 !important;
}

.colorFondoNaranja {
	background-color: #f7931e !important;
}

.colorFondoMorado {
	background-color: #662d91 !important;
}

.colorFondoAmarillo {
	background-color: #fc3 !important;
}

.colorFondoVerdeClaro {
  background-color: #2c8943 !important;
}

.colorFondoVerde {
  background-color: #8dc63f !important;
}

.colorFondoHoverJaus:hover {
  background-color: #990000 !important;
  /*background-color: #1A78B8 !important;*/
}

.colorFondoHoverAzul:hover {
  background-color: #1A78B8 !important;
}

.colorFondoHoverBlanco:hover {
  background-color: #fff !important;
}

.colorFondoHoverBlancoAl:hover {
  background-color: #fefefe !important;
}

.colorFondoHoverGris10:hover {
  background-color: #fafafa !important;
}

.colorFondoHoverGris20:hover {
  background-color: #f0f0f0 !important;
}

.colorFondoHoverGris30:hover {
  background-color: #ccc !important;
}

.colorFondoHoverGris50:hover {
  background-color: #999 !important;
}

.colorFondoHoverGris70:hover {
  background-color: #666 !important;
}

.colorFondoHoverGris100:hover {
  background-color: #333 !important;
}

.colorFondoHoverRojo:hover {
  background-color: #f00 !important;
}

.colorFondoHoverNaranja:hover {
  background-color: #f7931e !important;
}

.colorFondoHoverMorado:hover {
  background-color: #662d91 !important;
}

.colorFondoHoverAmarillo:hover {
  background-color: #fc3 !important;
}

.colorFondoHoverVerdeClaro:hover {
  background-color: #2c8943 !important;
}

.colorFondoHoverVerde:hover {
  background-color: #8dc63f !important;
}

.colorBordeJaus {
  border-color: #990000 !important;
}

.colorBordeBlanco {
	border-color: #fff !important;
}

.colorBordeBlancoAl {
	border-color: #fefefe !important;
}

.colorBordeGris10 {
	border-color: #fafafa !important;
}

.colorBordeGris20 {
	border-color: #eee !important;
}

.colorBordeGris30 {
	border-color: #ccc !important;
}

.colorBordeGris50 {
	border-color: #999 !important;
}

.colorBordeGris70 {
	border-color: #666 !important;
}

.colorBordeGris100 {
	border-color: #333 !important;
}

.colorBordeRojo {
	border-color: #f00 !important;
}

.colorBordeNaranja {
	border-color: #f7931e !important;
}

.colorBordeMorado {
	border-color: #662d91 !important;
}

.colorBordeAmarillo {
	border-color: #fc3 !important;
}

.colorBordeVerdeClaro {
  border-color: #8dc63f !important;
}

.colorBordeVerde {
  border-color: #2c8943 !important;
}

/* Colores nuevos */

.colorFondoRojoFuerte {
  background-color: #BC0D21 !important;
}

.colorTextoRojoFuerte {
  color: #BC0D21 !important;
}

.colorBordeRojoFuerte {
  border-color: #BC0D21 !important;
}

.tamanoBorde1 {
	border-width: 1px;
}

.tamanoBorde2 {
	border-width: 2px;
}

.tamanoBorde3 {
	border-width: 3px;
}

.tamanoBorde5 {
	border-width: 5px;
}

.bordeCirculo {
  border-radius: 50%;
}

.tipoBordeSolido {
	border-style: solid;
}

.tamanoBordeArriba1 {
	border-top-width:  1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.tamanoBordes0 {
	border-top-width:  0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.tamanoBordeIzquierda1 {
	border-left-width: 1px !important;
}

.tamanoBordeDerecha1 {	
	border-right-width: 1px !important;
}

.tamanoBordeAbajo1 {	
	border-bottom-width: 1px !important;
}

.cursorPointer {
  cursor: pointer !important;
}

.cursorProgreso {
  cursor:progress !important;
}

.cursorEspera {
  cursor:wait !important;
}

.cursorCancelado {
  cursor:not-allowed !important;
}

.cursorCruz {
  cursor:crosshair !important;
}

.indiceInferior {
  z-index: -1 !important;
}

.indiceBajo {
  z-index: 0 !important;
}

.indiceMedio {
  z-index: 5 !important;
}

.indiceMedioAlto {
  z-index: 10 !important;
}

.indiceAlto {
  z-index: 20 !important;
}

.indiceSuperior {
  z-index: 30 !important;
}

.indiceSuper {
  z-index: 100 !important;
}

.indiceMega {
  z-index: 500 !important;
}

.indiceUltra {
  z-index: 1000 !important;
}

.deMasOculto {
  overflow: hidden !important;
}

.cajaEntradaTexto {
  background: #fff;
  border-style: solid;
  border-color: #243e8d;
  border-width: 1px;
}

.lineaSeparadoHorizontal {
  background-color: #ccc;
  height: 1px;
  width: 100%;
}

.decoracionInsignaListonDerecha {
  border-bottom-color: #243e8d;  
  border-left-color: #243e8d;
  border-right-color: transparent;
  border-top-color: #243e8d;
  border-style: solid;
  border-width: 20px;
  height: 0px;
  width: 0px;
}

.decoracionInsignaListonIzquierda {
  border-bottom-color: #243e8d;  
  border-right-color: #243e8d;
  border-left-color: transparent;
  border-top-color: #243e8d;
  border-style: solid;
  border-width: 20px;
  height: 0px;
  width: 0px;
}

.decoracionInsignaIzquierda {
  border-bottom: transparent;  
  border-right-color: #243e8d;
  border-left: transparent;
  border-top: transparent;
  border-style: solid;
  border-width: 20px;
  height: 0px;
  width: 0px;
}

.decoracionInsignaDerecha {
  border-bottom: transparent;  
  border-left-color: #243e8d;
  border-right: transparent;
  border-top: transparent;
  border-style: solid;
  border-width: 20px;
  height: 0px;
  width: 0px;
}

.decoracionInsigna {
  border-bottom: transparent;
  border-left: transparent;
  border-right: transparent;
  border-style: solid;
  border-top-color: #243e8d;
  border-width: 20px;
  height: 0px;
  width: 0px;
}

.insignaMuyGrande {
  border-width: 60px !important;
}

.insignaGrande {
  border-width: 30px !important;
}

.insignaPequena {
  border-width: 10px !important;
}