@charset "utf-8";
 
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




a {
	text-decoration: none;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: #555555;
	min-width:320px;		/* Minimum width of layout - remove line if not required */
	font-family: 'Work', sans-serif;
	font-weight: 400;
	color:#202020;
	font-size:18px;
	line-height: 18px;
	background-color: #fff;
}


ol, ul {
	list-style: none;
}


.pRelative{
	position: relative;
}

.pAbsolute{
	/*top: 5%;*/
	position: absolute;
}


.ocultar {
	visibility: hidden;
}

.mostrar {
	visibility: visible;
}


.imgURL {
	width:100%;
	height:100%;
}


#mitabla {
	font-weight: 300;
    border-collapse: collapse;
    width: 100%;
}

#mitabla td, #mitabla th {
    border: 1px solid #ddd;
    padding: 8px;
	text-align: center;
}

#mitabla tr:nth-child(even){background-color: #f2f2f2;}

#mitabla tr:hover {background-color: #ddd;}

#mitabla th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
}



	
.masInfo{
		/*text-transform: uppercase;*/
}

.masInfo a{
	font-weight: 100;
	font-size: 0.7em;
	text-decoration: none;
	color: #fff;
	width: auto;
	padding: 0.2em;
	text-align: center;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	float: left;
	
}
	
	.masInfo1 a {
		background-color: #333333;/*#0053AC*/
	}
	
	.masInfo2 a {
		background-color: #897CA4;/*#*/
	}
	
	.masInfo3 a {
		background-color: rgba(0,43,92,1);
	}


	
	.limpiar {
		clear: both;
	}
	
	.masInfo a:hover{
		color: #fff;
		background-color: rgba(0,43,92,1);
	}


.opacity50 {
	opacity: 0.5;
}

.opacity60 {
	opacity: 0.6;
}

.opacity70 {
	opacity: 0.7;
}



.opacity80 {
	opacity: 0.8;
}


/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}








/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;	
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}



/* Effect 9: second text and borders */
.cl-effect-9 a {
	margin: 0 20px;
	padding: 10px 20px;

}

.cl-effect-9 a::before,
.cl-effect-9 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #A1A1A1;
	content: '';
	opacity: 0.2;
	-webkit-transition: opacity 0.3s, height 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s;
	transition: opacity 0.3s, height 0.3s;
}

.cl-effect-9 a::after {
	top: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-9 a span:first-child {
	z-index: 2;
	display: block;
	font-weight: 300;
}

.cl-effect-9 a span:last-child {
	z-index: 1;
	display: block;
	padding: 0px 0 0 0;
	color: rgba(0,0,0,0.4);
	text-shadow: none;
	text-transform: none;
	font-style: italic;
	font-size: 0.8em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:focus::before {
	height: 6px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.color-9 {
	/*background: #9e487f;*/
}




/* fin enlace menu */





.espacio {
	width:100%;
	height:0.5em;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.noMostrar {
	display: none;
}

.mostrar {
	display: block;
}



/*Formulario*/

.fuenteForms {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 6px;
	text-align: right;
	padding: 0.8em 0.3em ;
}


input, select, textarea::-webkit-input-placeholder {
	font-size: 0.9em;
	/*text-transform: uppercase; */
	letter-spacing: 1px;
	text-align: left;
	padding: 0.8em 0.3em ;
}
input, select, textarea::-moz-placeholder {
	font-size: 0.8em;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	text-align: left;
	padding: 0.8em 0.3em ;
}
input, select, textarea:-ms-input-placeholder { 
	font-size: 0.8em;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	text-align: left;
	padding: 0.8em 0.3em ;
}








input, select, textarea, .send {
	width: 100%;
	margin: 0px;
	padding: 8px;
	height:40px;
	border: 1px solid rgba(0,0,0,0.10);
	font-family: 'Work', sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,0.75);
	font-size: 0.8em;
	line-height: 18px;
}


select {
	height:40px;
}
.inputWhite {
	width: 100%;
	margin: 6px;
	padding: 8px;
	height: auto;
	border: 0px solid rgba(0,0,0,0.52);
	font-family: 'Work', sans-serif;
	font-weight: 400;
	color: #9F9F9F;
	font-size: 1em;
	line-height: 18px;
}




.error {
	border: 1px solid #FF0000;
	color: #FFFFFF;
	background-color: rgba(255,0,0,0.3);
}

.errorC {
	border: 1px solid #FF0000;
	color: #FFFFFF;
	background-color: rgba(255,0,0,0.3);
	width: 80%;
}

.Noerror {
	border: 1px solid rgba(0,0,0,0.10);
	color: #9F9F9F;
	background-color: #fff;
}


.Noerror2 {
	width: 100%;
	margin: 0px;
	padding: 8px;
	height: 40px;
	border: 1px solid rgba(0,0,0,0.10);
	font-family: 'Work', sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,0.85);
	font-size: 0.8em;
	line-height: 18px;
	background-color: rgba(255,255,255,1.0);
}


.Noerror3 {
	overflow:auto;
	height:8em;
	border: 1px solid rgba(0,0,0,0.10);
	font-family: 'Work', sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,0.85);
	background-color: rgba(255,255,255,1.0);
}



#terminos {
	border: 0px solid #FF0000;
	/*color: #FFFFFF;
	background-color: #FF8A8A;*/
	padding: 10px;
	/*height: 50px;*/
	/*font-size:0.8em;
	float: left;*/
}

