/* 
BISA CVS - 2014
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: 'SourceSansProLight';
src: url('../fonts/SourceSansPro-Light-webfont.eot');
src: url('../fonts/SourceSansPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/SourceSansPro-Light-webfont.woff') format('woff'),
url('../fonts/SourceSansPro-Light-webfont.ttf') format('truetype'),
url('../fonts/SourceSansPro-Light-webfont.svg#SourceSansProLight') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'robotolight';
src: url('../fonts/Roboto-Light-webfont.eot');
src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Light-webfont.woff') format('woff'),
url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'robotobold';
src: url('../fonts/Roboto-Bold-webfont.eot');
src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
font-weight: normal;
font-style: normal;
}



body {
color: #003e7e;
font-size: 14px;
font-family: 'robotolight', Arial, Tahoma, Verdana;
/*font-family: 'SourceSansProLight', Arial, Tahoma, Verdana;*/
text-align: center;
line-height: 18px;
background: #fff;
}




/* MODAL */

.bgMod{
	position:fixed;
	z-index: 10000;
	top:0;
	left:0;
	background: rgba(178, 178, 178, 0.80);
	width: 100%;
	height: 100%;
}
.modA{
	position: relative;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	width: 700px;
	margin: 120px auto 0 auto !important;
	padding: 20px 50px;
}
.modA h2{
	color: #003e7e;
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	text-align: left;
}
.modA p{
	text-align: justify;
	margin: 15px 0;
}

.modB{
	position: relative;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	width: 700px;
	margin: 0 auto !important;
	padding: 20px 50px;
}
.modA ul {
float: left;
margin-left: 40px;
}
.modA ul li{
text-align: left;
background: url(../lib/bull1.gif) no-repeat left 5px;
margin: 10px 0;
padding-left: 15px;
}


.modA .formA .button {
float: none;
text-transform: uppercase;
margin: 0 auto;
}
.bgMod .wAM{
	width: 500px;
}

.bgMod .loadMsj{
	display: block;
	background: url(../lib/loader.gif) no-repeat center;
	width: 50px;
	height: 50px;
	margin: 30px auto;
}


.bgMod .txtOC{
	display: inline-block;
	margin: 0 10px;
}



.bgMod .txtOC a.lnkTxtCl:link,a.lnkTxtCl:visited {
	color: #4c4c4c;
	text-decoration: underline;
	padding: 0 10px;
}
.bgMod .txtOC a.lnkTxtCl:hover{
	text-decoration: none;
}


/* MODAL */




#wrapper{
clear: both;
width: 100%;
}

.wrpIdP{
background: #003e7e;
width: 100%;
height: 100%;
}





header{
background: #003e7e;
width: 100%;
height: 75px;
}

header div{
position: relative;
width: 960px;
height: 75px;
margin: 0 auto;
}
header nav {
float: left;
margin-left: 40px;
width: 736px;
height: 75px;
}
header nav ul {
display: table;
}
header nav ul li{
display: table-cell;
vertical-align: middle;
height: 75px;
}
header nav ul li a{
display: block;
color: #fff;
font-size: 14px;
line-height: 18px;
text-align: center;
text-decoration: none;
border-bottom: 6px solid #003e7e;
height: 39px;
padding: 15px 10px;
margin: 0 8px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
header nav ul li a:hover{
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}
header nav ul li .act{
color: #ffd204;
border-bottom: 6px solid #ffd204;
}
/*
header nav ul li:last-child a{
font-size: 14px;
line-height: 16px;
text-align: left;
background: #00569e url(../lib/ico_calc.png) no-repeat 7px center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px 7px 10px 45px;
margin: 0 0 0 2px;
}
*/




.banner{
width: 100%;
height: 418px;
}
.banner .slides li a{
background-size: 100%;
-moz-background-size: 100%;
}
/*
section.banner .slides li:first-child{
background: #ff0000 url(../img/banner1.jpg) no-repeat center top;
width: 100%;
height: 418px;
}
section.banner .slides li:nth-child(2){
background: #000000 url(../img/banner2.jpg) no-repeat center top;
width: 100%;
height: 418px;
}
section.banner .slides li:nth-child(3){
background: #ff0000 url(../img/banner3.jpg) no-repeat center top;
width: 100%;
height: 418px;
}*/
.banner .slides li a{
display: block;
width: 100%;
height: 418px;
}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider .flex-next,
.flexslider .flex-prev{
	display: none;
}


/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 62, 126, 0.8); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }


