/* 
	V10 - 18/12/2017
	TARJETAS VISA - 2017
	Design: Logos Comunicaciones
	www.logoscomunicaciones.com
*/


/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	line-height: 1;
}
ol,ul{
	list-style: none;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}
focus{
	outline: 0;
}
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET */




@font-face {
	font-family: 'Roboto Condensed Light';
	src: url('../fonts/RobotoCondensed-Light.eot');
	src: url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/RobotoCondensed-Light.woff') format('woff'),
		 url('../fonts/RobotoCondensed-Light.ttf') format('truetype'),
		 url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.eot');
	src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-Regular.woff') format('woff'),
		url('../fonts/Oswald-Regular.ttf') format('truetype'),
		url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Oswald-Bold';
	src: url('../fonts/Oswald-Bold.eot');
	src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Oswald-Bold.woff') format('woff'),
		 url('../fonts/Oswald-Bold.ttf') format('truetype'),
		 url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
	font-weight: 100;
	font-style: normal;
}




@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/Oswald-Light.eot');
	src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Oswald-Light.woff') format('woff'),
		 url('../fonts/Oswald-Light.ttf') format('truetype'),
		 url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
	font-weight: 100;
	font-style: normal;
}



@font-face {
	font-family: 'Helvetica LT';
	src: url('../fonts/HelveticaLT-Light.eot');
	src: url('../fonts/HelveticaLT-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/HelveticaLT-Light.woff') format('woff'),
		 url('../fonts/HelveticaLT-Light.ttf') format('truetype'),
		 url('../fonts/HelveticaLT-Light.svg#HelveticaLT-Light') format('svg');
	font-weight: 100;
	font-style: normal;
}




body {
	color: #00346f;
	font-size: 22px;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	text-align: center;
	line-height: 30px;
	background: #ffffff;
}






h1{
	color: #f59308;
	font-size: 42px;
	font-family: 'Oswald', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 36px;
	text-align: center;
}


a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}



/* MODAL */



a.lnkCls:link,a.lnkCls:visited{
	top: 2%;
	right: 2%;
	position: absolute;
	display: block;
	overflow: hidden;
	color: #ffffff;
	font-size: 20px;
	font-weight: 100;
	line-height: 38px;
	text-decoration: none;
	background: #e84c3d;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 160px;
	   -moz-border-radius: 160px;
	    -ms-border-radius: 160px;
	     -o-border-radius: 160px;
	        border-radius: 160px;
}


.contentMod{
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100000;
	background-color: rgba(255, 255, 255, 0.80);
	width: 100%;
    height: 100%;
	min-height: 500px;
}

.contentMod div{
	top: 40%;
	left: 50%;
	overflow: hidden;
	position: absolute;
	background: #ffffff; 
	width: 40%;
	margin: 0 auto;
	padding: 50px 4%;

	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}


.contentMod div h2{
	color: #f59308;
	font-size: 32px;
	font-family: 'Oswald', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
}


.contentMod div .form-label{
	width: 90%;
	margin: 20px 0;
}

.contentMod div .form-css-label input[data-empty="false"] + label, .form-css-label input:valid + label, .form-css-label input:focus + label {
	color: #00346f;
}

.contentMod div .lnkBckF{
	color: #00346f;
	line-height: 48px !important;
	margin: 0 20px !important;
}


/* MODAL */






.wrapper{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
}









header{
	clear: both;
    background: #00346f;
    width: 100%;
	height: 80px;
}
header .cntHeader{
	position: relative;
	width: 1170px;
	height: 80px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}