.errorT {
	border: 1px solid #FF0000;
	color: #FFFFFF;
	background-color: rgba(255,0,0,0.3);
	padding: 4px;
	/*height: 100px;*/
	float: left;
	border-radius: 3px;
	padding: 10px;

}

.NoerrorT {
	padding: 4px;
	height: 100px;
	font-size:0.8em;
	overflow: auto;	/*height:7em;*/
}

.NoerrorT2 {
	padding: 4px;
	height: 50px;
	font-size:1.0em;
	color:#fff;
	/*text-transform: uppercase;*/
}

textarea {
	overflow:auto;
	height:8em;
}

.fnegro .textarea2 {
	overflow:auto;
	height:4em;
	text-transform: uppercase;
}


.send {
	border: 1px solid rgba(0,0,0,0.10);
	color: #fff;
	background-color: #CCCCCF;
	margin: 6px;
	padding: 12px;
	text-align:center;
	font-weight:700;
	font-size:1em;
	border-radius: 3px;
}


.check {
	border: 1px dotted #449630;
	color: #FFFFFF;
	margin: 1px;
	padding: 2px;
	height: 25px;
	width: 25px;
}


.minterletrado {
	letter-spacing: -4px;	
}

.maxinterletrado {
	letter-spacing: 4px;	
}


/* DISPOSICION PAGINA */


#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #555555; /*preloader*/
    z-index:100002;
}

#header {
	position:relative;
	clear: both;
	float: left;
	width: 100%;
	left: 0;
	max-width: 2880px;
	height: 950px;
	/*height:100%;*/
	background-color: #ffffff80;
	margin-bottom: 2em;
}

#header2 {
	position:relative;
	clear: both;
	float: left;
	width: 100%;
	max-width: 2880px;
	height:655px;
	/*height:100%;*/
	/*background-color: red;*/
}


#header3{
	position:relative;
	clear: both;
	float: left;
	width: 100%;
	left: 0;
	max-width: 2880px;
	height: 900px;
	/*height:100%;*/
	/* background-color: red; */
}

#header4{
	position:relative;
	clear: both;
	float: left;
	width: 100%;
	max-width: 2880px;
	height:106px;
	/*height:100%;*/
	/*background-color: rgba(25,25,25,1.00);*/
}





	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width: 100%;			/* width of whole page */
		left: 0;
		overflow:hidden;		/* This chops off any overhanging divs */
		background:#ffffff;
		max-width:2880px;
	}
	
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		/*padding:0 0 1em 0;*/
		overflow:hidden;
		/*background-color:#099;*/
	}
	

/* Full page settings */
.fullpage {
	background-color: #FFF	/* page background colour */
}
.fullpage .col1 {
	width: 100%;
	left:0%;
	/*background-color:#C69;*/
}


.fullpage .col2 {
	/*position:relative;*/
	width: 100%;
	left:0%;
	/*background-color:#C69;*/
	/*top:300px;
	/*margin-bottom:300px;*/
}


/* STICK MENU */

#navbar {
	/* border-bottom: solid 1px rgba(0,0,0,0.50); */
	position: fixed;
	width: 100%;
	left: 0;
	background: #6bbd00; /* 0,111,162,0.90 */
	/*background-image: url(../images/logo_top.png);
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: auto 90px;*/
	height: 80px;
	border-top: solid 1px rgba(0,0,0,1.0);
	border-bottom: solid 1px rgba(0,0,0,0.50);
	z-index: 4555556;
	top: -105px;
	display: flex;
	transition: top 0.3s;
	/* padding-bottom: 1em; */
}