/* Control Nav */
.flex-control-nav {
z-index: 1000;
position: absolute;
left: 72%;
bottom: 15px;
text-align: center;
width: 200px;
margin: 0 0 0 -100px;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
display: block;
cursor: pointer;
text-indent: -9999px;
background: rgba(0, 62, 126, 0.4);
width: 20px;
height: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.flex-control-paging li a:hover{
background: rgba(0, 62, 126, 0.4);
}
.flex-control-paging li a.flex-active{
background: #003e7e; cursor: default;
}








section.bannerIn{
background: url(../lib/bg_bn_in.jpg) repeat-x top;
border-bottom: 8px solid #ffd204;
width: 100%;
height: 150px;
}
section.bannerIn .contBnI{
position: relative;
background: url(../img/banner_in2.jpg) no-repeat center top;
width: 960px;
height: 150px;
margin: 0 auto;
}



section.bannerInL{
background: url(../img/banner_in1.jpg) no-repeat center top;
border-bottom: 8px solid #ffd204;
width: 100%;
height: 150px;
}
section.bannerInL .contBnI{
position: relative;
width: 835px;
height: 150px;
margin: 0 auto;
}



section.cont{
position: relative;
width: 835px;
min-height: 520px;
margin: 20px auto 30px auto;
}

section.cont h1{
color: #ffbb04;
font-size: 28px;
font-weight: 100;
line-height: 34px;
text-align: left;
}




section.cont h4{
font-size: 18px;
font-weight: 100;
font-family: 'robotobold', Arial, Tahoma, Verdana;
line-height: 38px;
text-align: left;
}

section.cont p{
text-align: justify;
margin: 15px 0;
}

.cont ul {
float: left;
}
.cont ul li{
text-align: left;
background: url(../lib/bull1.gif) no-repeat left 5px;
margin: 10px 0;
padding-left: 15px;
}




section.cont ul.flRS {
top: 80px;
left: -130px;
}

section.cont ul.flRS .fbk{
padding: 2px 0 2px 8px !important;
}
section.cont ul.flRS .tw{
padding: 2px 0 2px 8px !important;
}
section.cont ul.flRS .go{
padding: 2px 0 0 10px !important;
}







section.opt{
background: #ffd204;
width: 100%;
height: 135px;
}
section.opt div{
position: relative;
width: 960px;
height: 100px;
margin: 0 auto;
padding-top: 35px;
}
section.opt h3{
left: 50%;
position: absolute;
color: #fff;
font-size: 22px;
font-weight: 100;
/*font-style: italic;*/
line-height: 56px;
text-align: center;
background: #ffa304;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 400px;
height: 58px;
margin: -65px auto 0 -200px;
padding: 0 20px;
}


section.txt{
width: 100%;
height: 125px;
}
section.txt div{
display: table;
position: relative;
font-size: 20px;
line-height: 28px;
width: 960px;
height: 105px;
margin: 0 auto;
padding: 10px 0;
}
section.txt div span{
display: table-cell;
vertical-align: middle;
}


section.info{
background: #e5ebf2;
width: 100%;
height: 265px;
padding: 20px 0;
}
section.info div{
position: relative;
width: 960px;
margin: 0 auto;
}
section.info h3{
color: #003e7e;
font-size: 24px;
font-weight: 100;
text-align: left;
}
section.info ul {
display: table;
overflow: hidden;
width: 100%;
margin: 25px 0;
}
section.info ul li{
display: inline-block;
vertical-align: middle;
line-height: 18px;
width: 160px;
margin: 0 14px;
}
section.info ul li .bxImg{
position: relative;
display: block;
width: 159px;
height: 159px;
margin: 0 auto 5px auto;
}
section.info ul li .bxImg .disP{
position: absolute;
bottom: 3px;
display: block;
color: #fff;
font-size: 24px;
/*font-style: italic;*/
line-height: 42px;
background: rgba(255,187,4, 0.90);
width: 153px;
height: 42px;
}
section.info a.lnkInm:link,a.lnkInm:visited {
display: block;
text-decoration: none;
border: 3px solid #fff;
width: 153px;
height: 153px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
section.info a.lnkInm:hover {
border: 3px solid #f5b40b;
}




footer{
background: #013e7f;
width: 100%;
min-height: 160px;
}

footer div{
overflow: hidden;
position: relative;
width: 960px;
margin: 0 auto;
}

footer section{
color: #fff;
background: #013978;
width: 100%;
min-height: 50px;
}

footer div ul {
float: left;
display: table;
overflow: hidden;
width: 32%;
margin: 20px 0;
}
footer div ul li{
float: left;
vertical-align: middle;
color: #fff;
font-size: 12px;
line-height: 18px;
width: 100%;
margin-right: 14px;
}
footer div ul li a{
float: left;
display: block;
color: #fff;
text-align: left;
text-decoration: none;
background: url(../lib/bull1.gif) no-repeat left 4px;
padding-left: 16px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
footer div li a:hover{
padding-left: 12px;
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}

footer div ul li ul{
float: left;
overflow: hidden;
width: 95%;
margin: 0 0 0 5%;
}
footer div ul li ul li a{
background: url(../lib/bull2.gif) no-repeat left 4px;
padding-left: 10px;
}
footer div ul li ul li a:hover{
padding-left: 7px;
}






.bxBtn{
overflow: hidden;
background: url(../lib/bg_btns.jpg) no-repeat;
width: 100%;
height: 210px;
}
.bxBtn h3{
color: #fff;
font-size: 22px;
font-weight: 100;
/*font-style: italic;*/
line-height: 56px;
text-align: center;
background: #ffa304;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 400px;
height: 58px;
margin: 20px auto;
padding: 0 20px;
}
.bxBtn a.btn02:link,a.btn02:visited {
color: #ffd204;
}
.bxBtn a.btn02:hover {
color: #fff;
}



.bxBtnB{
overflow: hidden;
width: 100%;
height: 210px;
}
.bxBtnB h3{
color: #003e7e;
font-size: 22px;
font-weight: 100;
/*font-style: italic;*/
line-height: 56px;
text-align: center;
background: #fff5da;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 400px;
height: 58px;
margin: 20px auto;
padding: 0 20px;
}


.bxBtnB a.btnInd:link,a.btnInd:visited{
width: 280px;
margin: 0 25px;
}
.bxBtnB a.btnAsa:link,a.btnAsa:visited{
width: 280px;
margin: 0 25px;
}





.bxReq{
overflow: hidden;
text-align: left;
border-top: 6px solid #ffd204;
width: 100%;
padding: 20px 0;
}
.bxReq h2{
color: #ffbb04;
font-size: 22px;
/*font-style: italic;*/
font-weight: 100;
line-height: 26px;
text-align: left;
}
.bxReq h3{
color: #ffbb04;
font-size: 18px;
font-weight: 100;
line-height: 26px;
text-align: left;
}
.bxReq section{
float: left;
width: 365px;
margin: 10px 60px 0 0;
}
.bxReq section:last-child{
margin-right: 0;
}
.bxReq section p{
float: left;
text-align: left;
margin: 7px 0;
}
.bxReq section p .txt{
float: left;
display: block;
}
.bxReq section li{
float: left;
line-height: 18px;
text-align: left;
margin: 8px 0;
}
.bxReq section li ul{
margin: 5px 5px 5px 15px;
}




.bxReqB{
overflow: hidden;
text-align: left;
border-top: 6px solid #ffd204;
width: 100%;
padding: 20px 0;
}
.bxReqB h2{
color: #ffbb04;
font-size: 22px;
/*font-style: italic;*/
font-weight: 100;
line-height: 26px;
text-align: left;
}
.bxReqB h3{
color: #ffbb04;
font-size: 18px;
font-weight: 100;
line-height: 26px;
text-align: left;
}
.bxReqB section{
float: left;
width: 100%;
margin: 10px 0 0 0;
}
.bxReqB section:last-child{
margin-right: 0;
}
.bxReqB section p{
float: left;
text-align: left;
margin: 7px 0;
}
.bxReqB section p .txt{
float: left;
display: block;
}
.bxReqB ol{
clear: both;
overflow: hidden;
list-style: lower-latin inside none !important;
width: 100%;
}
.bxReqB ol li{
line-height: 18px;
width: 95%;
margin: 5px 0;
padding-left: 10px;
}

.bxReqB ul{
clear: both;
overflow: hidden;
width: 100%;
}
.bxReqB section ul li{
float: left;
clear: both;
line-height: 18px;
text-align: left;
width: 95%;
margin: 5px 0;
padding-left: 10px;
}
.bxReqB section li ul{
clear: both;
margin: 5px 5px 5px 15px;
}




.bxColA{
float: left;
position: relative;
overflow: hidden;
background: #f2f2f2;
text-align: center;
width: 335px;
min-height: 250px;
margin: 10px 11px;
padding: 25px 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.bxColA h4{
color: #ffa813;
font-size: 18px;
/*font-style: italic;*/
font-weight: 100;
line-height: 20px;
text-align: left;
text-transform: uppercase;
}

.bxColA p{
text-align: justify;
margin: 5px 0;
}

.bxColA .formB fieldset{
width: 100%;
}
.bxColA .formB .button2{
float: left;
}
.bxColA .formB .lnk1b{
float: left;
display: block;
font-size: 10px;
margin: 3px 0 0 10px;
}
.bxColA .formB .inputB{
width: 54%;
}
.bxColA .formB .req{
width: 54%;
}
.bxColA .formB img{
margin-top: 11px;
}





.bxPas{
float: left;
clear: both;
position: relative;
overflow: hidden;
font-size: 16px;
/*font-style: italic;*/
text-align: right;
border-bottom: 1px solid #ffbb04;
width: 98%;
margin: 10px 0;
padding: 5px 1% 10px 1%;
}
.bxPas span{
color: #ffbb04;
font-size: 24px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
}




.imgDs{
float: left;
position: relative;
width: 495px;
margin-right: 25px;
}
.imgDs .bxImgMb{
float: left;
position: relative;
width: 495px;
height: 330px;
margin-bottom: 10px;
}
.imgDs .bxImgMb #full-screen{
display: block;
position: absolute;
z-index: 50;
bottom: 0;
}

.imgDs .bxImgMb .desc{
display: block;
position: absolute;
z-index: 100;
bottom: 0;
color: #fff;
font-size: 10px;
background: rgba(0,62,126, 0.85);
width: 475px;
padding: 10px;
}
.imgDs .bxMbTh{
float: left;
position: relative;
width: 495px;
height: 77px;
}
.imgDs .bxMbTh a{
float: left;
margin-right: 10px;
filter: alpha(opacity=40);
-moz-opacity: 0.40;
-khtml-opacity: 0.40;
opacity: 0.40;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.imgDs .bxMbTh a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}
.imgDs .bxMbTh a:last-child{
margin-right: 0;
}
.imgDs .bxMbTh a.actIMB{
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-khtml-opacity: 1.00;
opacity: 1.00;
}


.infDs{
float: left;
position: relative;
text-align: justify;
width: 313px;
}
.infDs .titCl{
font-size: 16px;
line-height: 20px;
}
.infDs .bxPr{
float: left;
display: block;
clear: both;
color: #fff;
font-size: 28px;
/*font-style: italic;*/
line-height: 60px;
text-align: center;
background: #ffbb04;
height: 62px;
margin: 10px 0;
padding: 0 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}



.btnCO{
display: block;
color: #fff;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 50px;
text-align: center;
text-decoration: none;
background: #bbbbbb;
width: 180px;
height: 51px;
margin: 10px auto;
padding: 0 10px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}



.contBx{
overflow: hidden;
width: 100%;
margin: 0 auto 20px auto;
}
.contBx div{
float: left;
display: table;
color: #fff;
font-size: 18px;
line-height: 22px;
text-align: left;
width: 29%;
height: 170px;
padding: 10px 2%;
}
.contBx .mDAB{
height: 200px;
}

.contBx div:nth-child(1){
background: #0e447c;
}
.contBx div:nth-child(2){
background: #225487;
}
.contBx div:nth-child(3){
background: #386793;
}
.contBx div:nth-child(4){
background: #fdb152;
line-height: 20px;
}
.contBx div:nth-child(4) b{
line-height: 22px;
}
.contBx div:nth-child(5){
background: #fca942;
}
.contBx div:nth-child(6){
background: #fca137;
}

.contBx div .conTxt{
display: table-cell;
vertical-align: middle;
}
.contBx  .bB{
	display: block;
font-size: 14px;
line-height: 16px !important;
}
.contBx div .small{
font-size: 14px;
line-height: 13px;
}
.contBx  .txt12{
	display: block;
font-size: 11px;
line-height: 12px !important;
}
.contBx div .bxTxt{
display: block;
color: #043c77;
font-size: 11px;
line-height: 12px;
text-align: center;
background: #fff;
margin: 10px 0;
padding: 7px 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.contBx div .bxTxtB{
display: block;
color: #043c77;
font-size: 8px;
line-height: 12px;
text-align: center;
background: #fff;
margin: 10px 0;
padding: 7px 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


.contBx2{
overflow: hidden;
width: 100%;
margin: 0 auto 20px auto;
}
.contBx2 div{
float: left;
display: table;
color: #fff;
font-size: 18px;
line-height: 22px;
text-align: left;
width: 46%;
height: 150px;
padding: 10px 2%;
}

.contBx2 div:nth-child(1){
background: #0e447c;
}
.contBx2 div:nth-child(2){
background: #225487;
}
.contBx2 div:nth-child(3){
background: #fca942;
}
.contBx2 div:nth-child(4){
background: #fca137;
}

.contBx2 div .conTxt{
display: table-cell;
vertical-align: middle;
}
.contBx2 div .small{
font-size: 14px;
}
.contBx2 div .bxTxt{
display: block;
color: #043c77;
font-size: 11px;
line-height: 12px;
text-align: center;
background: #fff;
margin: 10px 0;
padding: 7px 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.contBx2 .bxCB{
text-align: center;
background: #fca942;
width: 96%;
}







.pAp{
color: #f1c40f;
font-size: 22px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 18px;
text-align: center !important;
/*background: url(../lib/pre_aprobado.png) no-repeat right;*/
margin: 0 auto !important;
padding: 15px 0 25px 0;
}

.pApB{
color: #000;
font-size: 22px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 22px;
text-align: center !important;
margin: -15px auto 0 auto !important;
padding: 5px 0;
}



.bxNPCal{
background: url(../lib/bn_precalifica.jpg) no-repeat;
width: 100%;
height: 293px;
margin: 0 auto;
}


.bxNCal{
color: #fff;
font-size: 18px;
line-height: 22px;
text-align: left;
background: url(../lib/bn_no_califica.jpg) no-repeat;
width: 830px;
height: 293px;
margin: 0 auto;
padding: 0;
}

.bxNCal a.btnAsa:link,a.btnAsa:visited {
float: left;
display: block;
font-size: 18px;
line-height: 21px;
width: 195px;
height: 47px;
margin: 170px 25px 0 350px;
padding: 15px 10px 15px 85px;
}


.bxNCalB{
color: #fff;
font-size: 18px;
line-height: 22px;
text-align: left;
background: url(../lib/bn_no_califica_b.jpg) no-repeat;
width: 830px;
height: 212px;
margin: 0 auto;
}


.bxNAC{
color: #e84c3d;
font-size: 18px;
line-height: 22px;
text-align: center;
border: 1px solid #e84c3d;
width: 790px;
margin: 0 auto;
padding: 35px 20px;
}



.bxPhon{
font-size: 18px;
font-weight: 100;
font-family: 'robotobold', Arial, Tahoma, Verdana;
line-height: 20px;
text-align: left;
border: 1px solid #003e7e;
width: 80%;
margin: 0 auto;
padding: 7px 20px 10px 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}


.bxUs{
float: right;
font-size: 16px;
text-align: left;
background: #fff;
width: 330px;
height: 70px;
margin: 40px auto 0 auto;
padding-left: 15px;
}
.bxUs span{
display: block;
margin: 15px auto 0 auto;
}




.load{
display: inline-block;
background: url(../lib/loader.gif) no-repeat;
width: 16px;
height: 16px;
margin: 0 10px;
}




.txtB{
font-size: 32px;
line-height: 40px;
}




.spL{
display: block;
clear: both;
border-bottom: 1px solid #d1d1d1;
margin-bottom: 10px;
padding-top: 10px;
}


.imgL{
float: left;
margin: 0 20px 20px 0;
}






.left{
float: left;
}
.right{
float: right;
}

.clear{
clear: both;
display: block;
}







b{
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
}


i{
font-style: italic;
}


.small{
font-size: 12px;
}


.color2{
color: #ffbb04;
}






/* ---------------------------- LINKS ---------------------------- */


a.lnk1:link,a.lnk1:visited {
color: #003e7e;
text-decoration: none;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.lnk1:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}



a.lnk2U:link,a.lnk2U:visited {
color: #003e7e;
text-decoration: underline;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.lnk2U:hover {
text-decoration: none;
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}





a.lnk1R:link,a.lnk1R:visited {
float: right;
display: block;
color: #003e7e;
text-decoration: none;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.lnk1R:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}



a.lnkAdR:link,a.lnkAdR:visited {
right: -175px;
display: block;
position: absolute;
color: #fff;
text-decoration: none;
background: #003e7e url(../lib/ico_add.png) no-repeat 10px center;
padding: 10px 10px 10px 35px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.lnkAdR:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}



a.lnkPrnt:link,a.lnkPrnt:visited {
float: right;
display: block;
color: #000;
font-size: 18px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
text-decoration: none;
background: url(../lib/ico_print.png) no-repeat left center;
margin-top: 7px;
padding: 10px 10px 10px 45px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.lnkPrnt:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}



a.icoHlp:link,a.icoHlp:visited {
	text-decoration: none;
	/*background: url(../lib/ico_help.png) no-repeat center;*/
filter: alpha(opacity=30);
-moz-opacity: 0.30;
-khtml-opacity: 0.30;
opacity: 0.30;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.icoHlp:hover {
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-khtml-opacity: 1.00;
opacity: 1.00;
}
a.icoHlp img {
margin: 5px 0 -5px 5px;
}




a.btn02:link,a.btn02:visited {
display: inline-block;
color: #fff;
font-size: 22px;
font-weight: 100;
line-height: 88px;
text-decoration: none;
width: 325px;
height: 90px;
margin: 0 25px;
padding: 0 10px;

background-image: -webkit-gradient(	linear, right bottom, right top, color-stop(0.2, rgb(0, 46, 94)),color-stop(1, rgb(0, 62, 126)));
background-image: -o-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background-image: -moz-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background-image: -webkit-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background-image: -ms-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background-image: linear-gradient(to top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btn02:hover {
color: #99afc5;
-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}


a.btn02b:link,a.btn02b:visited {
float: left;
display: inline-block;
color: #fff;
font-size: 22px;
font-weight: 100;
line-height: 88px;
text-align: left;
text-decoration: none;
width: 307px;
height: 90px;
margin: 0 40px;
padding: 0 10px;
background-image: -webkit-gradient(	linear, right bottom, right top, color-stop(0.2, rgb(0, 46, 94)),color-stop(1, rgb(0, 62, 126)));
background-image: -o-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background-image: -moz-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background-image: -webkit-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background-image: -ms-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background-image: linear-gradient(to top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btn02b:hover {
color: #99afc5;
-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
a.btn02b img {
float: left;
margin: 25px 15px 0 15px;
}


a.btn03:link,a.btn03:visited {
display: block;
position: absolute;
left: 50%;
bottom: 20px;
color: #fff;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 50px;
text-align: center;
text-decoration: none;
background: #ffa813;
width: 180px;
height: 51px;
margin: 0 auto 0 -90px;
padding: 0 10px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btn03:hover {
color: #99afc5;
}


a.btn04:link,a.btn04:visited {
float: left;
display: block;
color: #fff;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 50px;
text-align: center;
text-decoration: none;
background: #003e7e;
width: 180px;
height: 51px;
margin: 10px auto 0 auto;
padding: 0 10px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btn04:hover {
background: #003e7e;
}


a.btnC:link,a.btnC:visited {
display: inline-block;
color: #fff;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 50px;
text-align: center;
text-decoration: none;
background: #003e7e;
width: 180px;
height: 51px;
margin: 10px auto;
padding: 0 10px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btnC:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}


a.btnCO:link,a.btnCO:visited {
display: block;
color: #fff;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 50px;
text-align: center;
text-decoration: none;
background: #bbbbbb;
width: 180px;
height: 51px;
margin: 10px auto;
padding: 0 10px;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btnCO:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




a.btnAC:link,a.btnAC:visited {
	float: left;
display: block;
color: #003e7e;
font-size: 16px;
font-weight: 100;
line-height: 20px;
text-align: left;
text-decoration: none;
background: url(../lib/ico_msj.png) no-repeat 10px center;
border: 1px solid #ffcf7d;
width: 300px;
height: 45px;
margin: 10px auto;
padding: 10px 10px 10px 70px;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btnAC:hover {
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}




a.lnkBtnA1:link,a.lnkBtnA1:visited {
	display: inline-block;
color: #fff;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
text-decoration: none;
text-align: center;
text-transform: uppercase;
background: #ffa813;
margin: 15px auto;
padding: 15px 50px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
a.lnkBtnA1:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}




a.btnCc:link,a.btnCc:visited {
display: inline-block;
color: #fff;
font-size: 18px;
font-weight: 100;
line-height: 88px;
text-align: left;
text-decoration: none;
width: 240px;
height: 90px;
margin: 0 20px;
padding: 0 10px 0 87px;
background: url(../lib/ico_credito.png) no-repeat 26px center, -webkit-gradient(	linear, right bottom, right top, color-stop(0.2, rgb(0, 46, 94)),color-stop(1, rgb(0, 62, 126)));
background: url(../lib/ico_credito.png) no-repeat 26px center, -o-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_credito.png) no-repeat 26px center, -moz-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_credito.png) no-repeat 26px center, -webkit-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_credito.png) no-repeat 26px center, -ms-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_credito.png) no-repeat 26px center, linear-gradient(to top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btnCc:hover {
color: #99afc5;
-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}


a.btnAs:link,a.btnAs:visited {
display: inline-block;
color: #fff;
font-size: 18px;
font-weight: 100;
line-height: 88px;
text-align: left;
text-decoration: none;
width: 249px;
height: 90px;
margin: 0 20px;
padding: 0 10px 0 78px;
background: url(../lib/ico_asesor.png) no-repeat 29px center, -webkit-gradient(	linear, right bottom, right top, color-stop(0.2, rgb(0, 46, 94)),color-stop(1, rgb(0, 62, 126)));
background: url(../lib/ico_asesor.png) no-repeat 29px center, -o-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_asesor.png) no-repeat 29px center, -moz-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_asesor.png) no-repeat 29px center, -webkit-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_asesor.png) no-repeat 29px center, -ms-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_asesor.png) no-repeat 29px center, linear-gradient(to top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btnAs:hover {
color: #99afc5;
-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}



a.btnInd:link,a.btnInd:visited {
display: inline-block;
vertical-align: middle;
color: #fff;
font-size: 22px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 22px;
text-align: left;
text-decoration: none;
width: 252px;
height: 25px;
margin: 0 25px;
padding: 35px 10px 30px 75px;
background: url(../lib/ico_calc_b2.png) no-repeat 17px center, -webkit-gradient(	linear, right bottom, right top, color-stop(0.2, rgb(0, 46, 94)),color-stop(1, rgb(0, 62, 126)));
background: url(../lib/ico_calc_b2.png) no-repeat 17px center, -o-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_calc_b2.png) no-repeat 17px center, -moz-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_calc_b2.png) no-repeat 17px center, -webkit-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_calc_b2.png) no-repeat 17px center, -ms-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_calc_b2.png) no-repeat 17px center, linear-gradient(to top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);


-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btnInd:hover {
color: #99afc5;
-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}


a.btnAsa:link,a.btnAsa:visited {
display: inline-block;
vertical-align: middle;
color: #fff;
font-size: 22px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 22px;
text-align: left;
text-decoration: none;
width: 252px;
height: 50px;
margin: 0 25px;
padding: 20px 10px 20px 75px;
background: url(../lib/ico_asalariado_b2.png) no-repeat 15px center, -webkit-gradient(	linear, right bottom, right top, color-stop(0.2, rgb(0, 46, 94)),color-stop(1, rgb(0, 62, 126)));
background: url(../lib/ico_asalariado_b2.png) no-repeat 15px center, -o-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_asalariado_b2.png) no-repeat 15px center, -moz-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_asalariado_b2.png) no-repeat 15px center, -webkit-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_asalariado_b2.png) no-repeat 15px center, -ms-linear-gradient(top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);
background: url(../lib/ico_asalariado_b2.png) no-repeat 15px center, linear-gradient(to top, rgb(0, 46, 94) 20%, rgb(0, 62, 126) 100%);

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.btnAsa:hover {
color: #99afc5;
-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}






a.clsS:link,a.clsS:visited {
float: right;
display: block;
color: #fff;
font-size: 14px;
text-align: left;
text-decoration: none;
background: #e84c3d url(../lib/ico_cls.png) no-repeat 14px center;
width: 65px;
height: 55px;
padding: 15px 5px 0 48px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.clsS:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}


a.lnkCls2:link,a.lnkCls2:visited {
	position: absolute;
	top: -19px;
	right: -19px;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #e84c3d url(../lib/ico_cls.png) no-repeat center;
	width: 46px;
	height: 46px;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
a.lnkCls2:hover {
}







a.logo:link,a.logo:visited{
	float: left;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/logo.jpg) no-repeat center;
	width: 167px;
	height: 49px;
	margin: 12px 0 0 15px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.logo:hover {
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}

a.byLogos:link,a.byLogos:visited{
	display: block;
	float: right;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/powered_logos.png) no-repeat bottom;
	width: 47px;
	height: 20px;
	margin: 10px 0 40px 0;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
}
a.byLogos:hover {
background-position: top;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

a.bisaC:link,a.bisaC:visited{
	float: right;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/bisa_footer.jpg) no-repeat center;
	width: 102px;
	height: 45px;
	margin: 50px 0 0 0;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}
a.bisaC:hover {
filter: alpha(opacity=100);
-moz-opacity: 1.00;
-khtml-opacity: 1.00;
opacity: 1.00;
}




.adjFil,
.adjDoc,
.adjXls,
.adjPdf {
clear: both;
display: block;
float: left;
color: #264354 !important;
font-weight: 100;
line-height: 18px;
text-align: left;
text-decoration: none !important;
width: 70%;
margin: 5px 0;
padding: 12px 10px 12px 45px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.adjFil:link,a.adjFil:visited {
background: #ebedef url(../lib/ico_fil.png) no-repeat 10px 6px;
}
a.adjFil:hover {
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}

a.adjDoc:link,a.adjDoc:visited {
background: #ebedef url(../lib/ico_doc.png) no-repeat 10px 6px;
}
a.adjDoc:hover {
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}

a.adjXls:link,a.adjXls:visited {
background: #ebedef url(../lib/ico_xls.png) no-repeat 10px 6px;
}
a.adjXls:hover {
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}

a.adjPdf:link,a.adjPdf:visited {
background: #ebedef url(../lib/ico_pdf.png) no-repeat 10px 6px;
}
a.adjPdf:hover {
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}






/* ---------------------------- LINKS ---------------------------- */



/* ---------------------------- LISTADOS ---------------------------- */


ul.li01{
float: left;
margin: 0;
}
ul.li01 li{
float: left;
clear: both;
text-align: justify;
margin: 5px 0;
}



ul.li02{
float: left;
}
ul.li02 li{
text-align: left;
background: none;
margin: 10px 0;
padding-left: 0;
}





ul.liInf{
float: left;
margin-left: 20px;
}
ul.liInf li{
float: left;
clear: both;
font-size: 12px;
line-height: 16px;
}
ul.liInf li a{
display: block;
color: #797979;
text-decoration: none;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
ul.liInf li a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
}





/* REDES SOCIALES */

ul.flRS {
top: -220px;
left: -80px;
position: absolute;
z-index: 1000;
background: #fff;
border: 1px solid #e8eaec;
width: 70px !important;
height: 235px !important;
padding: 20px 0 0 0 !important;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
ul.flRS li{
float: left !important;
clear: both !important;
line-height: 10px !important;
text-transform: uppercase;
background-image: none !important;
width: 90% !important;
height: 75px;
margin: 0 !important;
padding: 0 !important;
}

ul.flRS div{
position: relative;
width: 70px !important;
margin: 0 auto !important;
padding: 0 !important;
}
ul.flRS iframe{
overflow-y: hidden !important;
}
ul.flRS .fbk{
padding: 2px 0 2px 2px !important;
}
ul.flRS .tw{
padding: 2px 0 2px 0 !important;
}
ul.flRS .go{
padding: 2px 0 0 1px !important;
}



ul.liInm {
overflow: hidden;
width: 100%;
margin: -15px 0 5px 0;
}
ul.liInm li{
float: left;
overflow: hidden;
line-height: 18px;
text-align: center;
background: none;
width: 180px;
height: 240px;
margin: 10px 35px 10px 0;
padding-left: 0;
}
ul.liInm li:nth-child(4){
margin: 10px 0;
}
ul.liInm li:nth-child(8){
margin: 10px 0;
}
ul.liInm li:nth-child(12){
margin: 10px 0;
}
ul.liInm li:nth-child(16){
margin: 10px 0;
}
ul.liInm li:nth-child(20){
margin: 10px 0;
}
ul.liInm li:nth-child(24){
margin: 10px 0;
}

ul.liInm li .bxImg{
float: left;
position: relative;
display: block;
width: 174px;
height: 174px;
margin: 0 auto 15px auto;
}
ul.liInm li .bxImg .disP{
position: absolute;
bottom: -3px;
display: block;
color: #fff;
font-size: 24px;
font-weight: 100;
line-height: 42px;
background: rgba(255,187,4, 0.90);
width: 174px;
height: 42px;
}
ul.liInm a.lnkInm:link,a.lnkInm:visited {
display: block;
text-decoration: none;
border: 3px solid #fff;
width: 174px;
height: 174px;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
ul.liInm a.lnkInm:hover {
border: 3px solid #f5b40b;
}






ol.liNum {
counter-reset:li;
}
ol.liNum li{
position:relative;
text-align: left;
margin:0 0 6px 2em !important;
padding:4px 8px !important;
list-style:none;
*list-style: decimal;
}
ol.liNum li:before{
content:counter(li);
counter-increment:li;
position:absolute;
top: 0;
left:-30px;
color: #ffbb04;
font-size:18px; /*tamaño de la fuente*/
width:24px;
margin:0 0 10px 0;
padding:4px !important;
text-align:center;
}


/* ---------------------------- LISTADOS ---------------------------- */



/* ---------------------------- FORMULARIOS ---------------------------- */

.contSInf{
float: left;
display: table;
position: relative;
background: #e5ebf2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 800px;
margin: 20px 0;
padding: 20px 20px 30px 10px;
}
.contSInf p{
float: left;
background: url(../lib/ico_chck.png) no-repeat left top;
width: 370px;
padding-left: 30px;
}
.contSInf .titRs{
color: #ffa813;
font-size: 30px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
text-align: left;
}
.contSInf .infRs{
float: left;
display: block;
font-size: 18px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 22px;
text-align: left;
width: 400px;
margin: 10px 30px 0 15px;
}
.contSInf .infRsB{
float: left;
display: block;
font-size: 18px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 22px;
text-align: left;
width: 90%;
margin: 10px 15px;
}
.contSInf .infRsB p{
width: 90%;
}
.contSInf .small{
font-size: 14px;
font-family: 'robotolight', Arial, Tahoma, Verdana;
font-weight: 100;
}
.contSInf .contBtn{
vertical-align: middle;
display: table-cell;
width: 240px;
}

a.btn06:link,a.btn06:visited{
display:block;
color: #fff;
font-size: 21px;
font-weight: 100;
line-height: 22px;
text-align: left;
text-decoration: none;
background: #013e7f url(../lib/ico_lapiz.png) no-repeat 20px center;
width: 240px;
height: 50px;
margin-top: 10px;
padding: 20px 20px 20px 90px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
a.btn06:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}


a.btn06b:link,a.btn06b:visited{
display:block;
color: #fff;
font-size: 21px;
font-weight: 100;
line-height: 22px;
text-align: left;
text-decoration: none;
background: #ffa813 url(../lib/ico_lapiz.png) no-repeat 20px center;
width: 240px;
height: 50px;
margin: 10px auto;
padding: 20px 20px 20px 90px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
a.btn06b:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}



/* FORM 1 */

.formA fieldset{
clear: both;
overflow: hidden;
color: #003e7e;
font-family: 'robotolight', Arial, Tahoma, Verdana;
text-align: center;
width: 100%;
margin: 10px auto 30px auto;
}
.formA select, input, textarea, checkbox{
color: #003e7e;
font-size: 14px;
font-family: 'robotolight', Arial, Tahoma, Verdana;
border: 1px solid #d1d1d1;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
}
.formA .contSec{
float: left;
display: block;
position: relative;
border: 1px solid #f2f2f2;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

width: 600px;
padding: 15px 200px 15px 35px;
}
.formA .contSecB{
float: left;
display: block;
position: relative;
border: 1px solid #f2f2f2;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

width: 750px;
padding: 15px 50px 15px 35px;
}
.formA .contSecB2{
float: left;
display: block;
position: relative;
border: 1px solid #f2f2f2;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

width: 800px;
padding: 10px 20px 10px 10px;
}
.formA .contSecB2 p{
margin: 2px 0 10px 0 !important;
}
.formA .contSecC{
float: left;
display: block;
position: relative;
border-bottom: 1px solid #f2f2f2;
width: 800px;
padding: 10px 20px 10px 10px;
}
.formA .contSecC p{
margin: 2px 0 10px 0 !important;
}
.formA label{
display: block;
float: left;
line-height: 20px;
text-align: left;
width: 240px;
padding: 8px 10px 8px 0;
}
.formA .labB{
display: block;
float: left;
line-height: 16px;
text-align: left;
width: 550px;
padding: 8px 30px 8px 0;
}
.formA .labB2{
display: block;
float: left;
font-size: 14px;
line-height: 16px;
text-align: left;
width: 450px;
padding: 8px 10px 8px 0;
}
.formA .labB3{
display: block;
float: left;
font-size: 14px;
line-height: 16px;
text-align: left;
width: 460px;
padding: 8px 0;
}
.formA .labPr{
display: block;
float: left;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 22px;
text-align: left;
width: 25px;
padding: 8px 2px 8px 0;
}
.formA .labC{
display: block;
float: left;
line-height: 16px;
text-align: left;
width: 65px;
margin-left: 20px;
padding: 8px 10px 8px 0;
}
.formA .labC2{
display: block;
float: left;
line-height: 16px;
text-align: left;
width: 40px;
padding: 8px 10px 8px 0;
}
.formA .labD{
display: block;
float: left;
line-height: 16px;
text-align: left;
width: 125px;
margin-left: 30px;
padding: 8px 20px 8px 0;
}
.formA .labN{
width: 240px;
}
.formA select{
display: block;
float: left !important;
width: 345px;
height: 34px;
padding: 6px;
}
.formA .selB{
display: block;
float: left !important;
/*font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;*/
font-weight: 100;
width: 120px;
height: 34px;
padding: 6px;
}
.formA .selB2{
display: block;
float: left !important;
width: 176px;
height: 34px;
padding: 6px;
}
.formA .selB3{
display: block;
float: left !important;
/*font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;*/
font-weight: 100;
width: 152px;
height: 34px;
padding: 6px;
}
.formA .selC{
display: block;
float: left !important;
width: 63px;
height: 34px;
padding: 6px;
}
.formA .selD{
display: block;
float: left !important;
width: 112px;
height: 34px;
margin: 0 15px;
padding: 6px;
}
.formA .selE{
display: block;
float: left !important;
width: 73px;
height: 34px;
padding: 6px;
}
.formA .selF{
display: block;
float: left !important;
/*font-family: 'robotobold', Arial, Tahoma, Verdana;*/
width: 53px;
height: 34px;
margin-right: 5px;
padding: 6px 2px;
}

.formA .inpB{
display: block;
float: left;
width: 333px;
height: 22px;
padding: 6px;
}
.formA .inpB2{
display: block;
float: left;
width: 305px;
height: 22px;
padding: 6px;
}
.formA .inpC{
display: block;
float: left;
width: 163px;
height: 22px;
padding: 6px;
}
.formA .inpC2{
display: block;
float: left;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
width: 110px;
height: 22px;
padding: 6px;
}
.formA .inpC3{
display: block;
float: left;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
width: 110px;
height: 22px;
padding: 6px;
}
.formA .inpD{
display: block;
float: left;
width: 78px;
height: 22px;
padding: 6px;
}
.formA .inpE{
display: block;
float: left;
width: 60px;
height: 22px;
margin-right: 5px;
padding: 6px;
}
.formA .inpF{
display: block;
float: left;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
width: 95px;
height: 22px;
padding: 6px;
}

.formA .chkbxA{
display: block;
float: left;
margin: 12px 10px 20px 0;
}

.formA .req{
border: 1px solid #ff015b;
}
.formA .button{
float: right;
cursor: pointer;
color: #fff;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
text-align: center;
border: none;
background: #ffa813;
height: 51px;
margin-top: 10px;
padding: 15px 50px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.formA .button:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}

.formA .buttonB{
display: inline-block !important;
cursor: pointer;
color: #fff;
font-size: 16px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
text-align: center;
border: none;
background: #003e7e url(../lib/ico_solicitud.png) no-repeat 25px center;
height: 65px;
margin: 10px auto 0 300px !important;
padding: 15px 50px 15px 70px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.formA .buttonB:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}
.formA .buttonC{
float: right;
cursor: pointer;
color: #fff;
font-size: 18px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
text-align: center;
border: none;
background: #ffa813;
margin-top: 10px;
padding: 15px 50px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.formA .buttonC:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}


.formA .buttonD{
display: block;
cursor: pointer;
color: #fff;
font-size: 22px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
text-align: center;
border: none;
background: #ffa813 url(../lib/ico_hom.png) no-repeat 20px center;
height: 87px;
margin: 10px auto 0 auto;
padding: 15px 60px 15px 90px;
-webkit-appearance: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.formA .buttonD:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}


.formA p{
clear: both !important;
position: relative;
text-align: center;
margin: 2px 0 !important;
padding: 8px 0;
}
.formA .bxRc{
display: block;
position: absolute;
top: 9px;
right: 4px;
clear: both;
color: #fff;
font-size: 10px;
text-align: center;
line-height: 24px;
background: #fa005c;
height: 24px;
padding: 5px 15px;
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
}
.formA .bxRcB{
display: block;
position: absolute;
top: 6px;
right: 164px;
clear: both;
color: #fff;
font-size: 12px;
text-align: center;
line-height: 24px;
background: #fa005c;
height: 24px;
padding: 5px 15px;
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
}
.formA a.lnk1:link,a.lnk1:visited{
display: block;
float: left;
font-size: 12px;
margin: 10px 0 0 10px;
}


.formA h5{
display: block;
float: left;
color: #fff;
text-align: left;
background: #ffd204;
min-width: 170px;
margin: 0px;
padding: 13px 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*.formA a.icoHlp:link,a.icoHlp:visited{
margin: 10px 0 0 6px;
}*/

.formA .cant{
display: block;
float: left;
font-size: 12px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
margin: 10px 0 0 10px;
}

.formA .mssEr{
color: #f92a2a;
font-size: 18px;
font-weight: 100;
line-height: 24px;
text-align: center;
padding: 20px 0 10px 0;
}

.formA .mssErB{
display: block;
color: #fff;
font-size: 12px;
text-align: center;
line-height: 24px;
background: #fa005c;
height: 24px;
padding: 5px 15px;
}

.formA .txtInfA{
float: right;
display: block;
font-size: 12px;
line-height: 14px;
text-align: left;
width: 95px;
}

.formA .txtInfA2{
float: right;
display: block;
font-size: 10px;
line-height: 14px;
text-align: left;
width: 120px;
margin: 5px -130px 0 0;
}

.formA .txtDs{
display: block;
float: left;
font-size: 12px;
line-height: 14px;
margin: 5px 0 0 250px;
}



.formA .contCntB{
float: left;
display: block;
width: 37px;
height: 37px;
margin-right: 10px;
}

.formA .contCnt{
float: left;
display: block;
background: #ffcf0e;
width: 37px;
height: 37px;
margin-right: 10px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

.formA .contCnt span{
display: block;
color: #fff;
font-size: 18px;
text-align: center;
line-height: 30px;
background: #ffcf0e;
border: 2px solid #fff;
width: 31px;
height: 31px;
margin: 1px auto;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}





/* FORM 2 */
.formB fieldset{
overflow: hidden;
color: #003e7e;
width: 338px;
margin: 0 auto;
}
.formB select, input, textarea{
color: #003e7e;
font-size: 16px;
font-family: 'SourceSansProLight', Arial, Tahoma, Verdana;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.formB label{
display: block;
float: left;
text-align: left;
line-height: 24px;
width: 130px;
margin: 0 10px 0 0;
padding: 3px 0;
}
.formB .inpB{
display: block;
float: left;
border: 1px solid #bfbfbf;
background: #fff;
width: 324px;
height: 24px;
margin-right: 20px;
padding: 5px;
}
.formB .req{
border: 1px solid #f00;
}
.formB .button{
cursor: pointer;
color: #fff;
font-size: 18px;
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
text-align: center;
border: none;
background: #003e7e;
width: 200px;
margin: 5px auto 0 60px;
padding: 15px 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.formB .button:hover{
filter: alpha(opacity=80);
-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}
.formB p{
clear: both;
overflow: hidden;
position: relative;
text-align: justify;
margin: 10px 0 !important;
}
.formB p:last-child{
clear: both;
overflow: hidden;
text-align: justify;
margin: 5px 0 0 0 !important;
}
.formB .bxRc{
display: block;
position: absolute;
top: 31px;
right: 21px;
clear: both;
color: #fff;
font-size: 12px;
text-align: center;
line-height: 24px;
background: #fa005c;
height: 24px;
padding: 5px 20px;
border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
}
.formB .txtEr{
display: block;
color: #fff;
font-size: 12px;
text-align: center;
line-height: 30px;
background: #fa005c;
}






/* ---------------------------- TABLAS ---------------------------- */



.tabA{
clear: both;
font-size: 12px;
line-height: 14px;
text-align: left;
width: 100%;
margin: 20px auto;
}
.tabA thead th {
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
background: #e0e3e6;
padding: 15px 5px 10px 5px;
}

.tabA tbody td {
/*border: 1px solid #000;*/
vertical-align: middle;
border-bottom: 2px solid #ebedef;
padding: 12px 0;
}
.tabA tbody .inpD {
margin: 0 15px;
}
.tabA .aC {
text-align: center;
}





/* ---------------------------- TABLAS ---------------------------- */



/* TOOLTIP UI */

.ui-tooltip, .arrow:after {
background: #fff !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
box-shadow: 0 !important;
-webkit-box-shadow: 0 !important;
-moz-box-shadow: 0 !important;
}
.ui-tooltip {
color: #264354;
font-size: 14px !important;
font-family: 'SourceSansProLight', Arial, Tahoma, Verdana;
font-weight: 100;
line-height: 18px !important;
text-align: left;
border: 8px solid #ffd204 !important;
width: 500px;
padding: 10px 20px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
box-shadow:  none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}

/* TOOLTIP UI */

/* ---------------------------- SLIDER ---------------------------- */

/* CONFIG PAGE */
.swiper-container{
display: none;
	width: 100%;
	height:350px;
	text-align:center;
	background:#f3f4f5;
}
.swiper-slide{
	width: 2080px;
	padding: 10px 0;
}
.swiper-slide div{
	float:left;
	width:495px;
	height:300px;
	margin: 0 10px;
}
.swiper-scrollbar{
	width:100%;
	height:4px;
	position:absolute;
	left:0;
	bottom:5px;
	z-index:1;
}


/* CONFIG PAGE */


.swiper-container{
margin:0 auto;
position:relative;
overflow:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-o-backface-visibility:hidden;
backface-visibility:hidden;
z-index:1;
}
.swiper-wrapper{
position:relative;
width:100%;
-webkit-transition-property:-webkit-transform,left,top;
-webkit-transition-duration:0s;
-webkit-transform:translate3d(0px,0,0);
-webkit-transition-timing-function:ease;
-moz-transition-property:-moz-transform,left,top;
-moz-transition-duration:0s;
-moz-transform:translate3d(0px,0,0);
-moz-transition-timing-function:ease;
-o-transition-property:-o-transform,left,top;
-o-transition-duration:0s;
-o-transform:translate3d(0px,0,0);
-o-transition-timing-function:ease;
-o-transform:translate(0px,0px);
-ms-transition-property:-ms-transform,left,top;
-ms-transition-duration:0s;
-ms-transform:translate3d(0px,0,0);
-ms-transition-timing-function:ease;
transition-property:transform,left,top;
transition-duration:0s;
transform:translate3d(0px,0,0);
transition-timing-function:ease;
}
.swiper-free-mode>.swiper-wrapper{
-webkit-transition-timing-function:ease-out;
-moz-transition-timing-function:ease-out;
-ms-transition-timing-function:ease-out;
-o-transition-timing-function:ease-out;
transition-timing-function:ease-out;margin:0 auto;
}
.swiper-slide{
float:left;
}
.swiper-wp8-horizontal{
-ms-touch-action:pan-y;
}
.swiper-wp8-vertical{
-ms-touch-action:pan-x;
}
.swiper-container{}
.swiper-slide{}
.swiper-slide-active{}
.swiper-slide-visible{}
.swiper-pagination-switch{}
.swiper-active-switch{}
.swiper-visible-switch{}


/* SCROLLBAR */
.swiper-scrollbar{
display:none;
border-radius:10px;
position:relative;
-ms-touch-action:none;
background:rgba(0,0,0,0.1)
}
.swiper-scrollbar-drag{
height:100%;
width:100%;
position:relative;
background:rgba(0,0,0,0.5);
border-radius:10px;
}
.swiper-scrollbar-cursor-drag{
cursor:move;
}


.swiper-slide .bxImgMb{
float: left;
position: relative;
width: 495px;
height: 330px;
margin-bottom: 10px;
}

.swiper-slide .bxImgMb .desc{
display: block;
position: absolute;
z-index: 100;
bottom: 0;
color: #fff;
font-size: 10px;
background: rgba(0,62,126, 0.85);
width: 475px;
padding: 10px;
}

/* ---------------------------- SLIDER ---------------------------- */

/* ---------------------------- MEDIA QUERIES ---------------------------- */


@media screen and (max-width: 1050px) {

	#wrapper{
	min-width: 919px;
	}
	
	ul.flRS{
	display: none;
	}

}


@media screen and (min-width:481px) and (max-width:920px) {

	#wrapper{
	min-width: 320px;
	}
	

	header{
	overflow: hidden;
	height: 135px;
	}
	
	header div{
	width: 98%;
	height: 135px;
	margin: 0 1%;
	}
	header nav {
	margin-left: 0;
	width: 100%;
	height: 135px;
	}
	
	a.logo:link,a.logo:visited{
	float: left;
	width: 167px;
	height: 49px;
	margin: 12px auto 0 10px;
	}

	


	.banner{
	height: 250px;
	}
	.banner .contBn{
	height: 250px;
	}
	.banner .contBn .flexslider{
	height: 250px;
	}
	.slides a{
	background-size: 150% !important;
	-moz-background-size: 150% !important;
	height: 250px;
	}
	.flex-control-nav {
	left: 83%;
	bottom: 8px;
	width: 120px;
	margin: 0;
	}
	
	section.bannerIn{
	width: 100%;
	height: 120px;
	}	
	section.bannerIn .contBnI{
	background-size: 100%;
	width: 100%;
	}
	
	
	
	
	section.cont{
	font-size: 16px;
	line-height: 20px;
	width: 96%;
	min-height: 520px;
	margin: 20px auto 30px auto;
	}
	
	
	
	section.opt div{
	width: 98%;
	margin: 0 auto;
	padding-top: 35px;
	}
	section.opt .btnInd,
	section.opt .btnAsa{
	font-size: 20px;
	line-height: 23px;
	width: 215px;
	height: 65px;
	margin: 5px 20px 0 20px;
	padding: 15px 20px 0 75px;
	}
	section.opt .btnInd{
	height: 55px;
	padding: 25px 20px 0 75px;
	}

	
	
	
	section.txt div{
	width: 96%;
	}
	
	
	section.info div{
	width: 98%;
	}
	section.info ul li:last-child{
	display: none;
	}
	

	footer div{
	overflow: hidden;
	position: relative;
	width: 96%;
	margin: 0 auto;
	}
	
	.imgDs{
		display: none;
	}
	
	.swiper-container{
	display: block;
	width:100%;
	height:350px;
	text-align:center;
	}
	
	
	.infDs{
	width: 100%;
	margin-top: 20px;
	}
	
	

	
	.bxNCal{
	background-size: 100% !important;
	-moz-background-size: 100% !important;
	width: 100%;
	height: 260px;
	}	
	.bxNCal a.btnAsa:link,a.btnAsa:visited {
	width: 195px;
	height: 47px;
	margin: 150px 25px 0 300px;
	padding: 15px 10px 15px 85px;
	}


	.bxNPCal{
	background-size: 100% !important;
	-moz-background-size: 100% !important;
	width: 100%;
	height: 265px;
	}

	.bxNAC{
	width: 90%;
	padding: 15px 5%;
	}
	
	
	
	a.btn02:link,a.btn02:visited {
	font-size: 20px;
	width: 310px;
	margin: 0 10px;
	padding: 0 10px;
	}
	
	

	a.btnCc:link,a.btnCc:visited {
	font-size: 20px;
	width: 240px;
	height: 90px;
	margin: 0 10px;
	padding: 0 10px 0 87px;
	}	
	a.btnAs:link,a.btnAs:visited {
	font-size: 20px;
	width: 249px;
	height: 90px;
	margin: 0 10px;
	padding: 0 10px 0 78px;
	}

	a.lnkAdR:link,a.lnkAdR:visited {
	right: -5px;
	}
	
	ul.flRS{
	display: none;
	}
	
	ul.liInm li{
	margin: 10px 30px;
	}
	ul.liInm li:nth-child(4){
	margin: 10px 30px;
	}
	ul.liInm li:nth-child(8){
	margin: 10px 30px;
	}
	ul.liInm li:nth-child(12){
	margin: 10px 30px;
	}
	ul.liInm li:nth-child(16){
	margin: 10px 30px;
	}
	ul.liInm li:nth-child(20){
	margin: 10px 30px;
	}
	ul.liInm li:nth-child(24){
	margin: 10px 30px;
	}
	
	
	.formA .contSec{
	width: 93%;
	padding: 15px 3%;
	}
	.formA .contSecB{		
	width: 97%;
	padding: 15px 1%;
	}
	.formA .contSecB2{
	float: left;
	width: 92%;
	padding: 10px 20px 10px 10px;
	}
	.formA .contSecC{
	float: left;
	width: 92%;
	padding: 10px 20px 10px 10px;
	}
	
	.formA .labB2{
	width: 370px;
	padding: 8px 10px 8px 0;
	}
	
	.formA .labB{
	width: 380px;
	margin-left: 10px;
	}
	.formA .labD{
	width: 160px;
	margin-left: 30px;
	padding: 8px 20px 8px 0;
	}
	.formA .labN{
	width: 140px;
	}
	.formA .inpC{
	width: 130px;
	}
	.formA .bxRc{
	top: 9px;
	right: 13%;
	height: 26px;
	padding: 5px 15px;
	}
	.formA .bxRcB{
	right: 173px;
	}
	.formA a.icoHlp img {
	margin: 0 0 -14px 5px;
	}	
	.formA .txtInfA2{
	width: 100px;
	margin: -1px -20px 0 0;
	}	
	.formA .txtDs{
	width: 50%;
	margin: 5px 0 0 250px;
	}
	
	.formB .bxRc{
	right: 21px;
	top: 55px;
	}
		
	.contSInf{
	float: left;
	width: 95%;
	margin: 20px 0;
	padding: 20px 20px 30px 10px;
	}
	.contSInf .infRs{
	float: left;
	width: 90% !important;
	margin: 10px 20px 0 15px;
	}
	.contSInf .infRs p{
	float: left;
	width: 85%;
	padding-left: 8%;
	}
	.contSInf .contBtn{
	width: 40%;
	}
	.contSInf .contBtn .btn06{
	font-size: 18px;
	line-height: 20px;
	background: #013e7f url(../lib/ico_lapiz.png) no-repeat 20px center;
	background-size: 12%;
	-moz-background-size: 12%;
	width: 69%;
	height: 40px;
	padding: 20px 20px 20px 65px;
	}
	
	.bxNCalB{
	background: url(../lib/bn_no_califica_b.jpg) no-repeat right bottom;
	background-size: 100%;
	-moz-background-size: 100%;
	width: 100%;
	}


}


@media screen and (max-width: 480px) {

	#wrapper{
	min-width: 200px;
	}
	

	header{
	overflow: hidden;
	height: 75px;
	}
	
	header div{
	width: 98%;
	height: 75px;
	}
	header nav {
	margin-left: 0;
	width: 100%;
	height: 75px;
	}
	
	a.logo:link,a.logo:visited{
	float: left;
	margin: 11px auto 0 20px;
	}

	


	.banner{
	height: 125px;
	}
	.banner .contBn{
	height: 125px;
	}
	.banner .contBn .flexslider{
	height: 125px;
	}
	.slides a{
	background-size: 180% !important;
	-moz-background-size: 180% !important;
	height: 125px;
	}
	.flex-control-nav {
	right: 30%;
	bottom: 6px;
	width: 120px;
	}

	
	section.bannerIn{
	width: 100%;
	height: 150px;
	}	
	section.bannerIn .contBnI{
	background-position: -158px top;
	background-size: 160%;
	width: 100%;
	}

	.bxUs{
	width: 95%;
	margin: 80px auto 0 auto;
	padding-left: 5%;
	}
	.bxUs span{
	display: block;
	margin: 15px auto 0 auto;
	}
	
	
	section.cont{
	width: 94%;
	min-height: 520px;
	margin: 20px auto 30px auto;
	}
	section.cont h1{
	line-height: 30px;
	}


	
	
	section.opt{
	width: 100%;
	height: 280px;
	}
	section.opt div{
	position: relative;
	width: 96%;
	height: 280px;
	}
	section.opt h3{
	left: 0;
	position: relative;
	line-height: 24px;
	width: 80%;
	height: 50px;
	margin: -15px auto 15px auto;
	padding: 5px 15px;
	}
	
	section.opt .btnInd,
	section.opt .btnAsa{
	display: block;
	font-size: 18px;
	line-height: 20px;
	width: 64%;
	height: 48px;
	margin: 10px auto;
	padding: 18px 8% 15px 24%;
	}
	section.opt .btnInd{
	height: 40px;
	padding: 26px 3% 15px 24%;
	}
	
	
	
	section.txt{
	width: 96%;
	height: 180px;
	}
	section.txt div{
	font-size: 18px;
	line-height: 20px;
	width: 90%;
	height: 160px;
	margin: 0 auto;
	}
	
	
	
	section.info{
	height: 460px;
	}
	section.info div{
	width: 98%;
	}
	section.info ul li{
	width: 134px;
	height: 195px;
	margin: 0 9px 9px 9px;
	}
	section.info ul li:last-child{
	display: none;
	}
	section.info ul li .bxImg{
	height: 134px;
	}
	section.info ul li .bxImg img{
	width: 128px;
	height: 128px;
	}
	section.info ul li .bxImg .disP{
	bottom: 3px;
	font-size: 20px;
	line-height: 42px;
	width: 128px;
	height: 42px;
	}
	section.info a.lnkInm:link,a.lnkInm:visited {
	width: 128px;
	height: 128px;
	}
	section.info .lnk1R{
	margin: -10px 10px 5px 0;;
	}
	section.info h3{
	display: block;
	clear: both;
	color: #003e7e;
	font-size: 24px;
	font-weight: 100;
	text-align: left;
	margin: 0 10px;
	}


	.bxBtn{
	background: url(../lib/bg_btns.jpg) no-repeat center top;
	background-size: 430%;
	-moz-background-size: 430%;
	height: 340px;
	}
	.bxBtn h3{
	font-size: 22px;
	line-height: 24px;
	width: 80%;
	height: auto;
	margin: 20px auto 10px auto;
	padding: 10px 5% 15px 5%;
	}	
	.bxBtn a.btn02:link,a.btn02:visited {
	line-height: 24px;
	width: 70%;
	height: auto;
	min-height: 50px;
	margin: 5px auto;
	padding: 20px 10%;
	}


	.bxBtnB{
	height: 330px;
	}
	.bxBtnB h3{
	font-size: 22px;
	line-height: 24px;
	width: 80%;
	height: auto;
	margin: 20px auto;
	padding: 20px 5%;
	}
	.bxBtnB a.btnInd:link,a.btnInd:visited{
	width: 210px;
	height: 25px;
	margin: 5px 0;
	padding: 35px 10px 30px 75px;
	}
	.bxBtnB a.btnAsa:link,a.btnAsa:visited{
	width: 210px;
	height: 70px;
	margin: 5px 0;
	padding: 10px 10px 10px 75px;
	}

	
	footer div{
	width: 90%;
	margin: 0 auto;
	}
	
	footer div ul {
	width: 100%;
	margin: 10px 0 -8px 0;
	}
	footer div a.bisaC:link,a.bisaC:visited{
		width: 102px;
		height: 45px;
		margin: 20px 5px 20px 0;
	}
	
	
	
	
	.bxColA{
	clear: both;
	width: 92%;
	margin: 10px auto;
	padding: 10px 4% 20px 4%;
	}

	
	
	.imgL{
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	margin: 5px 0;
	}

	.imgDs{
	display: none;
	}
	
	
	.swiper-container{
	display: block;
	width:100%;
	height:350px;
	}
	
	
	.infDs{
	width: 100%;
	margin-top: 20px;
	}
	
	

	
	.bxNCal{
	overflow: hidden;
	background-position: -65px 0px;
	background-size: 126% !important;
	-moz-background-size: 126% !important;
	width: 100%;
	height: 235px;
	}	
	.bxNCal a.btnAsa:link,a.btnAsa:visited{
	float: none;
	width: 200px;
	height: 50px;
	margin: 145px auto 0 auto;
	padding: 15px 10px 15px 75px;
	}

	.bxNCalB{
	background: url(../lib/bn_no_califica_b.jpg) no-repeat 80% bottom;
	background-size: 132%;
	-moz-background-size: 132%;
	width: 100%;
	height: 100px;
	}

	.bxNPCal{
	background-size: 285% !important;
	-moz-background-size: 285% !important;
	width: 100%;
	height: 295px;
	}
	
	.bxNAC{
	width: 90%;
	padding: 15px 5%;
	}
	
	
	
	a.btn02:link,a.btn02:visited {
	font-size: 20px;
	width: 310px;
	margin: 0 10px;
	padding: 0 10px;
	}
	
	

	a.btnCc:link,a.btnCc:visited {
	line-height: 24px;
	width: 190px;
	height: 65px;
	margin: 5px 10px;
	padding: 15px 10px 0 87px;
	}	
	a.btnAs:link,a.btnAs:visited {
	line-height: 24px;
	width: 199px;
	height: 65px;
	margin: 5px 10px;
	padding: 15px 10px 0 78px;
	}
	
	
	
	a.btnInd:link,a.btnInd:visited {
	width: 70%;
	margin: 0 auto;
	}
	

	a.lnkAdR:link,a.lnkAdR:visited {
	right: -5px;
	}
	
	
	ul.flRS{
	display: none;
	}

	ul.liInm {
	margin: 0;
	}
	ul.liInm li{
	line-height: 16px;
	width: 99%;
	height: 132px;
	margin: 10px auto;
	}
	ul.liInm li:nth-child(4){
	margin: 10px auto;
	}
	ul.liInm li:nth-child(8){
	margin: 10px auto;
	}
	ul.liInm li:nth-child(12){
	margin: 10px auto;
	}
	ul.liInm li:nth-child(16){
	margin: 10px auto;
	}
	ul.liInm li:nth-child(20){
	margin: 10px auto;
	}
	ul.liInm li:nth-child(24){
	margin: 10px auto;
	}
	
	ul.liInm li .bxImg{
	float: left;
	width: 130px;
	height: 130px;
	margin: 0 10px 0 0;
	}
	ul.liInm li .bxImg .disP{
	bottom: 0px;
	font-size: 20px;
	line-height: 42px;
	width: 124px;
	height: 42px;
	}
	ul.liInm .lnkInm{
	width: 124px !important;
	height: 124px !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	ul.liInm .lnkInm img{
	float: left !important;
	width: 124px !important;
	height: 124px !important;
	}
	ul.liInm .lnk1{
	float: left;
	display: block;
	text-align: left;
	width: 46% !important;
	margin-top: 8px;
	}
	
	
	
	
	
	
	.formA .contSec{
	width: 91%;
	margin: 0 auto;
	padding: 0 4% 15px 4%;
	}
	.formA .contSecB{		
	width: 97%;
	padding: 15px 1%;
	}
	.formA .contSecB2{
	float: none;
	width: 86%;
	margin: 10px auto;
	padding: 10px 20px 10px 10px;
	}
	.formA .contSecC{
	float: none;
	overflow: hidden;
	width: 86%;
	margin: 10px auto;
	padding: 0 20px 10px 10px;
	}

	.formA .contCnt{display:none;
	}
	.formA .contCntB{display:none;
	}
	
	.formA .labB{
	width: 380px;
	margin-left: 10px;
	}
	.formA .labB2{
	clear: both;
	float: none !important;
	width: 100%;
	margin: 0 auto !important;
	padding: 0 0 8px 0 !important;
	}
	.formA .labB3{
	width: 80%;
	}
	.formA .labC{
	clear: both;
	margin: 10px 0 0 0;
	padding: 8px 10px 8px 0;
	}
	.formA .labD{
	width: 60%;
	margin-left: 0;
	padding: 8px 0 8px 0;
	}
	.formA .labPr{
	clear: left;
	}
	.formA .labN{
	width: 10px;
	}
	
	.formA .inpB{
	width: 90%;
	padding: 6px 4%;
	}
	.formA .inpB2{
	width: 200px;
	}
	.formA .inpC{
	width: 130px;
	}
	.formA .inpE{
	margin: 0 10px 5px 0;
	}
	.formA .bxRc{
	top: 45px;
	right: 1%;
	height: 26px;
	padding: 5px 15px;
	}
	.formA .bxRcB{
	right: 173px;
	}
	.formA a.icoHlp img {
	margin: 0 0 -14px 5px;
	}
	.formA .txtInfA{
	float: left;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	width: 90%;
	margin: 15px 0 0 0;
	}
	
	.formA .txtInfA2{
	width: 100%;
	margin: 10px 0 0 0;
	}	
	.formA .txtDs{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 0 0;
	}

	.formA p:nth-child(5) .selC{
	margin-top: 10px;
	}
	.formA .selD{
	margin: 0 8px;
	}
	.formA a.btn04{
	width: 90px;
	}
	

	.formA .buttonB{
	margin: 10px auto 0 auto !important;
	}
	
	
	.formB .inpB{
	width: 90%;
	margin-right: 0;
	padding: 5px 4%;
	}
	.formB .bxRc{
	right: 4px;
	}
	.formB .txtEr{
	line-height: 14px;
	padding: 5px 10px 7px 10px;
	}
	
	
	.contSInf{
	float: none;
	width: 90%;
	margin: 20px auto;
	padding: 10px 5% 20px 5%;
	}
	.contSInf .infRs{
	float: none;
	clear: both !important;
	width: 90% !important;
	margin: 10px auto;
	}
	.contSInf .infRs p{
	float: left;
	width: 90%;
	padding-left: 10%;
	}
	.contSInf .contBtn{
	clear: both !important;
	float: none;
	display: block;
	width: 100%;
	}
	.contSInf .contBtn .btn06{
	font-size: 18px;
	line-height: 20px;
	background: #013e7f url(../lib/ico_lapiz.png) no-repeat 20px center;
	background-size: 12%;
	-moz-background-size: 12%;
	width: 69%;
	height: 40px;
	padding: 20px 20px 20px 65px;
	}
	
	
	.contBx div{
	width: 92%;
	min-height: 150px;
	padding: 10px 4%;
	}

	.contBx2 div{
	width: 92%;
	min-height: 150px;
	padding: 10px 4%;
	}

	a.btn06b:link,a.btn06b:visited{
	width: 66%;
	height: 70px;
	padding: 20px 2% 20px 90px;
	}








}



/* PRINT */
.contPrnt{
width: 750px;
margin: 0 auto;
}
.contPrnt .contHd{
overflow: hidden;
width: 100%;
height: 50px;
margin: 0 auto;
}
.contPrnt .contBx{
overflow: hidden;
width: 100%;
margin: 0 auto 20px auto;
}
.contPrnt .contBx div{
float: left;
display: table;
color: #000;
font-size: 18px;
line-height: 20px;
text-align: left;
background: #e5e5e5;
width: 45%;
height: 150px;
margin: 6px 0;
padding: 5px 2%;
}

.contPrnt .contBx div:nth-child(1){
background: none;
width: 96%;
height: auto;
}
.contPrnt .contBx div:nth-child(1) b{
float: left;
display: block;
font-size: 14px;
line-height: 20px;
width: 72%;
}
.contPrnt .contBx div:nth-child(1) .txtR{
float: left;
display: block;
font-size: 14px;
line-height: 20px;
width: 28%;
}
.contPrnt .contBx div:nth-child(1) .bxTxt{
}
.contPrnt .contBx div:nth-child(2){
float: right;
height: 90px;
}
.contPrnt .contBx div:nth-child(3){
height: 90px;
}
.contPrnt .contBx div:nth-child(4){
float: right;
line-height: 20px;
}
.contPrnt .contBx div:nth-child(4) b{
line-height: 22px;
}
.contPrnt .contBx div:nth-child(6){
float: right;
}
.contPrnt .contBx div:nth-child(8){
float: right;
}
.contPrnt .contBx div:nth-child(9){
float: right;
}

.contPrnt .contBx div .conTxt{
display: table-cell;
vertical-align: middle;
}
.contPrnt .contBx div .small{
font-size: 14px;
line-height: 14px;
}
.contPrnt .contBx div .small2{
font-size: 10px;
}
.contPrnt .contBx div .bxTxt{
display: block;
color: #000;
font-size: 11px;
line-height: 12px;
text-align: left;
background: none;
margin: 3px 0 2px 0;
padding: 4px 0 2px 0;
}


/*
.contPrnt .contBx div .bxTxt{
display: block;
color: #fff;
font-size: 11px;
line-height: 12px;
text-align: center;
background: #000;
margin: 10px 0;
padding: 7px 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
*/


/* PRINT */


/* SIMPLE WYSIWIG */




b{
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
}


i{
font-style: italic;
}


.small{
font-size: 12px;
}


.color2{
color: #ffbb04;
}



/* LISTADO */
/* cambiar el .CONT por el class o id que usa el contenedor del wysiwyg en el SIMPLE */

.cont ul {
float: left;
}
.cont ul li{
text-align: left;
background: url(../lib/bull1.gif) no-repeat left 5px; /* no olvidarse de copiar la imagen BULL.GIF dentro del LIB del SIMPLE*/
margin: 10px 0;
padding-left: 15px;
}