nav{
	position: relative;
	float: right;
	font-family: 'Oswald', Arial,Tahoma;
	width: auto;
	height: 80px;
	padding-right: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
nav ul {
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 auto;
	height: 80px;
}
nav ul li{
	float: left;
	display: table;
	margin: 0 5px;
}
nav ul li:hover a{

}
nav ul li a{
	display: inline-block;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	border-bottom: 8px solid #00346f;
	height: 42px;
	padding: 25px 10px 5px 10px;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
nav ul li a:hover{
	color: #f1ca27;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
nav ul li .act{
	color: #f1ca27;
	border-bottom: 8px solid #f1ca27;
}
nav ul .close{
	display: none;
}

nav ul li ul{
	top: 80px;
	left: -100%;
	display: none;
	overflow: hidden;
	z-index: 200;
	position: absolute;
	background: #ffffff url(../lib/tarjetas_submenu.jpg) no-repeat 10% center;
	width: 140%;
	height: 203px !important;
	margin: 0 !important;
	padding: 30px 60% 0 100%;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
nav ul li:hover ul{
	display: block;
}
nav ul li ul li{
	float: left;
	display: block;
	font-size: 12px;
	width: 40%;
	margin: 2px 0;
}

nav ul li ul li a{
	display: block;
	position: relative;
	color: #00346f;
	font-size: 18px;
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	text-transform: none !important;
	border-bottom: 0;
	height: auto !important;
	padding: 5px 10px 5px 20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
nav ul li ul li a:after{
	content:"";
	z-index: 100;
	position: absolute;
	left: 0;
	top: 11px;
	background: #f1ca27;
	width: 12px;
	height: 12px;
}

nav ul li ul li a:hover{
	color: #00346f;
	font-family: 'Oswald', Arial, Tahoma, Verdana;
	font-weight: 100;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}


/*
.subMenu{
	display: block;
	top: 110px;
	left: 0;
	position: absolute;
	z-index: 4000000000;
	color: #4a4a30;
	font-size: 14px;
	line-height: 20px;
	background: #d3d3d3;
	width: 92%;
	height: 235px;
	padding: 0 4%;
}

.subMenu .cntSM{
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 1160px;
	height: 235px;
	margin: 0 auto;
}

.subMenu img{
	float: left;
	display: block;
	margin: 25px 0 0 30px;
}



.subMenu ul{
	float: left;
	font-size: 18px;
	line-height: 20px;
	width: 59%;
	margin: 24px 0 0 3%;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 42px;
	   -moz-column-gap: 42px;
	        column-gap: 42px;
}

.subMenu ul li{
	float: left;
	display: block;
	position: relative;
	text-align: left;
    background: url(../lib/bull_01.png) no-repeat left 5px;
    width: 96%;
    margin: 10px 0;
	padding-left: 18px;
}


.subMenu ul li a{
	display: block;
	color: #4a4a30;
	text-align: left;
	text-decoration: none;
	padding: 2px 0;
}

.subMenu ul li a:hover{
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}
*/




.parallax-container{
    left: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 780px;
    margin: 0;
}

.parallax{
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.parallax img{
    display: none;
    position: absolute;
    left: 50%;
    top: -40%;
    min-width: 100%;
    min-height: 100%;
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%);
}

.sec2{	
	color: #ffffff;
}
.sec2 .bxCnt2{
	position: relative;
    font-size: 44px;
	font-family: 'Helvetica LT', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 48px;
	text-align: left;
    width: 1170px;
	margin: 60px auto 0 auto;
}
.sec2 .bxCnt2 h3{
	color: #ffd222;
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	font-size: 22px;
	line-height: 40px;
	text-transform: uppercase;
}

.sec2 .bxCnt2 p{
	margin: 20px auto;
}
.sec2 .bxCnt2 div:nth-child(1){
	margin-top: 22%;
}




.sec3{
	font-size: 26px;
	line-height: 30px;
}
.sec3 .bxCnt3{
	position: relative;
	color: #ffffff;
    font-size: 44px;
	font-family: 'Helvetica LT', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 48px;
	text-align: left;
    width: 1170px;
	margin: 60px auto 0 auto;
}
.sec3 .bxCnt3 h3{
	color: #ffd222;
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	font-size: 22px;
	line-height: 40px;
	text-transform: uppercase;
}

.sec3 .bxCnt3 p{
	margin: 20px auto;
}




.esp{
    background: transparent;
    width: 100%;
    height: 200px;
    margin: -80px auto;
}
 .esp img{
 	display: block;
}


.bnInEnA{
	overflow: hidden;
	position: relative;
    background-size: cover;
	background-attachment: fixed;
	background: #f1ca27 url(../lib/elementos_sep_02.png) repeat left top;
	width: 100%;
    height: 80px;
    margin: 0 auto;
}

.bnInEn{
	overflow: hidden;
	position: relative;
    background-size: cover;
	background-attachment: fixed;
	background: #033a73 url(../lib/elementos_sep_01.png) repeat left top;
	width: 100%;
    height: 80px;
    margin: 0 auto;
}







.content{
	clear: both;
	position: relative;
	width: 100%;
}
.content .cntContent{
	position: relative;
	width: 1050px;
	margin: 0 auto;
	padding: 50px 60px 80px 60px;
}


.content .cntContent h1,
.content .cntContent h3,
.content .cntContent h4,
.content .cntContent p,
.content .cntContent ul{
	margin: 20px auto;
}

.content .cntContent h1{
	text-align: left;
	text-transform: uppercase;
	margin: 0 auto 20px auto;
}

.content .cntContent p{
	text-align: justify;
}

.content .cntContent a{
	color: #f59308;
	text-decoration: underline;
}

.content .cntContent ul{
	margin: 0 20px;
}
.content .cntContent ul li{
	text-align: left;
	background: url(../lib/bull_02.png) no-repeat left 9px;
	margin: 10px 0;
	padding-left: 20px;
}


.content .cntContent ol{
	clear: both;
	display: block;
	list-style-type: decimal !ie; /*IE 7- hack*/	
	margin-left: 15px;	
	counter-reset: li-counter;
	margin: 10px 0;
}
.content .cntContent ol li{
	overflow: hidden;
	position: relative;
	text-align: left;
	margin: 6px 0;
	padding-left: 36px;
}
.content .cntContent ol li:before{
	position: absolute;
	top: 0;
	left: 0;
	color: #f59308;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	width: 30px;
	text-align: right;
	content: counter(li-counter)".";
	counter-increment: li-counter;
}






.contentInfD{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.contentInfD .cntInfD{
	overflow: hidden;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	border-bottom: 3px solid #f59308;
	width: 900px;
	margin: 0 auto;
	padding: 20px 30px;
}
.contentInfD h3{
	color: #f59308;
	font-size: 28px;
	font-family: 'Oswald', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 32px;
	text-align: left;
}

.contentInfD p{
	float: left;
	text-align: left;
	width: 500px;
	margin: 15px 80px 0 auto;
}

.contentInfD .adjPdf{
	border: 0;
}
.contentInfD .adjPdf:before{
	display: none;
}
.contentInfD .adjPdf span{
	margin-top: 16px;
}





.bannerIn{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.bannerIn img{
	width: 100%;
}


.bannerIn .imgB2{
	top: 0;
	right: 0;
	display: block;
	z-index: 100;
	position: absolute;
	width: 100%;

	animation-name: imgB_anim;
	animation-duration: 30s;
	animation-iteration-count: infinite;

	-moz-animation-name: imgB_anim;
	-moz-animation-duration: 30s;
	-moz-animation-iteration-count: infinite;

	-webkit-animation-name: imgB_anim;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;

	-o-animation-name: imgB_anim;
	-o-animation-duration: 30s;
	-o-animation-iteration-count: infinite;

	-ms-animation-name: imgB_anim;
	-ms-animation-duration: 30s;
	-ms-animation-iteration-count: infinite;

	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes imgB_anim {
	  0% { opacity: 0.00;}
    30% { opacity: 0.00;}
    40% { opacity: 1.00;}
    70% { opacity: 1.00;}
   80% { opacity: 0.00;}
   100% { opacity: 0.00;}
}

@-moz-keyframes imgB_anim {
	  0% { opacity: 0.00;}
    10% { opacity: 0.00;}
    20% { opacity: 1.00;}
    70% { opacity: 1.00;}
   80% { opacity: 0.00;}
   100% { opacity: 0.00;}
}

@-ms-keyframes imgB_anim {
	  0% { opacity: 0.00;}
    10% { opacity: 0.00;}
    20% { opacity: 1.00;}
    70% { opacity: 1.00;}
   80% { opacity: 0.00;}
   100% { opacity: 0.00;}
}

@-o-keyframes imgB_anim {
	  0% { opacity: 0.00;}
    10% { opacity: 0.00;}
    20% { opacity: 1.00;}
    70% { opacity: 1.00;}
   80% { opacity: 0.00;}
   100% { opacity: 0.00;}
}

@keyframes imgB_anim {
	  0% { opacity: 0.00;}
    10% { opacity: 0.00;}
    20% { opacity: 1.00;}
    70% { opacity: 1.00;}
   80% { opacity: 0.00;}
   100% { opacity: 0.00;}
}






.bannerIn .bxUser{
	top: 10%;
	right: 18%;
	z-index: 10;
	position: absolute;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	background: rgba(245, 147, 8, 0.85);
	width: 470px;
	/*
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	*/
}

.bannerIn .bxUser p{
	margin: 25px 30px 10px 30px;
}
.bannerIn .bxUser .namUs{
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.bannerIn .bxUser .namTj{
	clear: both;
	display: block;
	font-size: 16px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-transform: uppercase;
	border-top: 1px solid #efc88d;
	border-bottom: 1px solid #efc88d;
	margin: 20px 30px;
	padding: 10px 0;
}
.bannerIn .bxUser .namTj img{
	width: auto;
}
.bannerIn .bxUser .namTj ico{
	float: left;
	display: block;
	margin-right: 10px;
}

.bannerIn .bxUser a.edit,
.bannerIn .bxUser a.add,
.bannerIn .bxUser a.cls{
	float: left;
	display: block;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 23.3%;
	height: 114px;
	margin-top: 5px;
	padding: 10px 5%;
}


.bannerIn .bxUser a.edit{
	background: #eebc0b;
}
.bannerIn .bxUser a.add{
	background: #17a086;
}
.bannerIn .bxUser a.cls{
	background: #e84c3d;
}



.bannerIn .bxUser a.edit ico,
.bannerIn .bxUser a.add ico,
.bannerIn .bxUser a.cls ico{
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px auto 6px auto;
	-webkit-border-radius: 160px;
	   -moz-border-radius: 160px;
	        border-radius: 160px;
}
.bannerIn .bxUser a.edit ico img{
	width: auto;
	margin-top: 8px;
}
.bannerIn .bxUser a.add ico img{
	width: auto;	
	margin-top: 9px;
}
.bannerIn .bxUser a.cls ico img{
	width: auto;
	margin-top: 18px;
}

.bannerIn .bxUser .form-label fieldset{
	margin: 0 30px 10px 30px;
}

.bannerIn .bxUser .form-css-label input[data-empty="false"], .form-css-label input:valid, .form-css-label input:focus {
  border-bottom: 1px solid #f59308;
}

.form-label label {
  color: #909090; 
}

.form-label input{
  color: #4d4d4d;
  border-bottom: 1px solid #dadada;
}
.form-label .inpB{
	width: 76%;
}

	


ul.tabs{
	overflow: hidden;
	width: 96%;
	margin: 80px 0 0 0 !important;
}
ul.tabs li{
	float: left;
	cursor: pointer;
	color: #f59308;
	font-size: 22px;
	background: #ededed;
	background-image: none !important;
	border: 1px solid #ffffff;
	border-top: 8px solid #ffffff;
	margin: 0 !important;
	padding: 20px 50px !important;
}

ul.tabs li.current{
	color: #00346f !important;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	border: 1px solid #e0dee1;
	border-top: 8px solid #f59308;
	border-bottom: 8px solid #ffffff;
}


.tab-content{
	display: none;
	text-align: left;
	border-top: 1px solid #e0dee1;
	border-bottom: 1px solid #e0dee1;
	width: 92%;
	margin: -2px 2% 0 2%;
	padding: 15px 2%;
}

.tab-content.current{
	display: inherit;
}


.bbAccordion{
	overflow: hidden;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bbAccordion .accordion-head{
	cursor: pointer;
	overflow: hidden;
	color: #023065;
/*	background: #023065;*/
	text-align: left;
	border: 1px solid #e0dee1;
	width: 99%;
	margin: 2px 0 !important;
	padding: 0 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
/*.bbAccordion.active .accordion-head{
}*/
.bbAccordion .accordion-head h3{
	float: left !important;
	display: block;
	color: #023065 !important;
	font-size: 18px;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	background: url(../lib/ico_mor_b.png) no-repeat left center;
	width: 85% !important;
	height: 34px;
	margin: 0 !important;
	padding: 5px 5% 5px 7% !important;
}
.bbAccordion.active .accordion-head h3{
	color: #f59308 !important;
	background: url(../lib/ico_min_b.png) no-repeat left center;
}
.bbAccordion .accordion-content {
	font-size: 18px;
	padding: 10px 20px;
/*    background: rgba(0, 0, 0, 0.04);*/
}
.bbAccordion .accordion-content.active {
	display: block;	
}


.bbAccordion .accordion-content ul{
	float: left;
	width: 100%;
	margin: 10px 0;
}
.bbAccordion .accordion-content ul li{
	float: left;
	font-size: 18px;
	line-height: 20px;
	background: url(../lib/bull_02_s.png) no-repeat left 6px;
	width: 100%;
	margin: 5px 0;
	padding-left: 20px;
}
.bbAccordion .accordion-content ul li:before{
	content: none;
}











.info{
	clear: both;
	overflow: hidden;
	position: relative;
	color: #023a73;
	font-size: 26px;
	font-family: 'Oswald', Arial,Tahoma;
	font-weight: 100;
	line-height: 30px;
	background: url(../lib/bg_puntos.jpg) no-repeat center top;
	width: 100%;
	height: 1060px;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	        background-size: 100% auto;
}
.info .cntInfo{
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 25px 0;
}
.info .cntInfo p{
	float: right;
	position: relative;
	width: 490px;
	margin: 220px auto;
}
.info .cntInfo b{
	display: inline-block;
	font-size: 48px;
	line-height: 54px;
	width: 100%;
	margin: 30px 0;
}







footer{
	clear: both;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 18px;
	background: #00346f;
	width: 100%;
	height: 105px;
}
footer .cntFooter{
	overflow: hidden;
	position: relative;
	width: 1340px;
	margin: 0 auto;
}

footer .cntFooter a{
	color: #ffffff;
	text-decoration: none;
}
footer .cntFooter p img{
	float: left;
	margin-right: 10px;
}

footer .cntFooter .color2{
	color: #f1ca27;
}


footer .cntFooter p:nth-child(1){
	float: left;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	border-right: 1px solid #1a497e;
	width: 380px;
	margin: 20px 20px 0 0;
	padding: 20px 0;
}
footer .cntFooter p:nth-child(2){
	float: left;
	line-height: 30px;
	text-align: left;
	border-right: 1px solid #1a497e;
	width: 350px;
	margin: 20px 20px 0 120px;
	padding: 20px 0;
}
footer .cntFooter p:nth-child(3){
	float: left;
	line-height: 30px;
	text-align: left;
	width: 335px;
	margin: 20px 20px 0 60px;
	padding: 20px 0;
}



.logos{
	clear: both;
	overflow: hidden;
	position: relative;
	background: #002c62;
	width: 100%;
	height: 150px;
}
.logos .cntLogos{
	overflow: hidden;
	position: relative;
	width: 1340px;
	margin: 0 auto;
	padding: 20px 0;
}




.colUs,
.colUsB{
	float: left;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    border-right: 1px solid #d9d9d9;
    width: 42%;
    min-height: 275px;
    margin: 20px 2% 0 0;
    padding: 20px 3% 10px 3%;
}

.colUsB{
    margin: 20px 0 0 0;
    border-right: 0;
}
.colUs h4,
.colUsB h4{
	color: #f59308;
    font-size: 24px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0;
}

.colUsB .lnkBtn{
	float: none !important;
	display: block;
	color: #ffffff !important;
	font-size: 22px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	line-height: 55px;
	text-align: center;
	text-decoration: none !important;
	background: #f59409;
	width: 205px;
	height: 55px;
	margin: 30px auto 0 auto !important;
	padding: 0 30px;
}


.colUs .form-label{
	margin-top: 20px;
}
.colUs .form-label fieldset{
  height: 65px;
}



.colUs .formA fieldset{
	clear: both;
	overflow: hidden;	
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	text-align: center;
	background: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.colUs .formA select, input, textarea{
	clear: both;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	border: 1px solid #d1d1d1;
}

.colUs .formA label{
	display: block;
	float: left;
	clear: both;
	color: #00346f;
	font-size: 16px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 18px;
	text-align: left;
	width: 80%;
	padding: 4px 0;
}

.colUs .formA .button{
	float: none;
	font-size: 22px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	text-transform: none;
	border: none;
	background: #00346f;
	width: 205px;
	height: 55px;
	margin: 0 auto;
	padding: 0 30px;
}

.colUs .formA input{
	display: block;
	float: left;
	height: 27px;
	padding: 5px 8px;
}
.colUs .formA .inpB{
	width: 66%;
}

.colUs .formA p{
	margin: 18px 0 !important;
}
.colUs .formA p:last-child{
	margin: 18px 0 6px 0 !important;
}

.colUs .formA .bxEr{
	height: 35px;
}





.colDtUs{
	float: left;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    border-right: 1px solid #d9d9d9;
    width: 42%;
    min-height: 275px;
    margin: 20px 2% 0 0;
    padding: 20px 3% 10px 3%;
}


.colDtUsB{
	float: left;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    text-align: left;
    border-right: 1px solid #d9d9d9;
    width: 60%;
    min-height: 275px;
    margin: 0 2% 0 0;
    padding: 20px 1% 10px 0;
}
.colDtUsB .small{
    font-size: 14px;
    line-height: 18px;
}

.bxTxtD{
	float: left;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 32%;
    min-height: 275px;
    margin: 0;
    padding: 10px 1%;
}
.bxTxtD ul li{
	background: url(../lib/bull_02.png) no-repeat left 4px !important;
}






ul.resp-tabs-list{
	overflow: hidden;
	background-color: transparent;
	width: 96%;
	margin: 40px 0 -4px 0 !important;
}

.resp-tabs-list li {
	float: left;
	clear: none;
	cursor: pointer;
	color: #f59308;
	font-size: 22px;
	text-align: center !important;
	background: #ffffff;
	background-image: none !important;
	border: 1px solid #ffffff;
	border-top: 8px solid #ffffff;
	background-image: none !important;
	width: 14% !important;
	margin: 0 !important;
	padding: 20px 4% !important;
}
.resp-tabs-list li a{
	background-color: transparent;
}
.resp-tabs-list .resp-tab-active{
	color: #00346f !important;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	background: transparent;
	border: 1px solid #e0dee1 !important;
	border-top: 8px solid #f59308 !important;
	border-bottom: 8px solid #ffffff !important;
	padding: 20px 6% !important;
}


.resp-tabs-container{
    clear: left;
    overflow: hidden;
    color: #404040;
    font-size: 20px;
    background-color: #fff;
    padding: 0px;
}
.resp-tabs-container div{
	text-align: justify;
	border-top: 1px solid #e0dee1;
	border-bottom: 1px solid #e0dee1;
	padding: 20px 40px 20px 20px;
}





h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active{
	color: #ffffff !important;
	border: 0;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
	color: #f59308 !important;
	font-size: 18px;
	font-weight: 100;
	text-transform: none;
	border-bottom: 1px solid #e0dee1 !important;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
	color: #ffffff !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
}



/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #ffffff !important;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 0;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 0;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 0;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    ul.resp-tabs-list .resp-tab-item{
    	color: #f59308;
		border-bottom: 1px solid #e0dee1 !important;
    }


    h2.resp-accordion {
        display: block;
        background: transparent !important;
    }

    h2.resp-tab-active {
    	color: #00346f !important;
    	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
		padding: 10px 0;
    	background: #ffffff !important;/* !important;*/
		border-bottom: 1px solid #e0dee1 !important;
	}
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-tabs-container{
    	width: 100%;
    	padding: 0 !important;
    }

	.resp-tab-content{
    	padding: 0 10px !important;

	}




}



.contSol{
	left: 50%;
	z-index: 2000;
	bottom: 0;
	position: fixed;
	color: #ffffff;
	font-size: 20px;
	background: #002557;
	width: 965px;
	height: 80px;
	margin: 0 auto 0 -482px;
	padding: 0;
	-webkit-border-radius: 20px 20px 0px 0px;
	   -moz-border-radius: 20px 20px 0px 0px;
	        border-radius: 20px 20px 0px 0px;
}
.contSol img{
	float: left;
	display: block;
	margin: -21px 0 0 80px;
}
.contSol p{
	float: left;
	width: 50%;
	margin-top: 24px;
}
.contSol a{
	float: left;
	display: block;
	color: #00346f;
	font-size: 16px;
	font-weight: 100;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: #ffffff;
	margin-top: 16px;
	padding: 0 50px;
}
.contSol b{
	color: #f1ca27;
}







.bxImg{
	float: left;
	display: block;
	margin: 20px 50px 0 0;
}
.contIn{
	float: left;
	display: block;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	width: 600px;
	min-height: 500px;
	padding: 0;
}
.contIn ul li{
	background: url(../lib/bull_02_s.png) no-repeat left 7px !important;
}

.contIn .formA fieldset{
	width: 100%;
}
.contIn .formA label{
	display: block;
	float: left;
	clear: both;
	color: #f58220;
	font-size: 18px;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 22px;
	text-align: left;
	width: 80%;
	padding: 0;
}

.contIn .formA input{
	float: left;
	display: block;
	outline: 0;
	color: #4c4c4c;
	line-height: 30px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #dadada;
	margin: 0 0 14px 0;
	padding: 5px 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.contIn .formA select{
	display: block;
	cursor: pointer;
	float: left;
	color: #4c4c4c;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	background: url(../lib/ar_dwn_b.png) no-repeat 98% center;
	border: 0;
	border-bottom: 1px solid #dadada;
	height: 44px;
	padding: 0 10px 0 6px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.contIn .formA .button{
	float: left;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Oswald-Bold', Arial,Tahoma;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f58220;
	height: 56px;
	margin-top: 20px;
	padding: 0 34px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

	-webkit-appearance: none;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.contIn .formA .button:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}




.pWM{
	width: 70% !important;
}



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

.txtAll{
	display: block;
	text-align: left !important;
}





.spL{
	clear: both;
	display: block;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
}

.spLB{
	clear: both;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
}




.dM{
	display: none;
}



.left{
	float: left;
	display: block;
}
.right{
	float: right;
	display: block;
}

.clear{
	clear: both;
	display: block;
}





b{
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
}


i{
	font-style: italic;
}


.small{
	font-size: 12px;
}

.small2{
	color: #f59308;
	font-size: 12px;
	line-height: 14px !important;
}


.color2{
	color: #f59308;
}





/* ---------------------------- LINKS ---------------------------- */


a.lnk1:link,a.lnk1:visited {
	color: #fff;
	text-decoration: none;
}
a.lnk1:hover {
	text-decoration: underline;
}



a.btnLnkA:link,a.btnLnkA:visited{
	float: left !important;
    display: block !important;
    overflow: hidden;
    position: relative;
    color: #ffffff;
	font-size: 16px;
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: rgba(0, 44, 98, 0.00);
	height: 46px;
	padding: 0 25px;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
a.btnLnkA:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}
a.btnLnkA img{
	position: absolute;
	left: 40px;
	top: 10px;
	filter: alpha(opacity=0);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
}
a.btnLnkA:hover img{
	left: 8px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}

a.btnLnkA:after{
	content:"";
	z-index: 1000;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../lib/border_bx_l.png) no-repeat center;
	width: 14px;
	height: 46px;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
a.btnLnkA:hover:after{
	background: none;
	width: 100%;
	height: 46px;
}
a.btnLnkA:before{
	content:"";
	z-index: 1000;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../lib/border_bx_r.png) no-repeat center;
	width: 14px;
	height: 46px;

	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
a.btnLnkA:hover:before{
	right: 104%;
	filter: alpha(opacity=0);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
}




a.btnA:link,a.btnA:visited,
a.btnB:link,a.btnB:visited{
	float: none !important;
    display: inline-block !important;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background: #00346f;
    margin: 40px 10px 20px 10px !important;
    padding: 22px 70px;
}
a.btnB:link,a.btnB:visited{
    background: #f59308;
}



a.btnC:link,a.btnC:visited{
	float: none !important;
    display: inline-block !important;
    color: #023a73;
    text-decoration: none;
    text-align: center;
    background: #ffffff;
    border: 5px solid #feea31;
    margin: 40px 10px 20px 10px !important;
    padding: 20px 100px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}



a.btnD:link,a.btnD:visited{
	float: right;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    background: #00346f;
    margin: 40px 0 !important;
    padding: 10px 40px;
}

a.btnE:link,a.btnE:visited{
	float: left;
    color: #00346f;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    background: #e5e5e5;
    margin: 40px 0 !important;
    padding: 10px 40px;
}



a.logo:link,a.logo:visited{
	display: block;
	float: left;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Oswald', Arial, Tahoma, Verdana;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../lib/logo.png) no-repeat right center;
	width: 85px;
	height: 50px;
	margin: 15px 0 0 0;
	padding: 0 125px 0 0;
}
a.logo span{
	float: left;
	display: block;
	text-align: right;
	border-right: 1px solid #1a497e;
	width: 65px;
	height: 44px;
	padding: 6px 15px 0 0;
}


a.logoS:link,a.logoS:visited{
	display: block;
	float: right;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    text-align: right;
	text-decoration: none;
	background: url(../lib/logo_s.png) no-repeat right center;
	width: 145px;
	height: 53px;
	padding: 14px 130px 0 0;
}
.logoS b{
	color: #f1ca27;
	text-transform: uppercase;
}





a.byLogos:link,a.byLogos:visited{
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 30px;
}
a.byLogos:hover{
}
a.byLogos ico{
	float: right;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/powered_logos_a.png) no-repeat right top;
	width: 23px;
	height: 21px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
a.byLogos span{
	float: left;
	display: block;
	outline: none;
	position: absolute;
	z-index: 20;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/powered_logos.png) no-repeat left -9px;
	width: 0;
	height: 0;
	margin: 9px 0 0 78px;
	filter: alpha(opacity=00);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
    -webkit-transform: rotate(-145deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
    		transform: rotate(-45deg);
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.byLogos:hover span{
	width: 36px;
	height: 10px;
	margin: 9px 0 0 41px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;

    -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
    		transform: rotate(0deg);
}
a.byLogos:hover ico{
	background: url(../lib/powered_logos.png) no-repeat right top;
}








.adjDoc,
.adjPdf,
.adjPpt,
.adjTxt,
.adjXls,
.adjZip{
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	color: #696969 !important;
	font-size: 16px;
	font-weight: 100;
	line-height: 18px;
	text-align: left;
	text-decoration: none !important;
	border: 1px solid #cdd2d5;
	width: 268px;
	min-height: 50px;
	margin: 5px 10px 10px auto !important;
	padding: 15px 10px 15px 10px !important;
}


.adjDoc .bxI,
.adjPdf .bxI,
.adjPpt .bxI,
.adjTxt .bxI,
.adjXls .bxI,
.adjZip .bxI{
	float: left;
    background-image: url(../lib/sprite_ico_adj.png);
    background-repeat: no-repeat;
    display: block;
    width: 51px;
    height: 51px;
    margin-right: 14px;
}

.adjDoc .bxI{
    background-position: 0 0;
}

.adjPdf .bxI{
    background-position: -51px 0;
}

.adjPpt .bxI{
    background-position: -102px 0;
}

.adjTxt .bxI{
    background-position: -153px 0;
}

.adjXls .bxI{
    background-position: -204px 0;
}

.adjZip .bxI{
    background-position: -255px 0;
}

a.adjDoc:before,
a.adjPdf:before,
a.adjPpt:before,
a.adjTxt:before,
a.adjXls:before,
a.adjZip:before{
	content:"Descargar";
	position: absolute;
	left: 75px;
	bottom: 25px;
	color: #ba0b3a;
	font-size: 14px;
}

.adjDoc .bxTxt,
.adjPdf .bxTxt,
.adjPpt .bxTxt,
.adjTxt .bxTxt,
.adjXls .bxTxt,
.adjZip .bxTxt{
	float: left;
    display: block;
	line-height: 20px;
    width: 200px;
    padding-bottom: 30px;
}





/* ---------------------------- LINKS ---------------------------- */




/* ---------------------------- LISTADOS ---------------------------- */

ul.li01{
	float: left;
	clear: both;
	overflow: hidden;
	margin: 20px 0;
}
ul.li01 li{
	float: left;
	clear: both;
	text-align: justify;
	background: url(../lib/bull1.png) no-repeat left 6px;
	margin: 2px 0;
	padding-left: 20px;
}




ul.li02{

}
ul.li02 li{

}
ul.li02 li a{
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}




ul.litP{
	float: right;
	position: relative;
	font-size: 18px;
	font-family: 'Oswald', Arial, Tahoma, Verdana;
	line-height: 18px;
	width: 780px;
	margin: -280px auto 20px auto;
}
ul.litP li{
	position: absolute;
	text-align: center;
	width: 190px;
}

ul.litP li:nth-child(1){
	top: 0;
	left: 20px;
}
ul.litP li:nth-child(2){
	top: 40px;
	left: 230px;
}
ul.litP li:nth-child(3){
	top: 0;
	left: 435px;
}
ul.litP li:nth-child(4){
	top: 40px;
	left: 640px;
}
ul.litP li:nth-child(5){
	top: 230px;
	left: 10px;
}
ul.litP li:nth-child(6){
	top: 270px;
	left: 220px;
}
ul.litP li:nth-child(7){
	top: 230px;
	left: 436px;
}
ul.litP li:nth-child(8){
	top: 270px;
	right: -60px;
}

ul.litP li a{
	color: #ffffff;
	text-decoration: none;
}
ul.litP li img{
	margin-bottom: -10px;
}





ul.liMdIn{
	float: right;
	clear: both;
	position: relative;
	overflow: hidden;
	margin: -80px auto 0 auto !important;
}
ul.liMdIn li{
	float: none !important;
	display: inline-block;
	background: none !important;
	width: 58px !important;
	margin: 5px 14px !important;
	padding: 0 !important;
}
ul.liMdIn li a{
	float: left;
	display: block;
	background-image: url(../lib/sprite_contact.png);
	background-repeat: no-repeat;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	border: 5px solid #ffffff;
    width: 58px;
    height: 58px;

	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
}

ul.liMdIn li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
    -webkit-transform: scale(1.04, 1.04);
       -moz-transform: scale(1.04, 1.04);
        -ms-transform: scale(1.04, 1.04);
         -o-transform: scale(1.04, 1.04);
            transform: scale(1.04, 1.04);
}
ul.liMdIn li .fbk{
    background-position: 0 0;
}
ul.liMdIn li .mail{
    background-position: -58px 0;
}
ul.liMdIn li .twt{
    background-position: -116px 0;
}
ul.liMdIn li .wht{
    background-position: -174px 0;
}





ul.dspOpt{
	display: block;
	text-decoration: none;
	width: 88%;
	margin: 13px 30px 20px 30px !important;
}
ul.dspOpt li{
	float: left;
	position: relative;
	width: 100%;
}
ul.dspOpt li img{
	width: auto;
}
ul.dspOpt li ico{
	float: left;
	display: block;
	margin-right: 10px;
}
ul.dspOpt a.fBtn{
	color: #ffffff;
	background: transparent url(../lib/ar_dwn.png) no-repeat 97% center;
	border-top: 1px solid #efc88d;
	border-bottom: 1px solid #efc88d;
	width: 95%;
	padding: 10px 5% 10px 0;
}


ul.dspOpt li a{
	clear: both;
	display: block;
	font-size: 16px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: #ffffff;
	width: 90%;
	padding: 6px 5%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
ul.dspOpt li a:hover{
}

ul.dspOpt li ul{
	top: 45px;
	right: -50px;
	z-index: 200;
	position: absolute;
	display: none;
	overflow: hidden;
	width: 70% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;

	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
ul.dspOpt li:hover ul{
	display: block;
	height: auto !important;
}
ul.dspOpt li ul li{
	float: left;
	display: block;
	overflow: hidden;
	font-size: 12px;
	border-bottom: 1px solid #eaedef;
	width: 80% !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul.dspOpt li ul li a{
	float: left;
	display: block;
	color: #f59308;
	background: #ffffff;
	width: 90%;
	margin: 0 !important;
	padding: 4px 5% !important;
}
ul.dspOpt li ul li a:hover{
	background: #fde9ce;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}






ul.liDp{
	float: none;
	clear: both;
	margin: 15px 0 !important;
}
ul.liDp li{
	float: left;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	background: none !important;
	border-top: 13px solid #17a086;
	border-bottom: 5px solid #17a086;
	width: 30% !important;
	min-height: 145px;
	margin: 25px 5% 25px 0 !important;
	padding: 20px 0 80px 0 !important;
}
ul.liDp li:nth-child(3),
ul.liDp li:nth-child(6),
ul.liDp li:nth-child(9){
	margin: 25px 0 !important;
}
ul.liDp li a{
	bottom: 20px;
	position: absolute;
	display: block;
	color: #17a086 !important;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	border: 1px solid #17a086;
	width: 99%;
	padding: 8px 0 10px 0;
}
ul.liDp li a:hover{
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
ul.liDp li b{
	display: block;
	color: #f59308;
	font-size: 22px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 5px;
}
ul.liDp li .numT{
	display: block;
	color: #f59308;
	font-size: 18px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	margin-bottom: 5px;
}

ul.liDp li:nth-child(2){
	border-top: 13px solid #f1c50e;
	border-bottom: 5px solid #f1c50e;
}
ul.liDp li:nth-child(2) a{
	color: #f1c50e !important;
	border: 1px solid #f1c50e;
}

ul.liDp li:nth-child(3){
	border-top: 13px solid #f59308;
	border-bottom: 5px solid #f59308;
}
ul.liDp li:nth-child(3) a{
	color: #f59308 !important;
	border: 1px solid #f59308;
}

ul.liDp .small{
	display: block;
	line-height: 14px !important;
	margin-bottom: 20px;
}



ul.liSCCrd{
	float: none;
	clear: both;
	overflow: hidden;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	margin: 15px 0 !important;
}
ul.liSCCrd li{
	float: left;
	display: block;
	overflow: hidden;
	position: relative;	
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;font-weight: 100;
	line-height: 24px;
	text-align: center !important;
	background: none !important;
	width: 31% !important;
	height: auto;
	margin: 15px 3.4% 25px 0 !important;
	padding: 0 !important;

	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}
ul.liSCCrd li:nth-child(3),
ul.liSCCrd li:nth-child(6),
ul.liSCCrd li:nth-child(9),
ul.liSCCrd li:nth-child(12){
	margin: 15px 0 !important;
}
ul.liSCCrd li .bxOpt{
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;

	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	filter: alpha(opacity=0);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
}
ul.liSCCrd li a.lnkTp{
	pointer-events: none;
}
ul.liSCCrd li:hover .bxOpt{
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}
ul.liSCCrd li .bxOpt a.lnkOptA,
ul.liSCCrd li .bxOpt a.lnkOptB{
	vertical-align: top;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	background: rgba(0, 52, 111, 1.00);
	width: 39%;
	height: 100px;
	margin: 20px 5%;
	padding: 30px 0;
}
ul.liSCCrd li .bxOpt a.lnkOptB{
	background: rgba(239, 185, 23, 1.00);
}
ul.liSCCrd li:hover .bxOpt a.lnkOptA:hover,
ul.liSCCrd li:hover .bxOpt a.lnkOptB:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}
ul.liSCCrd .bxOpt img{
	width: auto !important;
}
ul.liSCCrd li img{
	width: 100%;
	margin-bottom: 8px;

	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}




ul.liCrd{
	float: none;
	clear: both;
	overflow: hidden;
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 15px 0 !important;
}
ul.liCrd li{
	float: left;
	display: block;
	position: relative;
	background: none !important;
	width: 22% !important;
	margin: 20px 3% 20px 0 !important;
	padding: 0 !important;
}
ul.liCrd li:nth-child(4),
ul.liCrd li:nth-child(8),
ul.liCrd li:nth-child(12),
ul.liCrd li:nth-child(16){
	margin: 20px 0 !important;
}
ul.liCrd li a{
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	color: #ffffff !important;	
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;font-weight: 100;
	line-height: 24px;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.liCrd li a:hover{
	color: #eebf1f !important;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
    -webkit-transform: scale(1.02 , 1.02);
       -moz-transform: scale(1.02 , 1.02);
        -ms-transform: scale(1.02 , 1.02);
         -o-transform: scale(1.02 , 1.02);
            transform: scale(1.02 , 1.02);
}
ul.liCrd li a:after{
	content:"ver más";
	z-index: 100;
	position: absolute;
	left: 23%;
	top: 33%;
	color: rgba(255, 255, 255, 1.00);
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 1.00);
	width: 120px;
	height: 42px;
	padding: 2px 10px;

	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
	filter: alpha(opacity=00);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
}
ul.liCrd li a:hover:after{
	color: rgba(255, 255, 255, 1.00);
	background: #eebf1f;
	border: 1px solid rgba(255, 255, 255, 0.00);
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}

ul.liCrd li img{
	width: 100%;
	margin-bottom: 10px;
}



.flexslider{
	position: relative;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-top: -30px !important;
}
.flexslider ul.slides{
	overflow: hidden;
	font-size: 16px;font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	width: 102%;
	height: 220px;
	margin: 0 0 0 -6px !important;
}
.flexslider ul.slides img {
	width: 100%;
	display: block;
	margin-bottom: -10px;
}
.flexslider ul.slides li{
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	display: block;
	position: relative;
	width: 240px !important;
}
.flexslider ul.slides li a{
	color: #ffffff;
	text-decoration: none;
}





.flex-direction-nav {
    display: none !important;
}
/*
.flex-direction-nav a {
    content: '' !important;
    outline: none !important;
    text-indent: -9000px !important;
    text-decoration: none !important;
  width: 48px !important;
  height: 55px !important;
}
.flex-prev {
    content: '' !important;
    outline: none !important;
    text-indent: -9000px !important;
    text-decoration: none !important;
    background: url(../lib/ar_prv.png) no-repeat center !important;
}
.flex-next {
    content: '' !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.00) !important;
    text-indent: -9000px !important;
    text-decoration: none !important;
    background: url(../lib/ar_nxt.png) no-repeat center !important;
}
*/
.flex-control-nav {
    display: none !important;
}



/* ---------------------------- LISTADOS ---------------------------- */




/* ---------------------------- FORMULARIOS ---------------------------- */

.form-label{
	text-align: left;
	width: 70%;
}

.form-label fieldset{
  position: relative;
  background: transparent;
  margin: 10px 0;
}

.form-label select:hover{
	border-bottom: 2px solid #f59308;
}

.form-label label{
	display: block;
	overflow: hidden;
	color: #f59308 !important;
	font-size: 18px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	cursor: text;
	line-height: 24px;
	background: transparent;
	margin: 0;
}
.form-label .labSl{
	float: left;
	position: relative;
	margin-right: 35px; 
}

.form-label input{
	overflow: hidden;
  display: block;
  outline: 0;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 36px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dadada !important;
  height: 36px !important;
  margin: 2px 0 15px 0;
  padding: 0 8px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.form-label input:focus{
	outline: 0;
	background: transparent;
	border-bottom: 2px solid #f59308 !important;
}


.form-label .inpB{
	width: 76%;
}
.form-label .inpM{
	width: 50%;
}
.form-label .inpS{
	width: 30%;
}
.form-label .inpXS{
	width: 20%;
}



.form-label p{
	clear: both !important;
	position: relative;
	text-align: justify;
	width: 100%;
	padding: 18px 0 25px 0 !important;
}


.form-label .button,
.form-label .buttonB{
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f59308;
	height: 56px !important;
	padding: 0 34px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

	-webkit-appearance: none;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.form-label .button:hover{
	font-size: 20px;
	height: 58px;
	padding: 0 38px;
}

.form-label .buttonB{
	background: #00346f;
}



.form-label .req{
border-bottom: 1px solid #e74c3c;
}


.form-label .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	background: #e84c3d;
	width: 70px;
	height: 41px;
	margin: 2px 0 0 -72px;
	*margin: -6px 0 0 15px;
}



.form-label .cntEr{
	float: left;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #e71844;
	width: 70%;
	padding: 8px 20px 10px 20px;
}


.form-label .titSc{
	float: left;
	clear: both;
	display: block;
	color: #003160;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: left;
	width: 90%;
	margin-bottom: 20px;
	padding: 5px 0 6px 0;
}

.form-label .btnCmb{
	right: 0;
	position: absolute;
	clear: none !important;
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background: #f59308;
	width: 100px;
	margin: 4px 46% 0 0;
	padding: 4px 0 5px 0;
}

.form-label select{
	display: block;
	float: left;
	cursor: pointer;
	color: #333333;
  	font-size: 16px;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	background: url(../lib/ar_dwn_b.png) no-repeat 98% center;
	border: 0;
	border-bottom: 1px solid #dadada;
	height: 44px;
	margin: 2px 0 15px 0;
	padding: 8px 40px 8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.form-label select:hover{
	background: rgba(245, 147, 8, 0.04) url(../lib/ar_dwn_b.png) no-repeat 98% center;
	border-bottom: 1px solid #f59308;
}


.form-label .selFA{
	display: block;
	float: left;
	cursor: pointer;
	color: #333333;
  	font-size: 16px;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	background: url(../lib/ar_dwn_b.png) no-repeat 98% center;
	border: 0;
	border-bottom: 1px solid #dadada;
	height: 44px;
	margin: 2px 0 15px 0;
	padding: 8px 40px 8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.form-label .selFA:hover{
	background: rgba(245, 147, 8, 0.04) url(../lib/ar_dwn_b.png) no-repeat 98% center;
	border-bottom: 1px solid #f59308;
}

.form-label .selB{
	width: 54%;
}



.formAlL{
	float: left;
	text-align: left !important;
}

.formAlL select, input, textarea{
	float: left;
	text-align: left !important;
}
.formAlL label{
	float: left;
	display: block;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: left !important;
}
.formAlL p{
	float: left;
	display: block;
	text-align: left !important;
}

.formAlL .lnkBAT{
	float: left !important;
	display: block !important;
	width: 200px;
	margin: 10px 20px !important;
}





.frmLa{
	float: left;
	background: rgba(0, 0, 0, 0.00) !important;
	margin: 20px auto !important;
	padding: 10px 0;
}

.frmNBg{
	background: rgba(0, 0, 0, 0.00) !important;
}
.formA img{
	width: auto;
	margin: 0;
}





.formA .loadCnt{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.80) url(../lib/loading_b.gif) no-repeat center;
	width: 100%;
	height: 100%;
}


.formA fieldset{
	position: relative;
	overflow: hidden;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	text-align: center;
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 10px 0;
}

.formA select, input, textarea{
	float: none;
	display: inline-block;
	font-size: 20px;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	border: 1px solid #d1d1d1;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
}

.formA label{
	display: inline-block;
	color: #003160;
	font-size: 26px;
	line-height: 32px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 4px 0 8px 0;
}

.formA .labM{
	font-size: 26px;
	line-height: 26px;
}

.formA .labCh{
	cursor: pointer;
	color: #666666 !important;
	font-size: 18px;
	line-height: 20px;
	width: 40%;
	padding: 0;
}
.formA .labCh:active{
	color: #000000;
}


.formA .labCh input{
	margin: -3px 10px 0 0;
}

.formA input{
	height: 27px;
	padding: 8px;
}
.formA .inpB{
	width: 66%;
}
.formA .inpM{
	width: 40%;
}
.formA .inpS{
	width: 20%;
}
.formA .inpXS{
	width: 10%;
}


.formA input[data-empty="false"],
.formA input:valid,
.formA input:focus{
  border-bottom: 1px solid #dadada;
}
.formA input:focus{
  outline: 0;
  border-bottom: 1px solid #f59308;
}
.formA input[data-empty="false"] + .prf,
.formA input:valid + .prf,
.formA input:focus + .prf{
  font-size: 170px;
  -webkit-transform: translate3d(0, -16px, 0);
          transform: translate3d(0, -16px, 0);
}


.formA input,
.formA select{
  border: 0;
  border-bottom: 1px solid #dadada;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}



.formA select{
	color: #333333;
	height: 44px;
	padding: 8px 10px 8px 6px;
}
.formA .selB{
	width: 66%;
}
.formA .selM{
	width: 40%;
}
.formA .selS{
	width: 20%;
}
.formA .selXS{
	width: 10%;
}


.formA .selFA{
	display: inline-block;
	cursor: pointer;
	color: #333333;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	background: url(../lib/ar_dwn_b.png) no-repeat 90% center;
	border: 0;
	border-bottom: 1px solid #dadada;
	height: 44px;
	padding: 8px 40px 8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.formA .selFA:hover{
	background: rgba(245, 147, 8, 0.04) url(../lib/ar_dwn_b.png) no-repeat 90% center;
	border-bottom: 1px solid #f59308;
}




.formA textarea{
	display: block;
	float: left;
	width: 74%;
	height: 100px;
	padding: 6px 4px;
}


.formA .button,
.formA .buttonB{
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	border: none;
	background: #f59308;
	height: 54px;
	padding: 0 50px;

	-webkit-appearance: none;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.formA .buttonB{
	background: #00346f;
}

.formA .button:hover{
	font-size: 21px;
	height: 58px;
	padding: 0 36px;
}

.formA .buttonC{
	float: none;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald-Bold', Arial,Tahoma;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f59308;
	/*background: #f59308 url(../lib/ar_rg.png) no-repeat 90% center;*/
	height: 56px;
	margin: 0 auto;
	padding: 0 34px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

	-webkit-appearance: none;

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.formA .buttonC img{
	top: 18px;
	right: 16px;
	position: absolute;
	display: block;
	animation-name: btn_img_anim;
	animation-duration: 0.90s;
	animation-iteration-count: infinite;

	-moz-animation-name: btn_img_anim;
	-moz-animation-duration: 0.90s;
	-moz-animation-iteration-count: infinite;

	-webkit-animation-name: btn_img_anim;
	-webkit-animation-duration: 0.90s;
	-webkit-animation-iteration-count: infinite;

	-o-animation-name: btn_img_anim;
	-o-animation-duration: 0.90s;
	-o-animation-iteration-count: infinite;

	-ms-animation-name: btn_img_anim;
	-ms-animation-duration: 0.90s;
	-ms-animation-iteration-count: infinite;

	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes btn_img_anim {
	  0% { right: 4px;}
     50% { right: 16px;}
    100% { right: 4px;}
}

@-moz-keyframes btn_img_anim {
	  0% { right: 4px;}
     50% { right: 16px;}
    100% { right: 4px;}
}

@-ms-keyframes btn_img_anim {
	  0% { right: 4px;}
     50% { right: 16px;}
    100% { right: 4px;}
}

@-o-keyframes btn_img_anim {
	  0% { right: 4px;}
     50% { right: 16px;}
    100% { right: 4px;}
}

@keyframes btn_img_anim {
	  0% { right: 4px;}
     50% { right: 16px;}
    100% { right: 4px;}
}



.formA .buttonC:hover{
	font-size: 19px;
	height: 58px;
	padding: 0 36px;
}
.formA .buttonC:hover img{
	top: 19px;
}
/*
.formA .buttonC:hover{
	background: #f59308 url(../lib/ar_rg.png) no-repeat 95% center;
}
*/

.formA .buttonD{
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald-Bold', Arial,Tahoma;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f59308;
	height: 56px;
	margin: 0 auto;
	padding: 0 34px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

	-webkit-appearance: none;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.formA .buttonOff{
	display: inline-block;
	cursor: disabled;
	color: #fff;
	font-size: 18px;
	font-family: 'Oswald-Bold', Arial,Tahoma;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #969696;
	height: 56px;
	margin: 0 auto;
	padding: 0 34px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

	-webkit-appearance: none;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


.formA .buttonCA{
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #f59308;
	font-size: 26px;
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center !important;
	text-transform: uppercase;
	background: #ffffff;
	border: 1px solid #f59308;
	width: 88px;
	height: 88px;
	margin: 20px 50px;

	-webkit-appearance: none;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

	-webkit-border-radius: 160px;
	   -moz-border-radius: 160px;
	        border-radius: 160px;
}
.formA .buttonCA:hover{
	color: #ffffff;
	background: #f59308;
}


.formA .lnkBckF{
	float: left;
	display: block;
	margin: 10px 20px;
}
.formA .lnkBAT{
	float: none !important;
	display: inline-block !important;
	color: #ffffff !important;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	text-decoration: none !important;
	background: #f59308;
	width: 400px;
	margin: 10px 20px !important;
	padding: 16px 0;
}




.formA p{
	clear: both !important;
	overflow: hidden;
	position: relative;
	text-align: center !important;
	margin: 18px 0 !important;
}

.formA p.txtAll{
	text-align: left !important;
	margin: -10px 0 30px 0 !important;
}


.formA .req{
	background: rgba(232, 76, 61, 0.10);
}


.formA .icoOk,
.formA .icoAt,
.formA .icoQt{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #3aa939;
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;

	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
}
.formA .icoAt{
	background: #e84c3d;
}
.formA .icoQt{
	background: #ffd204;
}

.formA .icoOk img{
	display: block;
	margin: 12px auto 0 auto;
}


.formA .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	background: #e84c3d;
	width: 70px;
	height: 41px;
	margin: 2px 0 0 -72px;
	*margin: -6px 0 0 15px;
}




.formA .cntEr{
	float: left;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #e71844;
	width: 70%;
	padding: 8px 20px 10px 20px;
}


.formA .prf{
	display: inline-block;
	vertical-align: middle;
	color: #969696;
	font-size: 26px;
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	line-height: 28px;
	margin-right: 5px;
}

.formA .txtC{
	float: left;
	display: block;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	width: 80%;
	margin-bottom: 4px;
}

.formA .txtD{
	display: block;
	color: #666666;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	width: 80%;
	margin:0 auto 20px auto;
}
.formA .txtEr{
	float: left;
	display: block;
	color: #ffffff;
	font-size: 12px;
	background: #e84c3d;
	width: 46%;
	padding: 0 1%;
}

.formA .titSc{
	float: left;
	display: block;
	color: #003160;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: left;
	width: 90%;
	margin-bottom: 10px;
	padding: 5px 0 2px 0;
}

.formA .small2{
	display: block;
	width: 70%;
	color: #f59308;
	font-size: 16px;
	line-height: 18px !important;
	margin: 26px auto 5px auto;
}

.formA .cntLd{
	display: block;
	overflow: hidden;
	position: relative;
}



.formA #paso1,
.formA #paso2,
.formA #paso3,
.formA #paso4{
	margin: 20px auto;
}
.formA #paso1{
	margin: 0 auto 20px auto;
}



.filedrag{
	float: left;
	display: block;
	color:#92a1a9;
	font-size: 14px;
	line-height: 30px;
	background: #f4f5f6;
	border: 2px dotted #d7dcdf;
	width: 408px;
	margin-top: 5px;
	padding: 15px 20px;
}
.filedrag img{
	float: left;
	margin-right: 20px;
}

.filedrag a.draglinkupd{
	color:#92a1a9;
	text-decoration: none;
	background: #fff;
	padding: 10px 12px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.filedrag a:hover.draglinkupd{
	color: #666;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}

progress {
	color: #08AE98;
	/*background: #F4F5F6;*/
	border: 0;
	display: block;
	float: left;
	clear: both;
	width: 455px;
	height: 6px;
	margin: 3px 0;
}
progress::-moz-progress-bar { 
	background: #08AE98;
}




a.lnkBxP:link,a.lnkBxP:visited {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: -0.4px;
	text-align: center;
	text-decoration: none;
	background: #cbd1d6;
	width: 80px;
	margin-left: 10px;
	padding: 15px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
a.lnkBxP:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}




/* DOCUMENTOS ADJUNTOS */
ul.doc2{
	float: left;
	clear: both;
	position: relative;
	width: 455px !important;
	padding: 0 !important;
	margin: 3px 0 !important;
}
ul.doc2 li{
	display: block;
	position: relative;
	overflow: hidden;
	color: #0063b0;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px solid #d4d9dd;
	background: none !important;
	width: 96% !important;
	margin: 0 !important;
	padding: 2px 2% !important;
}
ul.doc2 li:hover{
	cursor: move;
	background: #f9fafa url(../lib/lnk_over_adj.png) no-repeat left center;
}
.fHvL li:hover{
	cursor: default !important;
	background: none !important;
}
ul.doc2 li:last-child{
border-bottom: 0;
}
ul.doc2 li a{
float: left;
	display: block;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
ul.doc2 li a:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}

ul.doc2 li img{
float: left;
margin: 6px 10px 5px 0;
}


ul.doc2 li a.del2{
	right: 0;
	position: absolute;
display: none;
color: #fff;
font-size: 11px;
text-align: center;
line-height: 24px;
background: #e84c3d;
width: 56px;
height: 25px;
margin: 0 !important;
}
ul.doc2 li:hover a.del2{
display: block;
}
/*
ul.doc2 li .edNm:hover a.del2{
display: none;
}
*/
ul.doc2 li a.edN{
float: left;
display: block;
color: #fff;
font-size: 11px;
background: #08ae98;
margin-top: 3px;
padding: 3px 6px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
ul.doc2 li .txtDsc{
line-height: 36px;
}


ul.doc2 li .inFil{
float: left;
display: block;
width: auto;
margin-top: 10px;
}

ul.doc2 li .imgCnt{
float: left;
display: block;
vertical-align: middle;
overflow: hidden;
position: relative;
width: 90px;
height: 70px;
margin: 6px 10px 5px 0;
}

ul.doc2 li .imgCnt img{
margin: 0;
}


ul.doc2 li .imgCnt .icCrop{
right: 0;
display: block;
position: absolute;
background: rgba(39, 67, 85, 0.80) url(../lib/ico_crop.png) no-repeat center;
width: 30px;
height: 28px;
}

ul.doc2 li .imgCnt .icBln{
right: 0;
display: block;
position: absolute;
background: rgba(255, 145, 8, 0.80) url(../lib/ico_crop.png) no-repeat center;
width: 30px;
height: 28px;

animation-name: icBln_anim;
animation-duration: 0.90s;
animation-iteration-count: infinite;

-moz-animation-name: icBln_anim;
-moz-animation-duration: 0.90s;
-moz-animation-iteration-count: infinite;

-webkit-animation-name: icBln_anim;
-webkit-animation-duration: 0.90s;
-webkit-animation-iteration-count: infinite;

-o-animation-name: icBln_anim;
-o-animation-duration: 0.90s;
-o-animation-iteration-count: infinite;

-ms-animation-name: icBln_anim;
-ms-animation-duration: 0.90s;
-ms-animation-iteration-count: infinite;

-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}

@-webkit-keyframes icBln_anim {
	  0% { opacity: 0.00;}
    50% { opacity: 1.00;}
   100% { opacity: 0.00;}
}

@-moz-keyframes icBln_anim {
	  0% { opacity: 0.00;}
    50% { opacity: 1.00;}
   100% { opacity: 0.00;}
}

@-ms-keyframes icBln_anim {
	  0% { opacity: 0.00;}
    50% { opacity: 1.00;}
   100% { opacity: 0.00;}
}

@-o-keyframes icBln_anim {
	  0% { opacity: 0.00;}
    50% { opacity: 1.00;}
   100% { opacity: 0.00;}
}

@keyframes icBln_anim {
	  0% { opacity: 0.00;}
    50% { opacity: 1.00;}
   100% { opacity: 0.00;}
}


ul.doc2 .inpD{
display: block;
float: left;
color: #333333;
font-size: 12px;
font-family: "Arial", Tahoma, Verdana;
border: 1px solid #dadada;
width: 260px;
height: 13px;
padding: 6px 8px;
}



	
.tooltip_elemento {
    position: relative;
}
.tooltip{
    display: none;
    position: absolute;
    width: 200px;    
    padding: 10px;
    margin: 0 0 12px 0;    
    z-index: 100;
    left: 0;
    bottom: 100%;
    background: #FDD017;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    border-radius: 5px;
}

.tooltip:after {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: 100;
    border: 0 solid #FDD017;
    border-bottom: 14px solid transparent;
    border-left-width: 10px;
    width: 50%;
    left: 50%;
}

.tooltip:before {
    content: "";
    position: absolute;
    border: 0 solid #FDD017;
    bottom: -14px;
    z-index: 100;
    border-right-width: 10px;
    border-bottom: 14px solid transparent;
    width: 50%;
    right: 50%;
}


/* ---------------------------- FORMULARIOS ---------------------------- */





/* ---------------------------- RESPONSIVE MENU ---------------------------- */

#pageslide {
	overflow-y: scroll;
	position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 999999;
    color: #ffffff;
	background-color: #00346f;
    width: 100%;
    height: 100%;
}



.open {
	display: none;
	position: absolute;
	top: 6px !important;
	right: 0 !important;
	text-indent: -999999px;
	background: url(../lib/nav.png) no-repeat center;
	width: 55px;
	height: 50px;
}



@media screen and (min-width:200px) and (max-width:920px) {
	#nav2{
		display: none;
    	width: 100%;
		margin: 15px 0 50px 0;
	}
	.open{
		display: block;
	}
	#pageslide #nav2 li{
		clear: both;
		overflow: hidden;
		font-family: 'Oswald', Arial,Tahoma;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
		width: 90%;
		margin: 0 5%;
	}
	#pageslide #nav2 ul li:first-child{
		border-bottom: 0;
	}
	#pageslide #nav2 li a{
		display: block;
		color: #ffffff !important;
		text-align: left;
		text-decoration: none;
		padding: 15px 10px;
	}
	#pageslide #nav2 li a:hover {
	}

	#pageslide #nav2 .close{
		float: right;
		display: block;
	}
	#pageslide #nav2 .close a{
		float: right;
		display: block;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: #ffffff url(../lib/ico_cls_b.png) no-repeat center;
		width: 50px;
		height: 50px;
		padding: 0;
		-webkit-border-radius: 160px;
		   -moz-border-radius: 160px;
		    -ms-border-radius: 160px;
		        border-radius: 160px;
	}

	#pageslide #nav2 .close a:hover{
		background: url(../lib/ico_cls.png) no-repeat center;
		
	}


	#pageslide #nav2 ul li ul{
		width: 90%;
	}
	#pageslide #nav2 li ul li{
		text-transform: none;
		width: 90%;
		margin: 0 5%;
	}
	#pageslide #nav2 li ul li:last-child{
		border-bottom: 0;
	}
	#pageslide #nav2 li ul li a{
		display: block;
		color: #ffffff;
		text-align: left;
		text-decoration: none;
		padding: 20px 10px;
	}

}



/* ---------------------------- RESPONSIVE MENU ---------------------------- */





/* ---------------------------- MEDIA QUERIES ---------------------------- */


@media screen and (min-width:1351px) and (max-width:1440px){

	.wrapper{
		min-width: 320px;
	}


	.parallax-container{
	    height: 700px;
	}


	nav ul li ul{
		left: -80%;
		width: 140%;
		padding: 40px 60% 0 90%;
	}


	
}


@media screen and (min-width:1200px) and (max-width:1350px){

	.wrapper{
		min-width: 320px;
	}


	.parallax-container{
	    height: 700px;
	}




	
}


/* ---------------------------- TABLET H ---------------------------- */

@media screen and (min-width:921px) and (max-width:1190px){

	.wrapper{
	min-width: 320px;
	}





	.contentMod div{
		width: 60%;
	}



	header .cntHeader{
		width: 100%;
	}
	nav{
	}
	nav ul li a{
		padding: 25px 5px 5px 5px;
	}





	.bannerIn .bxUser{
		top: 0;
		right: 0;
		overflow: hidden;
		position: relative;
		font-size: 16px;
		width: 54%;
		margin: -320px 2% 0 auto;
	}

	.bannerIn .bxUser a.edit,
	.bannerIn .bxUser a.add,
	.bannerIn .bxUser a.cls{
		line-height: 14px;
		height: 114px;
	}






	.parallax-container{
	    height: 700px;
	}


	.sec2 .bxCnt2{
    	font-size: 40px;
		line-height: 44px;
	    width: 94%;
		margin: 60px auto 0 auto;
	}

.sec2 .bxCnt2 div:nth-child(1){
	margin-top: 22%;
}



	ul.litP{
		width: 780px;
		margin: -280px auto 20px auto;
	}
	ul.litP li{
	    -webkit-transform: scale(0.80 , 0.80);
	       -moz-transform: scale(0.80 , 0.80);
	        -ms-transform: scale(0.80 , 0.80);
	         -o-transform: scale(0.80 , 0.80);
	            transform: scale(0.80 , 0.80);
	}

	ul.litP li:nth-child(1){
		top: 70px;
		left: 160px;
	}
	ul.litP li:nth-child(2){
		top: 90px;
		left: 350px;
	}
	ul.litP li:nth-child(3){
		top: 70px;
		left: 530px;
	}
	ul.litP li:nth-child(4){
		top: 250px;
		left: 65px;
	}
	ul.litP li:nth-child(5){
		left: 250px;
	}
	ul.litP li:nth-child(6){
		left: 436px;
	}
	ul.litP li:nth-child(7){
		right: -30px;
	}



	.sec3 .bxCnt3{
		font-size: 40px;
		line-height: 44px;
	    width: 94%;
	}




	.content .cntContent{
		width: 90%;
		padding: 20px 0 40px 0;
	}

	.info .cntInfo{
		width: 90%;
		padding: 25px 0;
	}


	
	footer{
		height: 105px;
	}
	footer .cntFooter{
		width: 100%;
		padding: 20px 0;
	}



	footer .cntFooter p:nth-child(1){
		font-size: 10px;
		width: 320px;
		margin: 10px 20px 0 20px;
		padding: 20px 0;
	}
	footer .cntFooter p:nth-child(2){
		width: 255px;
		margin: 10px 10px 0 10px;
		padding: 20px 0;
	}
	footer .cntFooter p:nth-child(3){
		width: 360px;
		margin: 10px 0 0 15px;
		padding: 20px 0;
	}



	.logos .cntLogos{
		width: 94%;
		padding: 20px 0;
	}



	.formA fieldset{
		width: 100%;
		margin: 20px auto 50px auto;
		padding: 10px 0;
	}





	ul.liSCCrd li{
		height: auto;
	}
	ul.liSCCrd li a{
		height: auto;
	}




}


/* ---------------------------- TABLET V ---------------------------- */

@media screen and (min-width:581px) and (max-width:920px){


	.wrapper{
	min-width: 200px;
	}







	.contentMod div{
		width: 60%;
	}





	header{
		height: 70px;
	}
	header .cntHeader{
		width: 94%;
		height: 70px;
	}
	nav{
		height: auto;
	}




	.banner .bxA,
	.banner .bxB,
	.banner .bxC,
	.banner .bxD{
		width: 50%;
		height: 300px;
		-webkit-background-size: auto 100%;
	       -moz-background-size: auto 100%;
	            background-size: auto 100%;
	}


	.banner .bxA a,
	.banner .bxB a,
	.banner .bxC a,
	.banner .bxD a{
		font-size: 18px;
		line-height: 49px;
		width: 100%;
		height: 300px;
	}

	

	.banner .bxA p,
	.banner .bxC p{
		font-size: 22px;
		line-height: 26px;
		width: 50%;
	}
	.banner .bxB p,
	.banner .bxD p{
		font-size: 22px;
		line-height: 26px;
		width: 50%;
	}




	.content .cntContent{
		width: 90%;
		padding: 50px 0 80px 0;
	}
	.content .cntContent h1{
		line-height: 42px;
	}




	.bannerIn{
	}
	.bannerIn img{
	}
	.bannerIn .bxUser{
		top: 0;
		right: 0;
		overflow: hidden;
		position: relative;
		font-size: 16px;
		width: 54%;
		margin: -220px 2% 0 auto;
	}

	.bannerIn .bxUser a.edit,
	.bannerIn .bxUser a.add,
	.bannerIn .bxUser a.cls{
		line-height: 14px;
		height: 110px;
	}





	.parallax-container{
	    height: 500px;
	}

	.parallax img{
	    display: none;
	    position: absolute;
	    left: 50%;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    min-width: 100%;
	    min-height: 100%;
	    transform: translate3d(0, 0, 0);
	    transform: translateX(0);
	}
	

	.sec2 .bxCnt2{
    	font-size: 40px;
		line-height: 44px;
	    width: 52%;
		margin: 60px auto 0 5%;
	}




	

	ul.litP{
		width: 96%;
		margin: -280px auto 20px auto;
	}

	ul.litP li{
	    -webkit-transform: scale(0.75 , 0.75);
	       -moz-transform: scale(0.75 , 0.75);
	        -ms-transform: scale(0.75 , 0.75);
	         -o-transform: scale(0.75 , 0.75);
	            transform: scale(0.75 , 0.75);
	}
	ul.litP li:nth-child(1){
		top: 0;
		left: 240px;
	}
	ul.litP li:nth-child(2){
		top: 30px;
		left: 390px;
	}
	ul.litP li:nth-child(3){
		left: 534px;
	}
	ul.litP li:nth-child(4){
		top: 230px;
		left: 140px;
	}
	ul.litP li:nth-child(5){
		top: 270px;
		left: 284px;
	}
	ul.litP li:nth-child(6){
		top: 170px;
		left: 410px;
	}
	ul.litP li:nth-child(7){
		top: 270px;
		right: -350px;
	}









	.sec3 {
		height: 760px;
	}


	.sec3 .bxCnt3{
		font-size: 40px;
		line-height: 44px;
	    width: 90%;
		margin: 20px auto 0 auto;
	}
	.sec3 .bxCnt3 a{
		width: 100%;
	}



	.sec3 ul.liCrd{
		margin: 0 !important;
		width: 100%;
	}
	.sec3 ul.liCrd li{
		font-size: 16px;
		line-height: 16px;
		width: 31% !important;
		height: auto;
		margin: 0 3% 30px 0 !important;
	}
	.sec3 ul.liCrd li:nth-child(3),
	.sec3 ul.liCrd li:nth-child(6),
	.sec3 ul.liCrd li:nth-child(9),
	.sec3 ul.liCrd li:nth-child(12){
		margin: 0 0 30px 0 !important;
	}
	.sec3 ul.liCrd li:nth-child(4),
	.sec3 ul.liCrd li:nth-child(8),
	.sec3 ul.liCrd li:nth-child(16){
		margin: 0 3% 30px 0 !important;
	}

	.sec3 ul.liCrd li img{
		margin-bottom: 0;
	}





	ul.tabs li{
		font-size: 20px;
		padding: 20px 30px !important;
	}

	.tab-content{
		width: 96%;
		margin: -2px 0 0 0;
	}





	.bnInEnA{
	    margin: -40px auto -50px auto;
	}



	.info{
		height: 260px;
		-webkit-background-size: 150% auto;
		   -moz-background-size: 150% auto;
		        background-size: 150% auto;
	}
	.info .cntInfo{
		width: 90%;
		padding: 25px 0;
	}
	.info .cntInfo p{
		float: right;
		position: relative;
		font-size: 16px;
		line-height: 20px;
		width: 60%;
		margin: 10px auto;
	}
	.info .cntInfo b{
		font-size: 20px;
		line-height: 20px;
		margin: 10px auto;
	}

	a.btnC:link,a.btnC:visited{
	    margin: 20px 0 !important;
	    padding: 10px 15px;
		-webkit-border-radius: 20px;
		   -moz-border-radius: 20px;
		        border-radius: 20px;
	}





	
	footer{
		height: 105px;
	}
	footer .cntFooter{
		width: 100%;
		padding: 20px 0;
	}




	footer .cntFooter p:nth-child(1){
		line-height: 20px;
		width: 31%;
		margin: 0 2% 0 2%;
		padding: 10px 0;
	}
	footer .cntFooter p:nth-child(1) a{
		display: block;
		clear: both !important;
		overflow: hidden;
	}

	footer .cntFooter p:nth-child(2){
		line-height: 20px;
		width: 27%;
		margin: 0 1.5% 0 1.5%;
		padding: 10px 0;
	}
	footer .cntFooter p:nth-child(3){
		line-height: 20px;
		width: 28%;
		margin: 0 0 0 2%;
		padding: 1px 0;
	}



	

	.logos .cntLogos{
		width: 94%;
		padding: 20px 0;
	}



	.contSol{
		width: 96%;
		margin: 0 auto 0 -48%;
	}
	.contSol img{
		display: none;
	}
	.contSol p{
		width: 66%;
	}
	.contSol a{
		padding: 0 40px;
	}





	.contentInfD .cntInfD{
		width: 90%;
		margin: 0 auto;
		padding: 0 5% 20px 5%;
	}

	.contentInfD p{
		width: 40%;
	}



	.bxImg{
		width: 30%;
		margin: 0 5% 0 0;
	}
	.bxImg img{
		width: 100%;
	}


	.contIn{
		width: 60%;
		margin-top: -20px;
	}
	.contIn .formA{
		float: left;
		overflow: hidden;
		width: 96%;
		margin-left: 0;
	}
	.contIn .formA .selB,
	.contIn .formA .inpB{
		width: 90%;
	}


/*

	ul.liCrd{
		margin: 0 !important;
	}
	ul.liCrd li{
		font-size: 16px;
		line-height: 16px;
		height: 140px;
		margin: 0 3% 4px 0 !important;
	}
	ul.liCrd li:nth-child(4),
	ul.liCrd li:nth-child(8),
	ul.liCrd li:nth-child(12),
	ul.liCrd li:nth-child(16){
		margin: 0 0 4px 0 !important;
	}

	ul.liCrd li img{
		margin-bottom: 0;
	}

*/



	.colUs .formA .inpB{
		width: 86%;
	}



	.formA fieldset{
		width: 100%;
		margin: 20px auto 50px auto;
		padding: 10px 0;
	}


	.formA label{
		width: 100%;
	}
	.formA .labCh{
		width: 100%;
	}

	.formA textarea{
		width: 90%;
	}



	.formA .cntEr{
		line-height: 14px;
		width: 80%;
		padding: 8px 5% 10px 5%;
	}


	.formA .txtEr{
		width: 65%;
		padding: 0 2%;
	}

	.formA .titSc{
		width: 94%;
	}




	ul.liSCCrd{
	}
	ul.liSCCrd li{
		width: 47% !important;
		height: auto;
		margin: 10px 5% 30px 0 !important;
		padding: 0 !important;
	}
	ul.liSCCrd li:nth-child(2),
	ul.liSCCrd li:nth-child(4),
	ul.liSCCrd li:nth-child(6),
	ul.liSCCrd li:nth-child(8){
		margin: 10px 0 !important;
	}
	ul.liSCCrd li:nth-child(3){
		margin: 10px 5% 10px 0 !important;
	}

/*
	ul.liSCCrd li:nth-child(3),
	ul.liSCCrd li:nth-child(6),
	ul.liSCCrd li:nth-child(9),
	ul.liSCCrd li:nth-child(12){
		margin: 15px 0 !important;
	}
*/

		


	ul.liSCCrd li a{
		width: 100%;
		height: auto;
	}

	ul.liSCCrd li img{
		clear: both;
		width: 90%;
		margin: 0 5%;
	}


	ul.liSCCrd li a.lnkTp{
		pointer-events: visible;
	}
	ul.liSCCrd li:hover .bxOpt{
		display: none;
	}







}


/* ---------------------------- MOBILE H ---------------------------- */


@media screen and (min-width:511px) and (max-width:580px){


	.wrapper{
		min-width: 200px;
	}



	body{
		font-size: 18px;
		line-height: 22px;
	}



	a.lnkCls:link,a.lnkCls:visited{
		top: 2%;
		right: 2%;
		z-index: 1000;
	}


	.contentMod div{
		top: 0;
		left: 0;
		width: 88%;
		padding: 50px 6%;
		-webkit-transform: translate(0, 0);
	            transform: translate(0, 0);
	}

	.contentMod div .form-label .button{
		padding: 0 30px;
	}





	h1{
		font-size: 38px;
		line-height: 36px;
	}


	header{
		height: 60px;
	}
	header .cntHeader{
		width: 94%;
		height: 60px;
	}
	nav{
		width: 40px;
		height: auto;
	}



	a.logo:link,a.logo:visited{
		font-size: 13px;
		line-height: 17px;
		width: 50px;
		height: 50px;
		margin: 5px 0 0 0;
		padding: 0 125px 0 0;
		-webkit-background-size: 50%;
	       -moz-background-size: 50%;
	            background-size: 50%;
	}
	a.logo span{
		width: 60px;
		padding: 6px 13px 0 0;
	}

	.banner .bxA,
	.banner .bxB,
	.banner .bxC,
	.banner .bxD{
		width: 100%;
		height: 250px;
		-webkit-background-size: auto 100%;
	       -moz-background-size: auto 100%;
	            background-size: auto 100%;
	}


	.banner .bxA a,
	.banner .bxB a,
	.banner .bxC a,
	.banner .bxD a{
		font-size: 18px;
		line-height: 49px;
		width: 100%;
		height: 250px;
	}

	

	.banner .bxA p,
	.banner .bxC p{
		font-size: 22px;
		line-height: 26px;
		width: 50%;
	}
	.banner .bxB p,
	.banner .bxD p{
		font-size: 22px;
		line-height: 26px;
		width: 50%;
	}


	


	.parallax-container{
	    height: 700px;
	}

	.hM3{
	    height: 500px !important;
	}
	.hM3 a.btnLnkA{
		display: none !important;
	}

	.hM3 .parallax img{
		top: -50% !important;
	    left: 50% !important;
	}

	.hM2{
	    height: 400px !important;
	}
	.hM2 img{
		top: -10% !important;
	    left: 30% !important;
	    width: 140% !important;
	}

	.hM2 .bxCnt2 div{
		width: 240px;
		margin-top: 210px;
	}


	.parallax img{
		top: -20%;
	    left: 30%;
	    width: 420%;
	}
	.parallax-container .btnLnkA img{
		top: 4px !important;
	    left: -10px !important;
	    position: relative;
	    width: auto !important;
	}

	.sec2 .bxCnt2{
	    font-size: 30px;
		line-height: 30px;
	    width: 80%;
		margin: 100px auto 0 auto;
	    padding: 0 5% 10px 2%;
	}
	.sec2 .bxCnt2 h3{
		margin: -30px auto 10px auto;
	}
	.sec2 .bxCnt2 p{
		margin: 30px auto;
	}
	.sec2 .bxCnt2 .btnLnkA{
		margin-top: 20px;
	}

	ul.litP{
		position: relative;
		width: 100%;
		margin: 6px auto 0 auto;
	}
	ul.litP li{
		float: left;
		position: relative;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		width: 46%;
		margin: 10px 2% 6px 2%;
	}

	ul.litP li:nth-child(1),
	ul.litP li:nth-child(2),
	ul.litP li:nth-child(3),
	ul.litP li:nth-child(4),
	ul.litP li:nth-child(5),
	ul.litP li:nth-child(6),
	ul.litP li:nth-child(7){
		top: 0;
		left: 0;
	}

	ul.litP li img{
		width: 100%;
		margin-bottom: -10px;
	}

	


	.sec3{
	    height: 795px !important;
	}
	.sec3 .bxCnt3{
	    font-size: 34px;
		line-height: 38px;
	    width: 80%;
		margin: 20px auto 0 auto;
	    padding: 0 5% 10px 2%;
	}



	.sec2 .bxCnt2 p,
	.sec3 .bxCnt3 p{
		margin: 10px auto;
	}
	.sec2 .bxCnt2 h3,
	.sec3 .bxCnt3 h3{
		font-size: 18px;
		line-height: 30px;
	}







	.bnInEnA{
	    margin: 0 auto -50px auto;
	}



	.content{
		margin: 0;
	}



	.content .cntContent{
		width: 90%;
		padding: 20px 0 40px 0;
	}




	.bannerIn{
		min-height: 90px;
	}
	.bannerIn img{
	}
	

	.bannerIn .bxUser{
		top: 0;
		right: 0;
		z-index: 10;
		overflow: hidden;
		position: relative;
		width: 90%;
		margin: -55px auto 20px auto;
	}

	.bannerIn .bxUser p{
		margin: 15px 20px 10px 20px;
	}

	.bannerIn .bxUser .namTj{
		margin: 20px;
	}

	.bannerIn .bxUser a.edit,
	.bannerIn .bxUser a.add,
	.bannerIn .bxUser a.cls{
		line-height: 14px;
		height: 100px;
	}



.bannerIn .bxUser a.edit ico,
.bannerIn .bxUser a.add ico,
.bannerIn .bxUser a.cls ico{
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px auto 6px auto;
	-webkit-border-radius: 160px;
	   -moz-border-radius: 160px;
	        border-radius: 160px;
}





	.info{
		height: 260px;
		-webkit-background-size: 150% auto;
		   -moz-background-size: 150% auto;
		        background-size: 150% auto;
	}
	.info .cntInfo{
		width: 90%;
		padding: 25px 0;
	}
	.info .cntInfo p{
		float: right;
		position: relative;
		font-size: 16px;
		line-height: 20px;
		width: 60%;
		margin: 10px auto;
	}
	.info .cntInfo b{
		font-size: 20px;
		line-height: 20px;
		margin: 10px auto;
	}

	a.btnC:link,a.btnC:visited{
	    margin: 20px 0 !important;
	    padding: 10px 15px;
		-webkit-border-radius: 20px;
		   -moz-border-radius: 20px;
		        border-radius: 20px;
	}



	

	
	footer{
		height: 230px;
	}
	footer .cntFooter{
		width: 100%;
		height: 230px;
		padding: 20px 0 0 0;
	}



	footer .cntFooter p:nth-child(1){
		position: absolute;
		bottom: 0;
		border: 0;
		line-height: 18px;
		width: 80%;
		margin: 0 0 50px 10%;
		padding: 5px 0 0 0;
	}
	footer .cntFooter p:nth-child(2){
		border: 0;
		width: 80%;
		margin: 0 0 0 10%;
		padding: 15px 0;
	}
	footer .cntFooter p:nth-child(3){
		line-height: 18px;
		width: 80%;
		margin: 0 0 0 10%;
		padding: 15px 0;
	}



	.logos{
		height: 140px;
	}
	.logos .cntLogos{
		width: 94%;
		padding: 20px 0;
	}



	.contSol{
		left: 0;
		width: 100%;
		height: 75px;
		margin: 0;
	}
	.contSol p{
		display: none;
	}
	.contSol img{
		float: left;
		display: block;
		margin: -21px 0 0 18px;
	}
	.contSol a{
		line-height: 16px;
		text-align: center;
		width: 50%;
		margin: 16px 0 0 5%;
		padding: 14px 10px;
	}






	.contentInfD .cntInfD{
		width: 90%;
		margin: 0 auto;
		padding: 0 5% 20px 5%;
	}

	.contentInfD p{
		width: 100%;
		margin: 15px auto 0 0;
	}






	.bxImg{
		width: 80%;
		margin: 0 10% 20px 10%;
	}
	.bxImg img{
		width: 100%;
	}


	.contIn{
		width: 100%;
		margin-top: -20px;
	}
	.contIn .formA fieldset{
		width: 100%;
	}

	.contIn .formA .selB,
	.contIn .formA .inpB{
		width: 94%;
	}




	a.btnA:link,a.btnA:visited,
	a.btnB:link,a.btnB:visited{
		font-size: 18px;
		line-height: 22px;
		width: 90%;
	    margin: 10px auto !important;
	    padding: 22px 5%;
	}






	ul.tabs{
		overflow: hidden;
		width: 96%;
		margin: 20px 0 0 0 !important;
	}
	ul.tabs li{
		color: #ffffff !important;
		font-size: 18px;
		text-align: center !important;
		background: #f59308 !important;
		border: 0px solid #ffffff;
		border-top: 0px solid #ffffff;
		width: 100%;
		margin: 0 !important;
		padding: 15px 0 !important;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;
	}

	ul.tabs li.current{
		color: #ffffff !important;
		background: #00346f !important;
		border: 0px solid #ffffff;
		border-top: 0px solid #ffffff;
		border-bottom: 0px solid #ffffff;
	}



	.bbAccordion .accordion-head h3{
		font-size: 16px;
		line-height: 17px;
		background: url(../lib/ico_mor_b.png) no-repeat 8px center;
		width: 66% !important;
		height: auto;
		min-height: 50px;
		padding: 7px 5% 7px 26% !important;
	}
	.bbAccordion.active .accordion-head h3{
		background: url(../lib/ico_min_b.png) no-repeat 8px center;
	}
	.bbAccordion .accordion-content{
		font-size: 18px;
		padding: 10px;
	}







	.colUs,
	.colUsB{
		border: 0;
	    width: 84%;
	    min-height: 275px;
	    margin: 15px 0;
	    padding: 20px 7% 10px 7%;
	}

	.colUsB .lnkBtn{
		width: 78%;
		padding: 0 10%;
	}


	.colUs .formA .inpB{
		width: 86%;
	}
	.colUs .formA .button{
		width: 78%;
		padding: 0 10%;
	}



	.colDtUsB{
		border: 0;
	    width: 96%;
	    min-height: 20px !important;
	    margin: 0 !important;
	    padding: 0 1% !important;
	}


	.bxTxtD{
		border: 0;
	    width: 96%;
	    min-height: 80px !important;
	    margin: 0;
	    padding: 0 1%;
	}






	ul.liCrd li{
		width: 44% !important;
		margin: 10px 10% 15px 0 !important;
		padding: 0 !important;
	}
	ul.liCrd li:nth-child(3),
	ul.liCrd li:nth-child(6),
	ul.liCrd li:nth-child(9),
	ul.liCrd li:nth-child(12){
		margin: 10px 10% 15px 0 !important;
	}
	ul.liCrd li:nth-child(2),
	ul.liCrd li:nth-child(4),
	ul.liCrd li:nth-child(6),
	ul.liCrd li:nth-child(8){
		margin: 10px 0 !important;
	}
	ul.liCrd li a{
		font-size: 16px;
		line-height: 22px;
	}
	ul.liCrd li a:after{
		display: none;
	}



	ul.dspOpt{
		width: 84%;
		margin: 13px 20px 20px 20px !important;
	}
	ul.dspOpt li ul{
		right: -30px;
		width: 70% !important;
	}



	ul.liDp li{
		border-top: 13px solid #17a086;
		border-bottom: 0 solid #17a086;
		width: 90% !important;
		min-height: 145px;
		margin: 0 !important;
		padding: 20px 5% 80px 5% !important;
	}
	ul.liDp li:nth-child(3),
	ul.liDp li:nth-child(6),
	ul.liDp li:nth-child(9){
		margin: 0 !important;
	}
	ul.liDp li a{
		width: 86%;
	}

	ul.liDp li:nth-child(2){
		border-top: 13px solid #f1c50e;
		border-bottom: 0 solid #f1c50e;
	}






	.form-label{
		width: 100%;
	}

	.form-label .inpB{
		width: 90%;
	}
	.form-label .inpM{
		width: 90%;
	}
	.form-label .inpS{
		width: 90%;
	}
	.form-label .inpXS{
		width: 90%;
	}

	.form-label .cntEr{
		width: 76%;
	}







	.formA fieldset{
		width: 100%;
		margin: 0 auto 50px auto;
		padding: 0;
	}


	.formA label{
		width: 100%;
		margin: 0;
	}

	.formA .labCh{
		width: 90%;
	}

	.formA .inpB,
	.formA .inpM,
	.formA .inpS,
	.formA .inpXS{
		width: 76%;
	}


	.formA .selB,
	.formA .selM,
	.formA .selS,
	.formA .selXS{
		width: 82%;
	}



	.formA textarea{
		width: 90%;
	}



	.formA .buttonCA{
		margin: 20px 5px;
	}

	.formA .cntEr{
		line-height: 14px;
		width: 80%;
		padding: 8px 5% 10px 5%;
	}


	.formA .txtEr{
		width: 80%;
		padding: 0 2%;
	}

	.formA .titSc{
		width: 94%;
	}

	.formA .small2{
		width: 90%;
	}




	.filedrag{
		width: 84%;
		padding: 15px 5%;
	}
	.filedrag img{
		float: none;
		clear: both;
		display: block;
		margin: 0 auto 10px auto;
	}

	progress{
		width: 96%;
	}

/* DOCUMENTOS ADJUNTOS */

	ul.doc2{
		width: 100% !important;
	}
	ul.doc2 li{
		width: 96% !important;
		padding: 2px 2% !important;
	}

	ul.doc2 .inpD{
	width: 80%;
	padding: 6px 8px;
	}



	.dNM{
		display: none !important;
	}

	.dM{
		display: block !important;
	}


	ul.liMdIn{
		float: none;
		margin: -20px auto 0 auto !important;
	}

	ul.liMdIn li{
		margin: 0 10px !important;
	}

	ul.liMdIn li a{
	    width: 58px;
	    height: 58px;
	    -webkit-transform: scale(0.90 , 0.90);
	       -moz-transform: scale(0.90 , 0.90);
	        -ms-transform: scale(0.90 , 0.90);
	         -o-transform: scale(0.90 , 0.90);
	            transform: scale(0.90 , 0.90);
	}



	ul.liSCCrd{
	}
	ul.liSCCrd li{
		width: 47% !important;
		height: auto;
		margin: 10px 5% 20px 0 !important;
		padding: 0 !important;
	}
	ul.liSCCrd li:nth-child(2),
	ul.liSCCrd li:nth-child(4),
	ul.liSCCrd li:nth-child(6),
	ul.liSCCrd li:nth-child(8){
		margin: 10px 0 !important;
	}
	ul.liSCCrd li:nth-child(3){
		margin: 10px 5% 10px 0 !important;
	}

/*
	ul.liSCCrd li:nth-child(3),
	ul.liSCCrd li:nth-child(6),
	ul.liSCCrd li:nth-child(9),
	ul.liSCCrd li:nth-child(12){
		margin: 15px 0 !important;
	}
*/

		


	ul.liSCCrd li a{
		width: 100%;
		height: auto;
	}

	ul.liSCCrd li img{
		width: 100%;
	}


	ul.liSCCrd li a.lnkTp{
		pointer-events: visible;
	}
	ul.liSCCrd li:hover .bxOpt{
		display: none;
	}





}

/* ---------------------------- MOBILE H ---------------------------- */


@media screen and (min-width:321px) and (max-width:510px){



	.wrapper{
		min-width: 200px;
	}



	body{
		font-size: 18px;
		line-height: 22px;
	}



	a.lnkCls:link,a.lnkCls:visited{
		top: 2%;
		right: 2%;
		z-index: 1000;
	}


	.contentMod div{
		top: 0;
		left: 0;
		width: 88%;
		padding: 50px 6%;
		-webkit-transform: translate(0, 0);
	            transform: translate(0, 0);
	}

	.contentMod div .form-label .button{
		padding: 0 30px;
	}





	h1{
		font-size: 38px;
		line-height: 36px;
	}


	header{
		height: 60px;
	}
	header .cntHeader{
		width: 94%;
		height: 60px;
	}
	nav{
		width: 40px;
		height: auto;
	}



	a.logo:link,a.logo:visited{
		font-size: 13px;
		line-height: 17px;
		width: 50px;
		height: 50px;
		margin: 5px 0 0 0;
		padding: 0 125px 0 0;
		-webkit-background-size: 50%;
	       -moz-background-size: 50%;
	            background-size: 50%;
	}
	a.logo span{
		width: 60px;
		padding: 6px 13px 0 0;
	}

	.banner .bxA,
	.banner .bxB,
	.banner .bxC,
	.banner .bxD{
		width: 100%;
		height: 250px;
		-webkit-background-size: auto 100%;
	       -moz-background-size: auto 100%;
	            background-size: auto 100%;
	}


	.banner .bxA a,
	.banner .bxB a,
	.banner .bxC a,
	.banner .bxD a{
		font-size: 18px;
		line-height: 49px;
		width: 100%;
		height: 250px;
	}

	

	.banner .bxA p,
	.banner .bxC p{
		font-size: 22px;
		line-height: 26px;
		width: 50%;
	}
	.banner .bxB p,
	.banner .bxD p{
		font-size: 22px;
		line-height: 26px;
		width: 50%;
	}


	


	.parallax-container{
	    height: 700px;
	}

	.hM3{
	    height: 500px !important;
	}
	.hM3 a.btnLnkA{
		display: none !important;
	}

	.hM3 .parallax img{
		top: -50% !important;
	    left: 50% !important;
	}

	.hM2{
	    height: 400px !important;
	}
	.hM2 img{
		top: -10% !important;
	    left: 30% !important;
	    width: 140% !important;
	}

	.hM2 .bxCnt2 div{
		width: 240px;
		margin-top: 210px;
	}


	.parallax img{
		top: -20%;
	    left: 30%;
	    width: 420%;
	}
	.parallax-container .btnLnkA img{
		top: 4px !important;
	    left: -10px !important;
	    position: relative;
	    width: auto !important;
	}

	.sec2 .bxCnt2{
	    font-size: 30px;
		line-height: 30px;
	    width: 80%;
		margin: 100px auto 0 auto;
	    padding: 0 5% 10px 2%;
	}
	.sec2 .bxCnt2 h3{
		margin: -30px auto 10px auto;
	}
	.sec2 .bxCnt2 p{
		margin: 30px auto;
	}
	.sec2 .bxCnt2 .btnLnkA{
		margin-top: 20px;
	}

	ul.litP{
		position: relative;
		width: 100%;
		margin: 6px auto 0 auto;
	}
	ul.litP li{
		float: left;
		position: relative;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		width: 46%;
		margin: 10px 2% 6px 2%;
	}

	ul.litP li:nth-child(1),
	ul.litP li:nth-child(2),
	ul.litP li:nth-child(3),
	ul.litP li:nth-child(4),
	ul.litP li:nth-child(5),
	ul.litP li:nth-child(6),
	ul.litP li:nth-child(7){
		top: 0;
		left: 0;
	}

	ul.litP li img{
		width: 100%;
		margin-bottom: -10px;
	}

	


	.sec3{
	    height: 795px !important;
	}
	.sec3 .bxCnt3{
	    font-size: 34px;
		line-height: 38px;
	    width: 80%;
		margin: 20px auto 0 auto;
	    padding: 0 5% 10px 2%;
	}



	.sec2 .bxCnt2 p,
	.sec3 .bxCnt3 p{
		margin: 10px auto;
	}
	.sec2 .bxCnt2 h3,
	.sec3 .bxCnt3 h3{
		font-size: 18px;
		line-height: 30px;
	}







	.bnInEnA{
	    margin: 0 auto -50px auto;
	}



	.content{
		margin: 0;
	}



	.content .cntContent{
		width: 90%;
		padding: 20px 0 40px 0;
	}




	.bannerIn{
		min-height: 90px;
	}
	.bannerIn img{
	}
	

	.bannerIn .bxUser{
		top: 0;
		right: 0;
		z-index: 10;
		overflow: hidden;
		position: relative;
		width: 90%;
		margin: -55px auto 20px auto;
	}

	.bannerIn .bxUser p{
		margin: 15px 20px 10px 20px;
	}

	.bannerIn .bxUser .namTj{
		margin: 20px;
	}

	.bannerIn .bxUser a.edit,
	.bannerIn .bxUser a.add,
	.bannerIn .bxUser a.cls{
		line-height: 14px;
		height: 100px;
	}



.bannerIn .bxUser a.edit ico,
.bannerIn .bxUser a.add ico,
.bannerIn .bxUser a.cls ico{
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px auto 6px auto;
	-webkit-border-radius: 160px;
	   -moz-border-radius: 160px;
	        border-radius: 160px;
}





	.info{
		height: 260px;
		-webkit-background-size: 150% auto;
		   -moz-background-size: 150% auto;
		        background-size: 150% auto;
	}
	.info .cntInfo{
		width: 90%;
		padding: 25px 0;
	}
	.info .cntInfo p{
		float: right;
		position: relative;
		font-size: 16px;
		line-height: 20px;
		width: 60%;
		margin: 10px auto;
	}
	.info .cntInfo b{
		font-size: 20px;
		line-height: 20px;
		margin: 10px auto;
	}

	a.btnC:link,a.btnC:visited{
	    margin: 20px 0 !important;
	    padding: 10px 15px;
		-webkit-border-radius: 20px;
		   -moz-border-radius: 20px;
		        border-radius: 20px;
	}



	

	
	footer{
		height: 230px;
	}
	footer .cntFooter{
		width: 100%;
		height: 230px;
		padding: 20px 0 0 0;
	}



	footer .cntFooter p:nth-child(1){
		position: absolute;
		bottom: 0;
		border: 0;
		line-height: 18px;
		width: 80%;
		margin: 0 0 50px 10%;
		padding: 5px 0 0 0;
	}
	footer .cntFooter p:nth-child(2){
		border: 0;
		width: 80%;
		margin: 0 0 0 10%;
		padding: 15px 0;
	}
	footer .cntFooter p:nth-child(3){
		line-height: 18px;
		width: 80%;
		margin: 0 0 0 10%;
		padding: 15px 0;
	}



	.logos{
		height: 140px;
	}
	.logos .cntLogos{
		width: 94%;
		padding: 20px 0;
	}



	.contSol{
		left: 0;
		width: 100%;
		height: 75px;
		margin: 0;
	}
	.contSol p{
		display: none;
	}
	.contSol img{
		float: left;
		display: block;
		margin: -21px 0 0 18px;
	}
	.contSol a{
		line-height: 16px;
		text-align: center;
		width: 50%;
		margin: 16px 0 0 5%;
		padding: 14px 10px;
	}






	.contentInfD .cntInfD{
		width: 90%;
		margin: 0 auto;
		padding: 0 5% 20px 5%;
	}

	.contentInfD p{
		width: 100%;
		margin: 15px auto 0 0;
	}






	.bxImg{
		width: 80%;
		margin: 0 10% 20px 10%;
	}
	.bxImg img{
		width: 100%;
	}


	.contIn{
		width: 100%;
		margin-top: -20px;
	}
	.contIn .formA fieldset{
		width: 100%;
	}

	.contIn .formA .selB,
	.contIn .formA .inpB{
		width: 94%;
	}




	a.btnA:link,a.btnA:visited,
	a.btnB:link,a.btnB:visited{
		font-size: 18px;
		line-height: 22px;
		width: 90%;
	    margin: 10px auto !important;
	    padding: 22px 5%;
	}






	ul.tabs{
		overflow: hidden;
		width: 96%;
		margin: 20px 0 0 0 !important;
	}
	ul.tabs li{
		color: #ffffff !important;
		font-size: 18px;
		text-align: center !important;
		background: #f59308 !important;
		border: 0px solid #ffffff;
		border-top: 0px solid #ffffff;
		width: 100%;
		margin: 0 !important;
		padding: 15px 0 !important;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;
	}

	ul.tabs li.current{
		color: #ffffff !important;
		background: #00346f !important;
		border: 0px solid #ffffff;
		border-top: 0px solid #ffffff;
		border-bottom: 0px solid #ffffff;
	}



	.bbAccordion .accordion-head h3{
		font-size: 16px;
		line-height: 17px;
		background: url(../lib/ico_mor_b.png) no-repeat 8px center;
		width: 66% !important;
		height: auto;
		min-height: 50px;
		padding: 7px 5% 7px 26% !important;
	}
	.bbAccordion.active .accordion-head h3{
		background: url(../lib/ico_min_b.png) no-repeat 8px center;
	}
	.bbAccordion .accordion-content{
		font-size: 18px;
		padding: 10px;
	}







	.colUs,
	.colUsB{
		border: 0;
	    width: 84%;
	    min-height: 275px;
	    margin: 15px 0;
	    padding: 20px 7% 10px 7%;
	}

	.colUsB .lnkBtn{
		width: 78%;
		padding: 0 10%;
	}


	.colUs .formA .inpB{
		width: 86%;
	}
	.colUs .formA .button{
		width: 78%;
		padding: 0 10%;
	}



	.colDtUsB{
		border: 0;
	    width: 96%;
	    min-height: 20px !important;
	    margin: 0 !important;
	    padding: 0 1% !important;
	}


	.bxTxtD{
		border: 0;
	    width: 96%;
	    min-height: 80px !important;
	    margin: 0;
	    padding: 0 1%;
	}






	ul.liCrd li{
		width: 44% !important;
		margin: 10px 10% 15px 0 !important;
		padding: 0 !important;
	}
	ul.liCrd li:nth-child(3),
	ul.liCrd li:nth-child(6),
	ul.liCrd li:nth-child(9),
	ul.liCrd li:nth-child(12){
		margin: 10px 10% 15px 0 !important;
	}
	ul.liCrd li:nth-child(2),
	ul.liCrd li:nth-child(4),
	ul.liCrd li:nth-child(6),
	ul.liCrd li:nth-child(8){
		margin: 10px 0 !important;
	}
	ul.liCrd li a{
		font-size: 16px;
		line-height: 22px;
	}
	ul.liCrd li a:after{
		display: none;
	}



	ul.dspOpt{
		width: 84%;
		margin: 13px 20px 20px 20px !important;
	}
	ul.dspOpt li ul{
		right: -30px;
		width: 70% !important;
	}



	ul.liDp li{
		border-top: 13px solid #17a086;
		border-bottom: 0 solid #17a086;
		width: 90% !important;
		min-height: 145px;
		margin: 0 !important;
		padding: 20px 5% 80px 5% !important;
	}
	ul.liDp li:nth-child(3),
	ul.liDp li:nth-child(6),
	ul.liDp li:nth-child(9){
		margin: 0 !important;
	}
	ul.liDp li a{
		width: 86%;
	}

	ul.liDp li:nth-child(2){
		border-top: 13px solid #f1c50e;
		border-bottom: 0 solid #f1c50e;
	}






	.form-label{
		width: 100%;
	}

	.form-label .inpB{
		width: 90%;
	}
	.form-label .inpM{
		width: 90%;
	}
	.form-label .inpS{
		width: 90%;
	}
	.form-label .inpXS{
		width: 90%;
	}

	.form-label .cntEr{
		width: 76%;
	}







	.formA fieldset{
		width: 100%;
		margin: 0 auto 50px auto;
		padding: 0;
	}


	.formA label{
		font-size: 22px;
		line-height: 26px;
		width: 100%;
		margin: 0;
	}


	.formA .labM{
		font-size: 22px;
		line-height: 26px;
	}


	.formA .labCh{
		width: 90%;
	}

	.formA .inpB,
	.formA .inpM,
	.formA .inpS,
	.formA .inpXS{
		width: 76%;
	}


	.formA .selB,
	.formA .selM,
	.formA .selS,
	.formA .selXS{
		width: 82%;
	}



	.formA textarea{
		width: 90%;
	}



	.formA .buttonCA{
		margin: 20px 5px;
	}

	.formA .cntEr{
		line-height: 14px;
		width: 80%;
		padding: 8px 5% 10px 5%;
	}


	.formA .txtEr{
		width: 80%;
		padding: 0 2%;
	}

	.formA .titSc{
		width: 94%;
	}

	.formA .small2{
		width: 90%;
	}


	.formA p.txtAll{
		margin: 0 0 30px 0 !important;
	}




	.filedrag{
		width: 84%;
		padding: 15px 5%;
	}
	.filedrag img{
		float: none;
		clear: both;
		display: block;
		margin: 0 auto 10px auto;
	}

	progress{
		width: 96%;
	}

/* DOCUMENTOS ADJUNTOS */

	ul.doc2{
		width: 100% !important;
	}
	ul.doc2 li{
		width: 96% !important;
		padding: 2px 2% !important;
	}

	ul.doc2 .inpD{
	width: 80%;
	padding: 6px 8px;
	}



	.dNM{
		display: none !important;
	}

	.dM{
		display: block !important;
	}


	ul.liMdIn{
		float: none;
		margin: -20px auto 0 auto !important;
	}

	ul.liMdIn li{
		margin: 0 10px !important;
	}

	ul.liMdIn li a{
	    width: 58px;
	    height: 58px;
	    -webkit-transform: scale(0.90 , 0.90);
	       -moz-transform: scale(0.90 , 0.90);
	        -ms-transform: scale(0.90 , 0.90);
	         -o-transform: scale(0.90 , 0.90);
	            transform: scale(0.90 , 0.90);
	}




	ul.liSCCrd li{
		width: 70% !important;
		height: auto;
		margin: 4px 15% 25px 15% !important;
		padding: 0 !important;
	}
	ul.liSCCrd li:nth-child(n){
		margin: 4px 15% 25px 15% !important;
	}
	ul.liSCCrd li a{
		width: 100%;
		height: auto;
	}

	ul.liSCCrd li img{
		width: 100%;
	}

	ul.liSCCrd li a.lnkTp{
		pointer-events: visible;
	}
	ul.liSCCrd li:hover .bxOpt{
		display: none;
	}




	
}


/* ---------------------------- MOBILE V ---------------------------- */



@media screen and (max-width: 320px) {


	.wrapper{
		min-width: 200px;
	}


	body{
		font-size: 18px;
		line-height: 22px;
	}





	a.lnkCls:link,a.lnkCls:visited{
		top: 2%;
		right: 2%;
		z-index: 1000;
	}


	.contentMod div{
		top: 0;
		left: 0;
		width: 88%;
		padding: 50px 6%;
		-webkit-transform: translate(0, 0);
	            transform: translate(0, 0);
	}

	.contentMod div .form-label .button{
		padding: 0 30px;
	}





	h1{
		font-size: 38px;
		line-height: 36px;
	}


	header{
		height: 60px;
	}
	header .cntHeader{
		width: 94%;
		height: 60px;
	}
	nav{
		width: 40px;
		height: auto;
	}


	a.logo:link,a.logo:visited{
		font-size: 12px;
		line-height: 17px;
		width: 55px;
		height: 50px;
		margin: 5px 0 0 0;
		padding: 0 125px 0 0;
		-webkit-background-size: 55%;
	       -moz-background-size: 55%;
	            background-size: 55%;
	}
	a.logo span{
		width: 60px;
		padding: 6px 10px 0 0;
	}



	.banner .bxA,
	.banner .bxB,
	.banner .bxC,
	.banner .bxD{
		width: 100%;
		height: 250px;
		-webkit-background-size: auto 100%;
	       -moz-background-size: auto 100%;
	            background-size: auto 100%;
	}


	.banner .bxA a,
	.banner .bxB a,
	.banner .bxC a,
	.banner .bxD a{
		font-size: 18px;
		line-height: 49px;
		width: 100%;
		height: 250px;
	}

	

	.banner .bxA p,
	.banner .bxC p{
		font-size: 22px;
		line-height: 26px;
		width: 50%;
	}
	.banner .bxB p,
	.banner .bxD p{
		font-size: 22px;
		line-height: 26px;
		width: 50%;
	}


	.parallax-container{
	    height: 700px;
	}

	.hM3{
	    height: 500px !important;
	}
	.hM3 a.btnLnkA{
		display: none !important;
	}

	.hM3 .parallax img{
		top: -40% !important;
	    left: 50% !important;
	}

	.hM2{
	    height: 400px !important;
	}
	.hM2 img{
		top: -3% !important;
	    left: 30% !important;
	    width: 140% !important;
	}
	.hM2 div{
		margin-top: 10px;
	}
	.hM2 .bxCnt2 div{
		width: 212px;
		margin-top: 210px;
	}

	.parallax img{
		top: -10%;
	    left: 30%;
	    width: 420%;
	}
	.parallax-container .btnLnkA img{
		top: 4px !important;
	    left: -10px !important;
	    position: relative;
	    width: auto !important;
	}

	.sec2 .bxCnt2{
	    font-size: 30px;
		line-height: 30px;
	    width: 83%;
		margin: 60px auto 0 auto;
	    padding: 0 2% 10px 2%;
	}
	.sec2 .bxCnt2 h3{
		margin: -30px auto 10px auto;
	}
	.sec2 .bxCnt2 p{
		margin: 30px auto;
	}
	.sec2 .bxCnt2 .btnLnkA{
		margin-top: 20px;
	}

	ul.litP{
		position: relative;
		width: 100%;
		margin: 6px auto 0 auto;
	}
	ul.litP li{
		float: left;
		position: relative;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		width: 46%;
		margin: 10px 2% 6px 2%;
	}

	ul.litP li:nth-child(1),
	ul.litP li:nth-child(2),
	ul.litP li:nth-child(3),
	ul.litP li:nth-child(4),
	ul.litP li:nth-child(5),
	ul.litP li:nth-child(6),
	ul.litP li:nth-child(7){
		top: 0;
		left: 0;
	}

	ul.litP li img{
		width: 100%;
		margin-bottom: -10px;
	}

	


	.sec3{
	    height: 760px !important;
	}
	.sec3 .bxCnt3{
	    font-size: 34px;
		line-height: 38px;
	    width: 83%;
		margin: 20px auto 0 auto;
	    padding: 0 2% 10px 2%;
	}



	.sec2 .bxCnt2 p,
	.sec3 .bxCnt3 p{
		margin: 10px auto;
	}
	.sec2 .bxCnt2 h3,
	.sec3 .bxCnt3 h3{
		font-size: 18px;
		line-height: 30px;
	}







	.bnInEnA{
	    margin: 0 auto -50px auto;
	}



	.content{
		margin: 0;
	}



	.content .cntContent{
		width: 90%;
		padding: 20px 0 40px 0;
	}




	.bannerIn{
		min-height: 90px;
	}
	.bannerIn img{
	}
	

	.bannerIn .bxUser{
		top: 0;
		right: 0;
		z-index: 10;
		overflow: hidden;
		position: relative;
		width: 90%;
		margin: -55px auto 20px auto;
	}

	.bannerIn .bxUser p{
		margin: 15px 20px 10px 20px;
	}

	.bannerIn .bxUser .namTj{
		margin: 20px;
	}

	.bannerIn .bxUser a.edit,
	.bannerIn .bxUser a.add,
	.bannerIn .bxUser a.cls{
		line-height: 14px;
		height: 100px;
	}



.bannerIn .bxUser a.edit ico,
.bannerIn .bxUser a.add ico,
.bannerIn .bxUser a.cls ico{
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px auto 6px auto;
	-webkit-border-radius: 160px;
	   -moz-border-radius: 160px;
	        border-radius: 160px;
}





	.info{
		height: 260px;
		-webkit-background-size: 150% auto;
		   -moz-background-size: 150% auto;
		        background-size: 150% auto;
	}
	.info .cntInfo{
		width: 90%;
		padding: 25px 0;
	}
	.info .cntInfo p{
		float: right;
		position: relative;
		font-size: 16px;
		line-height: 20px;
		width: 60%;
		margin: 10px auto;
	}
	.info .cntInfo b{
		font-size: 20px;
		line-height: 20px;
		margin: 10px auto;
	}

	a.btnC:link,a.btnC:visited{
	    margin: 20px 0 !important;
	    padding: 10px 15px;
		-webkit-border-radius: 20px;
		   -moz-border-radius: 20px;
		        border-radius: 20px;
	}



	

	footer{
		height: 230px;
	}
	footer .cntFooter{
		width: 100%;
		height: 230px;
		padding: 20px 0 0 0;
	}



	footer .cntFooter p:nth-child(1){
		position: absolute;
		bottom: 0;
		border: 0;
		line-height: 18px;
		width: 80%;
		margin: 0 0 50px 10%;
		padding: 5px 0 0 0;
	}
	footer .cntFooter p:nth-child(2){
		border: 0;
		width: 80%;
		margin: 0 0 0 10%;
		padding: 15px 0;
	}
	footer .cntFooter p:nth-child(3){
		line-height: 18px;
		width: 80%;
		margin: 0 0 0 10%;
		padding: 15px 0;
	}



	.logos{
		height: 140px;
	}
	.logos .cntLogos{
		width: 94%;
		padding: 20px 0;
	}



	.contSol{
		left: 0;
		width: 100%;
		height: 75px;
		margin: 0;
	}
	.contSol p{
		display: none;
	}
	.contSol img{
		float: left;
		display: block;
		margin: -21px 0 0 18px;
	}
	.contSol a{
		line-height: 16px;
		text-align: center;
		width: 50%;
		margin: 16px 0 0 5%;
		padding: 14px 10px;
	}






	.contentInfD .cntInfD{
		width: 90%;
		margin: 0 auto;
		padding: 0 5% 20px 5%;
	}

	.contentInfD p{
		width: 100%;
		margin: 15px auto 0 0;
	}






	a.btnA:link,a.btnA:visited,
	a.btnB:link,a.btnB:visited{
		font-size: 18px;
		line-height: 22px;
		width: 90%;
	    margin: 10px auto !important;
	    padding: 22px 5%;
	}






	ul.tabs{
		overflow: hidden;
		width: 96%;
		margin: 20px 0 0 0 !important;
	}
	ul.tabs li{
		color: #ffffff !important;
		font-size: 18px;
		text-align: center !important;
		background: #f59308 !important;
		border: 0px solid #ffffff;
		border-top: 0px solid #ffffff;
		width: 100%;
		margin: 0 !important;
		padding: 15px 0 !important;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;
	}

	ul.tabs li.current{
		color: #ffffff !important;
		background: #00346f !important;
		border: 0px solid #ffffff;
		border-top: 0px solid #ffffff;
		border-bottom: 0px solid #ffffff;
	}



	.bbAccordion .accordion-head h3{
		font-size: 16px;
		line-height: 17px;
		background: url(../lib/ico_mor_b.png) no-repeat 8px center;
		width: 66% !important;
		height: auto;
		min-height: 50px;
		padding: 7px 5% 7px 26% !important;
	}
	.bbAccordion.active .accordion-head h3{
		background: url(../lib/ico_min_b.png) no-repeat 8px center;
	}
	.bbAccordion .accordion-content{
		font-size: 18px;
		padding: 10px;
	}







	.colUs,
	.colUsB{
		border: 0;
	    width: 84%;
	    min-height: 275px;
	    margin: 15px 0;
	    padding: 20px 7% 10px 7%;
	}

	.colUsB .lnkBtn{
		width: 78%;
		padding: 0 10%;
	}


	.colUs .formA .inpB{
		width: 86%;
	}
	.colUs .formA .button{
		width: 78%;
		padding: 0 10%;
	}



	.colDtUsB{
		border: 0;
	    width: 96%;
	    min-height: 20px !important;
	    margin: 0 !important;
	    padding: 0 1% !important;
	}


	.bxTxtD{
		border: 0;
	    width: 96%;
	    min-height: 80px !important;
	    margin: 0;
	    padding: 0 1%;
	}



	.bxImg{
		width: 80%;
		margin: 0 10% 20px 10%;
	}
	.bxImg img{
		width: 100%;
	}


	.contIn{
		width: 100%;
		margin-top: -20px;
	}
	.contIn .formA fieldset{
		width: 100%;
	}

	.contIn .formA .selB,
	.contIn .formA .inpB{
		width: 94%;
	}




	ul.liCrd{order: 1px solid red;
		width: 104% !important;
		margin-left: -2% !important;
	}


	ul.liCrd li{
		width: 50% !important;
		height: 115px;
		margin: 10px 0 20px 0 !important;
		padding: 0 !important;
	}
	ul.liCrd li:nth-child(3),
	ul.liCrd li:nth-child(6),
	ul.liCrd li:nth-child(9),
	ul.liCrd li:nth-child(12),
	ul.liCrd li:nth-child(2),
	ul.liCrd li:nth-child(4),
	ul.liCrd li:nth-child(6),
	ul.liCrd li:nth-child(8){
		margin: 10px 0 20px 0 !important;
	}
	ul.liCrd li a{
		font-size: 16px;
		line-height: 22px;
	}
	ul.liCrd li a:after{
		display: none;
	}
	ul.liCrd li img{
		width: 90%;
		margin-bottom: 0;
	}



	ul.dspOpt{
		width: 84%;
		margin: 13px 20px 20px 20px !important;
	}
	ul.dspOpt li ul{
		right: -30px;
		width: 70% !important;
	}



	ul.liDp li{
		border-top: 13px solid #17a086;
		border-bottom: 0 solid #17a086;
		width: 90% !important;
		min-height: 145px;
		margin: 0 !important;
		padding: 20px 5% 80px 5% !important;
	}
	ul.liDp li:nth-child(3),
	ul.liDp li:nth-child(6),
	ul.liDp li:nth-child(9){
		margin: 0 !important;
	}
	ul.liDp li a{
		width: 86%;
	}

	ul.liDp li:nth-child(2){
		border-top: 13px solid #f1c50e;
		border-bottom: 0 solid #f1c50e;
	}





	ul.liSCCrd li{
		width: 92% !important;
		height: auto;
		margin: 3px 3% 20px 3% !important;
		padding: 0 !important;
	}
	
	ul.liSCCrd li:nth-child(n){
		margin: 3px 3% 20px 3% !important;
	}
	ul.liSCCrd li a{
		width: 100%;
		height: auto;
	}

	ul.liSCCrd li img{
		width: 100%;
	}

	ul.liSCCrd li a.lnkTp{
		pointer-events: visible;
	}
	ul.liSCCrd li:hover .bxOpt{
		display: none;
	}


	ul.liMdIn{
		float: none;
		margin: -20px auto 0 auto !important;
	}

	ul.liMdIn li{
		margin: 0 10px !important;
	}

	ul.liMdIn li a{
	    width: 58px;
	    height: 58px;
	    -webkit-transform: scale(0.90 , 0.90);
	       -moz-transform: scale(0.90 , 0.90);
	        -ms-transform: scale(0.90 , 0.90);
	         -o-transform: scale(0.90 , 0.90);
	            transform: scale(0.90 , 0.90);
	}



	.form-label{
		width: 100%;
	}

	.form-label .inpB{
		width: 90%;
	}
	.form-label .inpM{
		width: 90%;
	}
	.form-label .inpS{
		width: 90%;
	}
	.form-label .inpXS{
		width: 90%;
	}

	.form-label .cntEr{
		width: 76%;
	}







	.formA fieldset{
		width: 100%;
		margin: 0 auto 50px auto;
		padding: 0;
	}

	.formA label{
		font-size: 22px;
		line-height: 26px;
		width: 100%;
		margin: 0;
	}

	.formA .labM{
		font-size: 22px;
		line-height: 26px;
	}

	.formA .labCh{
		width: 90%;
	}

	.formA .inpB,
	.formA .inpM,
	.formA .inpS,
	.formA .inpXS{
		width: 76%;
	}


	.formA .selB,
	.formA .selM,
	.formA .selS,
	.formA .selXS{
		width: 82%;
	}



	.formA textarea{
		width: 90%;
	}



	.formA .buttonCA{
		margin: 20px 5px;
	}

	.formA .cntEr{
		line-height: 14px;
		width: 80%;
		padding: 8px 5% 10px 5%;
	}


	.formA .txtEr{
		width: 80%;
		padding: 0 2%;
	}

	.formA .titSc{
		width: 94%;
	}

	.formA .small2{
		width: 90%;
	}

	.formA p.txtAll{
		margin: 0 0 30px 0 !important;
	}



	.filedrag{
		width: 84%;
		padding: 15px 5%;
	}
	.filedrag img{
		float: none;
		clear: both;
		display: block;
		margin: 0 auto 10px auto;
	}

	progress{
		width: 96%;
	}

/* DOCUMENTOS ADJUNTOS */

	ul.doc2{
		width: 100% !important;
	}
	ul.doc2 li{
		width: 96% !important;
		padding: 2px 2% !important;
	}

	ul.doc2 .inpD{
	width: 80%;
	padding: 6px 8px;
	}


	.dNM{
		display: none !important;
	}

	.dM{
		display: block !important;
	}





	
}





/* SIMPLE WYSIWIG */