#navbar2 {
	
	position: fixed;
	width: 100%;
	background: rgba(224,224,224,1.0); /* 0,111,162,0.90 */
	height: 50px;
	border-top: solid 1px rgba(220,220,220,1.0);
	border-bottom: solid 1px rgba(0,0,0,0.50);
	z-index: 500;
	top: -105px;
	display:block;
	transition: top 0.3s;

}



/* MENU */ 
	/* --> */
#menu {
	position: absolute;
	top: 82px;
	width: 100%;
	background: rgba(0,111,162,0.80);
	height: 67px;
	border-top: solid 1px rgba(0,255,255,0.54);
	border-bottom: solid 1px rgba(0,255,255,0.54);
	z-index: 5;
}
	
	
.menu {
	width: 98%;
	font-size: 1.2em;
	line-height: 2.3em;
	position: relative;
	margin: 0px;
	/*background-color: #0033CC;*/
	padding: 2;
	text-transform: uppercase;
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #fff;
    text-decoration: none;
}
.menu a:hover {
	color: #fff;
	text-decoration: none;
}
.menu > li {
	
	display: inline-block;
	text-align: center;
	margin-left: -4px;
	border-left: solid 1px rgba(0,255,255,0.54);
}
.menu > li > a {
    padding:8px 18px;
    display: block;
}
.menu > li:hover > a {
	color: #fff;
}
.menu > li:hover {
    background-color: #30A7C0;
}
/* Megadrop width dropdown */
 .menu > li > .megadrop {
	line-height: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top:60px;
    right: 2%;
    width: 80%;
	
    min-height: 100px;
    text-align: left;
    margin-top:30px;
    padding: 0;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    border-left: 2px solid #227087;
    border-right: 2px solid #227087;
    border-bottom: 2px solid #227087;
	background: #30a7c0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #30a7c0 0%, #49b7d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30a7c0), color-stop(100%,#49b7d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #30a7c0 0%,#49b7d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #30a7c0 0%,#49b7d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #30a7c0 0%,#49b7d2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #30a7c0 0%,#49b7d2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a7c0', endColorstr='#49b7d2',GradientType=0 ); /* IE6-8 */
	
	
	
}
.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.menu ul li:hover:after {
    color: #227087;
}
.menu .col {
   /* width: 30.1%;*/
    float: left;
    color:white;
    margin: 0 0 0 1em;
}

.menu .col2 {
    width: 22%;
}

.menu .col3 {
    width: 20.1%;
}

.menu .col ul {
    padding: 0;
    margin: 0;
}
.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 0.8em;
	
}
.menu .col h3 {
    font-size: 22px;
    padding: 10px 0;
    font-weight: 400;
    margin: 5px 0 5px 0;
    color: #FFF;
    /*background: #eee;*/
}
.menu .col ul li a {
	display: block;
	color: #fff;
	/*font-size: 0.7em;*/
	text-transform: uppercase;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	/*background-color: #0F6;*/
	width:auto;;
	margin: 0px;
}
.menu .col ul li a:hover {
    color: #154B57;
    text-decoration: none;
	background-color:#84CFDF;
	
}
.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}



/* FIN MENU */


.iconresp {
	position:absolute;
	display:block;
	top: 26px;
	right: 9px;
	width: 40px;
	height: 40px;
	z-index:15000;
	/* background-color:#FF6; */
	font-size: 1.8em;
}
 
  


#trigger{
	/*position: fixed;
	bottom: 0px;
	width: 65px;
	height: 80px;
	padding: 1.0em;
	margin-left: 0.5em;*/
}

.iconresp a{
	text-decoration: none;
	color: #86bb23;
}

.iconresp a:hover{
	color: rgba(255,255,255,0.5);
}
		
				
.iconresp, .menu2  {
	display:none;
	z-index:10000;
}	
	
	
	

ul.topnav {
  position:fixed;
  z-index:20000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 12px;
  text-decoration: none;
  transition: 0.3s;
  font-weight:400;
  font-size: 1.0em;
	line-height: 0.6em;
  /*text-transform:uppercase;*/
  letter-spacing:-1px;
	/*background-color: aqua;*/
	margin-bottom: 1px;
}

ul.topnav li a:hover {background-color: #111;}

ul.topnav li.icon {display: none;}






/*columnas */
	
	.leftColumn100 { width: 100%; }
	.leftColumn90 { width: 90%; }
	.leftColumn96 { width: 96%; }
    .leftColumn79 { width: 79.5%; }
    .leftColumn74 { width: 74%; }
    .leftColumn69 { width: 69.5%; }
    .leftColumn59 { width: 59.5%; }
	.leftColumn50 { width: 50%; }
	.leftColumn49 { width: 49%; }
	.leftColumn48 { width: 48%; }
	.leftColumn39 { width: 39.5%; }
	.leftColumn33 { width: 33%; }
	.leftColumn32 { width: 32%; }
	.leftColumn30 { width: 30%; }
    .leftColumn29 { width: 29.5%; }
	.leftColumn28 { width: 28%; }
    .leftColumn25 { width: 25%; }  
    .leftColumn24 { width: 24%; } 
	.leftColumn19 { width: 19.5%; }
	.leftColumn14 { width: 14.5%; }
	.leftColumn12 { width: 12%; }
	.leftColumn9 { width: 9.5%; }

	.leftbs {
		float:left;
	}

	.rightbs {
		float:right;
	}

	.limpiar {
		clear: both;
	}



.marco {
	width: 100%;
	height: auto;
	margin: 0px;
	float: left;
	border: 1px solid #E2E2E2;
	overflow: hidden;
	position: relative;
	padding: 0px;
}


.marco2 {
	width: 90%;
	left: 5%;
	height: auto;
	margin: 0px;
	margin-top: 5px;
	float: left;
	border: 1px solid rgba(0,43,92,1);
	overflow: hidden;
	position: relative;
	padding: 0px;
}

/* FIN CONLUMNAS */


.padding2 {
	padding: 0.2em;
}

.padding3 {
	padding: 0.3em;
}

.padding4 {
	padding: 0.4em;
}

.padding6 {
	padding: 0.6em;
}

.padding8 {
	padding: 0.8em;
}

.padding10 {
	padding: 1em;
}


.padding14 {
	padding: 1.4em;
}



.padding20 {
	padding: 2.0em;
}

.padding30 {
	padding: 3.0em;
}


.paddingTop04 {
	padding-top: 0.4em;
}

.paddingTop05 {
	padding-top: 0.5em;
}

.paddingTop06 {
	padding-top: 0.6em;
}

.paddingTop08 {
	padding-top: 0.8em;
}

.paddingTop10 {
	padding-top: 1.0em;
}

.paddingLeft02 {
	padding-left: 0.2em;
}

.paddingLeft04 {
	padding-left: 0.4em;
}

.paddingLeft05 {
	padding-left: 0.5em;
}

.paddingLeft06 {
	padding-left: 0.6em;
}

.paddingLeft08 {
	padding-left: 0.8em;
}

.paddingLeft10 {
	padding-left: 1.0em;
}


.paddingRight02 {
	padding-right: 0.2em;
}


.paddingRight04 {
	padding-right: 0.4em;
}

.paddingRight08 {
	padding-right: 0.8em;
}

.paddingRight10 {
	padding-right: 1.0em;
}

.paddingRight12 {
	padding-right: 1.2em;
}

.paddingRight14 {
	padding-right: 1.4em;
}

.paddingRight16 {
	padding-right: 1.6em;
}

.paddingRight18 {
	padding-right: 1.8em;
}

.paddingRight20 {
	padding-right: 2.0em;
}

.paddingRight22 {
	padding-right: 2.2em;
}

.paddingRight24 {
	padding-right: 2.4em;
}

.paddingRight26 {
	padding-right: 2.6em;
}

.paddingRight28 {
	padding-right: 2.8em;
}

.paddingRight30 {
	padding-right: 3.0em;
}
.paddingBottom03 {
	padding-bottom: 0.3em;
}


.paddingBottom05 {
	padding-bottom: 0.5em;
}


.paddingBottom06 {
	padding-bottom: 0.6em;
}


.paddingBottom07 {
	padding-bottom: 0.7em;
}


.paddingBottom08 {
	padding-bottom: 0.8em;
}

.paddingBottom09 {
	padding-bottom: 0.9em;
}


.paddingBottom10 {
	padding-bottom: 1.0em;
}

.paddingBottom11{
	padding-bottom: 1.1em;
}

.paddingBottom12 {
	padding-bottom: 1.2em;
}

.paddingBottom13 {
	padding-bottom: 1.3em;
}


.paddingBottom14 {
	padding-bottom: 1.4em;
}



.marginLeft1 {
	margin-left: 1%
}

.marginLeft2 {
	margin-left: 2%
}

.marginLeft3 {
	margin-left: 3%
}

.marginLeft4 {
	margin-left: 4%
}

.marginLeft5 {
	margin-left: 5%
}

.marginLeft6 {
	margin-left: 6%
}

.marginLeft7 {
	margin-left: 7%
}

.marginLeft8 {
	margin-left: 8%
}

.marginLeft9 {
	margin-left: 9%
}

.marginLeft10 {
	margin-left: 10%
}

.marginLeft11 {
	margin-left: 11%
}


.marginLeft12 {
	margin-left: 12%
}

.marginLeft15 {
	margin-left: 15%
}

.marginLeft20 {
	margin-left: 20%
}

.marginLeft25 {
	margin-left: 25%
}


.marginLeft30 {
	margin-left: 30%
}

.marginLeft35 {
	margin-left: 35%
}


.marginLeft40 {
	margin-left: 40%
}

.marginLeft50 {
	margin-left: 50%
}


/* Right*/

.marginRight1 {
	margin-right: 1%
}

.marginRight3 {
	margin-right: 3%
}

.marginRight4 {
	margin-right: 4%
}

.marginRight5 {
	margin-right: 5%
}

.marginRight8 {
	margin-right: 8%
}

.marginLeft9 {
	margin-right: 9%
}

.marginRight10 {
	margin-right: 10%
}

.marginRight11 {
	margin-right: 11%
}


.marginRight12 {
	margin-right: 12%
}

.marginRight15 {
	margin-right: 15%
}

.marginRight20 {
	margin-right: 20%
}

.marginRight25 {
	margin-right: 25%
}


.marginRight30 {
	margin-right: 30%
}

.marginRight35 {
	margin-right: 35%
}


.marginRight40 {
	margin-right: 40%
}

.marginRight50 {
	margin-right: 50%
}

/* top */

.marginTop1 {
	margin-Top: 1%
}

.marginTop3 {
	margin-Top: 3%
}

.marginTop4 {
	margin-Top: 4%
}

.marginTop5 {
	margin-Top: 5%
}

.marginTop8 {
	margin-Top: 8%
}

.marginTop9 {
	margin-Top: 9%
}

.marginTop10 {
	margin-Top: 10%
}

.marginTop11 {
	margin-Top: 11%
}


.marginTop12 {
	margin-Top: 12%
}

.marginTop15 {
	margin-Top: 15%
}

.marginTop20 {
	margin-Top: 20%
}

.marginTop25 {
	margin-Top: 25%
}


.marginTop30 {
	margin-Top: 30%
}


.marginTop40 {
	margin-Top: 40%
}

.marginTop50 {
	margin-Top: 50%
}

.marginTop55 {
	margin-Top: 55%
}


.marginTop60 {
	margin-Top: 60%
}


.marginTop65 {
	margin-Top: 65%
}

.marginTop70 {
	margin-Top: 70%
}

.marginTop75 {
	margin-Top: 75%
}


.marginTop80 {
	margin-Top: 80%
}

.marginTop85 {
	margin-Top: 85%
}


.altoLinea06{
	line-height: 0.6em;
}


.altoLinea08{
	line-height: 0.8em;
}

.altoLinea10{
	line-height: 1.0em;
}


.altoLinea12{
	line-height: 1.2em;
}

.altoLinea11{
	line-height: 1.1em;
}

.altoLinea14{
	line-height: 1.4em;
}

.altoLinea16{
	line-height: 1.6em;
}

.altoLinea18{
	line-height: 1.8em;
}

.altoLinea20{
	line-height: 2.0em;
}

.altoLinea22{
	line-height: 2.2em;
}

.displayBlock {
	display: block;
}

.borderDerecho {
	border-right: 1px solid rgba(0,136,204,0.5);
}

.borderIzquierdo {
	border-left: 1px solid rgba(0,136,204,0.5);
}

.borderInferior {
	border-bottom: : 1px solid rgba(0,0,0,1.0);
}


.displayTable {
	display: table;
	width: 100%;
}

.displayTableCell {
	display: table-cell;
}

.displayTableRow {
	display: table-row;
}


/* c styles */
#footer {
	position: relative;
	clear: both;
	/*float: left;*/
	width: 100%;
	/*background-color: #FF0000;*/
	max-width: 2880px;
	bottom:0px;
}

#menufooter{display:block;}


.contenidoFinal  {
	position:absolute;
	bottom:0px;
	right:25px;
	width:70%;
	z-index:0;
	/*height:132px;
	/*background-color:#D01D20;*/
}




.footer  {
	/*background-color: #E3F9C7;*/
	color: rgba(255,255,255,0.95);
	font-size: 0.9em;
	height:auto;
}


.footer h1 {
	color:#000;
	font-size:0.9em;
}


.footer a {
	color: rgba(255,255,255,0.80);
	font-size: 1em;
	text-decoration: none;
}

.footer a:hover {
	color: rgba(255,255,255,1);
}


.footer .col1{
	top: 0px;
	width: 100%;
	/*left:10%;	*/
	/*background-color: #BFC320;
	/*height:300px;	*/
	background-color: #1f3662;
}


.footerImg{
	position:relative;
	width: 94%;
	left: 3%;
	/* background-color: #BFC320; */
	/* background-image:url(../images/img_footer.jpg); */
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 380px; */
}





.numeroRedondo {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}




.lineafooter {
	position:absolute;
	background-color:rgba(0,0,0,0.20);
	width: 80%;
	left:10%;			
	height:1px;
	top:-2px;
}



.icono1 {
	width: 60px;
	height: 60px;
	background-image:url(../images/ico_ok.png);
	background-size: 100%  100% ;
}




.color1 {
	color: rgba(111,111,111,1.0);
}

.color2 {
	color: rgba(66,66,81,1.0);
}

.color3 {
	color: rgba(70,131,219,1.0);
}



.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 90%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.8s;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
        opacity: 1;
}


.border {
	border: 4px solid rgba(231,32,43,1);
	
}


.borderBlanco {
	border: 2px solid rgba(255,255,255,0.3);
	
}
.borderGris {
	border: 2px solid rgba(25,25,25,0.3);
	
}

.borderRojo {
	border: 2px solid rgba(231,32,43,0.3);
	
}


.borderColor1{
	border-color: rgba(183,183,183,1.00);
}

.borderColor2{
	border-color: rgba(66,66,81,1.0);
}

.borderColor3{
	border-color: rgba(70,131,219,0.5);
}

.borderRadius100 {
	border-radius:50%;
}


.borderRadius25 {
	border-radius:25%;
}

.borderRadius10 {
	border-radius:10px;
}

.borderRadius5 {
	border-radius:5px;
}

.borderRadius2 {
	border-radius:2px;
}




.textoCajaAzul {
	background-color: rgba(28,40,64,1.00);
	color: #fff;
	margin-right: 0.2em;
	
}

.textoCajaRojo {
	background-color: rgba(231,32,43,1.0);
	color: #fff;
	
}

.textoCajaGris {
	background-color: rgba(25,25,25,0.8);
	color: #fff;
}

.textoCajaAmarillo {
	background-color: #f2b600;
	color: #4e5155;
	
}

.colorGrisOscuro {
	color: rgba(100,100,100,0.9);
}


.colorGrisOscuro a {
	color: rgba(43, 43, 43, 0.9);
	padding: 2px 8px 2px 8px;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	border-bottom: 1px solid #773dbd;
	font-weight:600;
	line-height: 14px;
	border-radius: 3px;
}

.colorGrisOscuro a:hover {
	background-color: #773dbd;
	color: #fff;
	border-radius: 3px;
}



.colorGris {
	color: rgba(60,60,60,0.8);
}


.colorGrisClaro {
	color: rgba(150,150,150,0.8);
}


.colorBlanco, .colorBlanco2, .colorBlanco3 {
	color:#fff;
}

.colorBlanco a {
	color:#fff;
	display: block;
	padding: 0.4em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	
}

.colorBlanco3 a img {
	padding: 0px;
	padding-left: 0.6em;
	padding-right: 0.6em;
	color:#fff;
	opacity: 1.0;
}

.colorBlanco2 a {
	color:#fff;
	padding: 0.8em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	
}

.colorBlanco3 a {
	color:#fff;
	display: block;
	padding: 0.4em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	
}

.colorBlanco a:hover, .colorBlanco2 a:hover {
    background-color: #000;
	/*color: #000;*/
}

.colorBlanco3 img a:hover, .colorBlanco3 a:hover {
	color:#fff;
	opacity: 0.8;
	/*color: #000;*/
}

.colorNegro90 {
	color: rgba(0,0,0,0.9);
}

.colorNaranja {
	color: rgba(255,127,0,1.0);
}

.colorRojo {
	color: #F00;
}

.colorRojoOscuro {
	color: rgba(0,43,92,1.0);
}
	

.colorAzul {
	color: #0287C0;
}

.colorAzulOscuro {
	color: rgba(28,40,64,1.00);
}

.colorAmarillo {
	color: #FDDD00;
}

.colorAmarilloOscuro {
	color: rgba(242,182,0,1.0); /* #F4BC00 */
}

	
.colorDorado {
	color: #BCAF3F;
}

.colorBase {
	color:  rgba(0,0,0,0.6);
}

.colorBase a {
	color:  rgba(70,131,219,1);
}


.colorBordeBase a {
	border: 1px solid  rgba(70,131,219,1);
}

.colorBordeBlanco a{
	border: 1px solid #FFFFFF;
}

.colorBordeBlanco a:hover{
	border: 1px solid #000;
}


.negrita {
	font-weight: 600;
}

.negrita300 {
	font-weight:300;
}

.normal {
	font-weight:400;
}

.negrita600 {
	font-weight:600;
}

.minusculas {
	text-transform:lowercase;	
}

.mayusculas {
	text-transform: uppercase;	
}

.masgrande {
	font-size:1.2em;
}

.masgrande2 {
	font-size:2.1em;
}


.maspequena1 {
	font-size:0.65em;
	/*background-color:#093;*/
	/*display:block;*/
	filter: alpha(opacity=80);
	opacity: .8;
}

.maspequena a {
	font-size:0.85em;
}


.maspequena2 a {
	font-size:0em;
}


.centerImg2 img{
	top: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerImg img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.centerDiv{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.tsombra{
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}

.fuentePeq {
	font-size: 0.8em;
}

.fuentePeq05 {
	font-size: 0.5em;
}


.fuentePeq06 {
	font-size: 0.6em;
}

.fuentePeq07 {
	font-size: 0.7em;
}

.fuentePeq09 {
	font-size: 0.9em;
}

.fuentePeq10 {
	font-size: 1.0em;
}

.fuentePeq11 {
	font-size: 1.1em;
}


.fuentePeq12 {
	font-size: 1.2em;
}

.fuentePeq13 {
	font-size: 1.3em;
}

.fuentePeq14 {
	font-size: 1.4em;
}

.fuentePeq15 {
	font-size: 1.5em;
}

.fuentePeq16 {
	font-size: 1.6em;
}

.fuentePeq17 {
	font-size: 1.7em;
}

.fuentePeq18 {
	font-size: 1.8em;
}

.fuentePeq19 {
	font-size: 1.9em;
}

.fuentePeq20 {
	font-size: 2.0em;
}

.fuentePeq21 {
	font-size: 2.1em;
}

.fuentePeq22 {
	font-size: 2.2em;
}

.fuentePeq23 {
	font-size: 2.3em;
}

.fuentePeq24 {
	font-size: 2.4em;
}

.fuentePeq25 {
	font-size: 2.5em;
}

.fuentePeq26 {
	font-size: 2.6em;
}


.fuentePeq28 {
	font-size: 2.8em;
}

.fuentePeq30 {
	font-size: 3.0em;
}

.fuentePeq32 {
	font-size: 3.2em;
}

.fuentePeq34 {
	font-size: 3.4em;
}

.fuentePeq36 {
	font-size: 3.6em;
}

.fuentePeq38 {
	font-size: 3.8em;
}

.fuentePeq40 {
	font-size: 4.0em;
}

.fuentePeq42 {
	font-size: 4.2em;
}

.fuentePeq44 {
	font-size: 4.4em;
}

.fuentePeq46 {
	font-size: 4.6em;
}

.fuentePeq48 {
	font-size: 4.8em;
}










.cursiva {
	font-style:italic;
}

.menos_separar {
	letter-spacing: 0em;
}

.justificar {
	text-align:justify;
}

.centrar {
	text-align: center;
}

.tizquierda {
	text-align: left;
}

.tderecha {
	text-align: right;
}

.tderechaF {
	text-align: right;
}

.tizquierda2 {
	text-align: left;
}

.tderecha2 {
	text-align: right;
}

.nojustificar {
	text-align:left;
}

.menosHeight{
	line-height: 1.2em;
}

/** FONDO COLORES BASICOS */

.fondo1{
		background-color: rgba(0,0,0,0.6);
}

.fondo2{
		background-color: #773dbd;
}

.fondo3{
		background-color: #F7931E;
}

.fondo4{
		background-color: rgb(93, 93, 93);
}
	
.fondo5{
	background-color: rgb(245, 245, 246);
	border-radius: 5px;
}

.fondo6{
	background-color: rgba(32,32,32,1.0);
}


/** FONDO COMUNES */

.fondoBlanco{
	background-color:#FFF;
}


.fondoGrisClaro {
	background-color:rgba(224,224,224,1.0);
}

.fondoNegro{
	background-color:#000;
}

.fondoNegro70{
	background-color:rgba(0,0,0,0.7);
}
	
.fondoNegro15{
	background-color: rgba(0,0,0,0.15);; 
}

.fondoNegro05{
	background-color: rgba(0,0,0,0.5); 
}

.fondoNegro005{
	background-color: rgba(0,0,0,0.05); 
}

.fondoBlanco005{
	background-color: rgba(255,255,255,0.05); 
}

.fondoBlanco50{
	background-color: rgba(255,255,255,0.50); 
}

.fondoBlanco75{
	background-color: rgba(255,255,255,0.75); 
}


.fondoRojo{
	background-color: #FF0000;
}

.fondoRojoOscuro{
	background-color: rgba(155,0,0,1.0); 
}


/* MODAL */

.modall {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background-color: rgba(0,0,0,0.90);
    z-index:100002;
	display: none;
}


.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alert1 {
    position: absolute;
	width: 60%;
	left: 20%;
    top:20%; 
	height:50%;
    right:0; bottom:0;
    background-color: rgba(0,0,0,0.90);
	/*background-image: url(../images/fondo_rayas_alert.png);*/
	border-radius: 0px;
	border: 0px solid #fff;
    z-index:10002;
}

.cerrarAlert a {
	position: absolute;
	top: -50px;
	right: -50px;
	font-size: 2.0em;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}


.cerrarAlert a:hover {
	color: rgba(0,114,206,1.0);
}


/* ACORDEON */


.accordion {
  width: 98%;
  margin: 20px auto;
}

.accordion h1, h2, h3, h4 {
  cursor: pointer;
}
.accordion h2, h3, h4 {
}
.accordion h1 {
	padding: 15px 20px;
	background-color: #E1F0E8;
	font-size: 1.5em;
	font-weight: 400;
	color:  rgba(0,0,0,1);
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1em;
}
.accordion h1:hover {
	color: #333333;
}
.accordion h1:first-child {
  border-radius: 10px 10px 0 0;
}
.accordion h1:last-of-type {
  border-radius: 0 0 10px 10px;
}


.accordion h1:not(:last-of-type) {
  border-bottom: 1px dotted  rgba(0,0,0,1);
}
.accordion div, .accordion p {
  display: none;
}
.accordion h2 {
	background-color: #A6A6A6;
	font-size: 1.1em;
	color: #FFF;
	line-height: 1em;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-weight: 400;
}
.accordion h2:hover {
	background-color:  rgba(0,0,0,1);
}
.accordion h3 {
  padding: 5px 30px;
  background-color: #b94152;
  font-size: .9rem;
  color: #ddd; 
}
.accordion h3:hover {
  background-color: #a93142;
}
.accordion h4 {
  padding: 5px 35px;
  background-color: #ffc25a;
  font-size: .9em;
  color: #af720a; 
}
.accordion h4:hover {
  background-color: #e0b040;
}
.accordion p {
  padding: 15px 35px;
  background-color: #ddd;
  font-size: .9em;
  color: #333;
  line-height: 1.3em;
}
.accordion .opened-for-codepen {
  display: block;
}



.contenidoTemas{
	font-size: 0.9em;

}








.cd-top {
  display: inline-block;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 100px;
  right: 8px;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #0b2e6f url(../images/cd-top-arrow.svg) no-repeat center 50%;
  /*visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;*/
  cursor: pointer;
  display: none;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: rgba(64,64,64,0.8);
  opacity: 1;
}

.contenidoSecciones {
	padding: 1em;
	padding-left: 0em;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing: 1px;
}


.conListas ul{
	list-style-type: disc;
	color: rgba(100,100,100,1.0);
	margin-left: 2.2em;
}

.conListas li{
	line-height: 1.4em;
	color: rgba(100,100,100,1.0);
}




/* //////////////////////////// */

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(78,81,85,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(78,81,85,0.8);
}


/* Animar */



.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}





@media screen and (max-width: 900px) { /*1680 to 1080 */

	
	.leftColumn100 { width: 100%; }
	.leftColumn90 { width: 100%; }
	.leftColumn96 { width: 100%; }
    .leftColumn79 { width: 100%; }
    .leftColumn74 { width: 100%; }
    .leftColumn69 { width: 100%; }
    .leftColumn59 { width: 100%; }
	.leftColumn50 { width: 100%; }
	.leftColumn49 { width: 100%; }
	.leftColumn48 { width: 100%; }
	.leftColumn39 { width: 100%; }
	.leftColumn33 { width: 100%; }
	.leftColumn32 { width: 100%; }
    .leftColumn29 { width: 100%; }
	.leftColumn28 { width: 100%; }
    .leftColumn25 { width: 100%; }  
    .leftColumn24 { width: 100%; } 
	.leftColumn19 { width: 100%; }
	.leftColumn14 { width: 100%; }
	.leftColumn12 { width: 100%; }
	.leftColumn9 { width: 100%; }


}