/* 
V4 - 19/09/2017
ANF - 2016
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: '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;
}



@font-face {
    font-family: 'baltobold';
    src: url('../fonts/balto_bold-webfont.eot');
    src: url('../fonts/balto_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/balto_bold-webfont.woff2') format('woff2'),
         url('../fonts/balto_bold-webfont.woff') format('woff'),
         url('../fonts/balto_bold-webfont.svg#baltobold') format('svg');
    font-weight: normal;
    font-style: normal;
}





a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}






body{
	color: #333333;
	font-size: 16px;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	text-align: center;
	line-height: 24px;
	background: #ffffff;
}




h1{
	color: #0f70b7;
	font-size: 36px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 36px;
}


h2{
	display: block;
	overflow: hidden;
	color: #0f70b7;
	font-size: 40px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 42px;
	text-align: left;
}

h2 .titSec{
	display: block;
	overflow: hidden;
	color: #0f70b7;
	font-size: 24px;
	line-height: 24px;
	background: url(../lib/bull_01.png) no-repeat left center;
	margin: 5px 0 0 0;
	padding: 5px 10px 0 20px;
}
h2 .titSecB{
	display: block;
	overflow: hidden;
	color: #e7185f;
	font-size: 24px;
	line-height: 24px;
	background: url(../lib/bull_01.png) no-repeat left center;
	margin: 5px 0 0 0;
	padding: 5px 10px 0 20px;
}
h2 .titSec a{
	display: block;
	color: #ffffff !important;
}
h2 img{
	display: block;
	margin-top: 12px;	
}





h3{
	color: #0f70b7;
	font-size: 20px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 20px;
	text-align: left;
}



img{
	display: block;
}




.wrapper{
	clear: both;
	width: 100%;
	margin: 0 auto;
}






/* MODAL */



.contentMod{
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
}

.contentMod div{
	top: 50%;
	left: 50%;
	position: relative;
	color: #ffffff;
	width: 900px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.contentMod div img{
	width: 900px;
	height: 550px;
}

.contentMod div video{
	width: 900px;
	height: auto;
}
.contentMod div iframe{
	width: 900px;
	height: 550px;
}





/* MODAL */




/* ---------------------------- HEADER ---------------------------- */



header{
	width: 100%;
}
header .cntHeader{
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

header .cntHeader a:hover{
	filter: alpha(opacity=90);
	-khtml-opacity: 0.90;
	  -moz-opacity: 0.90;cls
	       opacity: 0.90;
}

a.logo:link,a.logo:visited{
	top: 0;
	left: 50%;
	position: absolute;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/logo.png) no-repeat center;
	width: 238px;
	height: 97px;
	margin: 100px 5px 0 -119px;
}



nav{
	display: inline-block;
	position: relative;
	font-size: 14px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	width: 1080px;
	height: 47px;
	margin: 22px auto 5px auto;
}

nav ul {
	float: left;
	width: 100%;
	height: 47px;
	margin: 0;
}
nav ul li{
	float: left;
	display: block;
	position: relative;
	line-height: 40px;
	margin: 0;
}

nav ul li:first-child{
	display: none;
}
/*
nav ul li:last-child{
	float: right;
}
*/
nav ul li a{
	display: block;
	color: #333333;
	text-align: center;
	text-decoration: none;
	height: 41px;
	padding: 3px 20px;
}
nav ul li a:hover{
	color: #e7185f;
}
nav ul li .act{
	color: #0f70b7;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
}
nav ul li ul{
	display: none;
	overflow: hidden;
	z-index: 200;
	position: absolute;
	background: #0f70b7;
	width: 235px;
	height: auto !important;
}
nav ul li:hover ul{
	display: block;
	height: auto !important;
}
nav ul li ul li{
	clear: both;
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #3f8dc5;
	width: 100%;
}
nav ul li ul li:first-child{
	display: block;
}
nav ul li ul li a{
	color: #ffffff;
	text-align: left;
	background: url(../lib/bull_01.png) no-repeat 6px center;
	width: 83%;
	height: 26px;
	padding: 5px 5% 5px 12%;	
}
nav ul li ul li a:hover{
	background: #0c63ad url(../lib/bull_01.png) no-repeat 6px center;
}

nav ul .sbDsp{
}
nav ul .sbDsp:hover a{
	color: #ffffff !important;
	background-color: #0f70b7 !important;
}


nav #nav2 .btnAClnt{
	display: none;
}
nav .liMed{
	display: none;
}







a.btnAClnt:link,a.btnAClnt:visited{
	float: right;
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	line-height: 45px;
	text-decoration: none;
	background: #0f70b7 url(../lib/bull_01_b.png) no-repeat left center;
	width: auto;
	height: 47px;
	margin: 40px 5px 5px 5px;
	padding: 0 10px 0 30px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



ul.liMed,
ul.liMedB{
	float: left;
	overflow: hidden;
	margin: 30px auto 0 auto;
}


ul.liMed li,
ul.liMedB li{
	float: left;
	overflow: hidden;
	position: relative;
	width: 78px;
	margin: 10px 10px 10px 0;
}
ul.liMed li img,
ul.liMedB li img{
	float: left;
	margin: 1px 4px 0 0;
}
ul.liMed li a,
ul.liMedB li a{
	overflow: hidden;
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	background: #8dc63f;
	width: 68px;
	height: 24px;
	padding: 5px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ul.liMed li:nth-child(2) a,
ul.liMedB li:nth-child(2) a{
	background: #e7185f;
}

/*
ul.liMedB li{
	float: none !important;
	display: inline-block !important;
	width: 78px !important;
	margin: 10px 20px !important;
}
*/
ul.liMedB{
	float: left;
	clear: both;
	display: none;
	overflow: hidden;
	margin: 15px auto 0 auto;
}

ul.liMedB li{
	float: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 78px;
	margin: 10px 10px 0 0;
}
ul.liMedB li img{
	float: left;
	margin: 1px 4px 0 0;
}
ul.liMedB li a{
	overflow: hidden;
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	background: #8dc63f;
	width: 68px;
	height: 24px;
	padding: 5px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ul.liMedB li:nth-child(2) a{
	background: #e7185f;
}



.bxSrch{
	position: relative;
	color: #ffffff;
	background: #e7185f;
	width: 96%;
	margin: -12px auto 10px auto;
	padding: 10px 2%;
}
.bxSrch a{
	color: #ffffff !important;
}

.bxSrch label{
	color: #ffffff !important;
}
.bxSrch input{
	background-color: #ffffff !important;
	border: none;
}



/* ---------------------------- HEADER ---------------------------- */








.contentHome{
	overflow: hidden;
	position: relative;
	background: #ffffff;
	width: 100%;
}
.contentHome .cntHome{
	overflow: hidden;
	position: relative;
	width: 1080px;
	margin: 12px auto;
}

.contentHome .cntHome a{
	color: #0f70b7;
	text-decoration: none;
}




.cntNT{
	clear: both;
	overflow: hidden;
	color: #fff;
	width: 100%;
	margin-bottom: 12px;
}
.cntNT div{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.cntNT div:hover{
	filter: alpha(opacity=90);
	-khtml-opacity: 0.90;
	  -moz-opacity: 0.90;
	       opacity: 0.90;
}

.cntNT h1{
	clear: both;
	color: #fff;
	font-size: 32px;
	line-height: 30px;
	text-align: left;
	width: 100%;
}
.cntNT h2{
	clear: both;
	color: #fff;
	font-size: 16px !important;
	line-height: 18px !important;
	text-align: left;
	width: 100%;
}
.cntNT a{
	color: #fff;
	text-decoration: none;
}
.cntNT .divA{
	float: left;
	overflow: hidden;
	position: relative;
	width: 750px;
	height: 422px;
}

.cntNT .divB{
	float: right;
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 202px;
	margin-bottom: 18px;
}

.cntNT .divC{
	float: right;
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 202px;
}
.cntNT .divB .titSec,
.cntNT .divC .titSec{
	width: inherit;
	height: 23px;
}

.cntNT .txtN{
	pointer-events: none;
	display: block;
	overflow: hidden;
	position: absolute;
	background: rgba(0,0,0,0.0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	width: 100%;
	height: 100%;
}
.cntNT .txtN .cntTxtN{
	bottom: 0;
	position: absolute;
	display: block;
	text-align: left;
	margin: 20px 15px 10px 15px;
	padding: 10px 0;
}


.alTxt{
	display: none;
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.alTxt h2{
	color: #0f70b7;
}

.alTxt .cntTxtN{
	z-index: 100;
	position: relative;
	display: block;
	text-align: left;
	margin: 61px 0 0 0;
	padding: 10px 0;
}


.cntNTB{
	clear: both;
	overflow: hidden;
	color: #fff;
	width: 100%;
	height: 550px;
	margin-bottom: 12px;
}
.cntNTB div{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.cntNTB div:hover{
	filter: alpha(opacity=90);
	-khtml-opacity: 0.90;
	  -moz-opacity: 0.90;
	       opacity: 0.90;
}
.cntNTB h1{
	clear: both;
	color: #fff;
	font-size: 46px;
	line-height: 50px;
	text-align: left;
	width: 100%;
}
.cntNTB h2{
	clear: both;
	color: #fff;
	font-size: 16px !important;
	line-height: 18px !important;
	text-align: left;
	width: 100%;
}
.cntNTB a{
	color: #fff;
	text-decoration: none;
}
.cntNTB img{
	width: 100%;
	height: auto;
}
.cntNTB .divA{
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;;
	height: 550px;
}


.cntNTB .txtN{
	pointer-events: none;
	display: block;
	overflow: hidden;
	position: absolute;
	background: rgba(0,0,0,0.0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	width: 100%;
	height: 100%;
}
.cntNTB .txtN .cntTxtN{
	bottom: 0;
	position: absolute;
	display: block;
	text-align: left;
	margin: 20px 15px 10px 15px;
	padding: 20px 30px;
}


.cntNT ico,
.cntNTB ico{
	z-index: 1000;
	left: 15px;
	top: 8px;
	pointer-events: none;
	position: absolute;
	width: 54px;
	height: 54px;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	  -moz-opacity: 0.70;
	       opacity: 0.70;
}


.cntNT .divB ico,
.cntNT .divC ico{
	width: 36px;
	height: 36px;
	/*
		-webkit-background-size: 100%;
		   -moz-background-size: 100%;
		        background-size: 100%;
		        */
}
.cntNT .divB ico img,
.cntNT .divC ico img{
	width: 36px;
	height: 36px;
}





.contentHome .cntHome .col1{
	float: left;
	overflow: hidden;
	position: relative;
	width: 420px;
	margin-right: 30px;
}

.contentHome .cntHome .col2{
	float: left;
	overflow: hidden;
	position: relative;
	width: 300px;
	margin-right: 30px;
}

.contentHome .cntHome .col3{
	float: left;
	overflow: hidden;
	position: relative;
	width: 300px;
}




.contentHome .cntHome h2{
	clear: both;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	width: 100%;
}
.contentHome .cntHome .col1 a:hover,
.contentHome .cntHome .col2 a:hover,
.contentHome .cntHome .col3 a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.contentHome .cntHome .col1 .titSec,
.contentHome .cntHome .col2 .titSec,
.contentHome .cntHome .col3 .titSec{
	line-height: 22px;
	width: auto;
	height: 23px;
}


.contentHome .cntHome .col2 .lnkMMIco{
	margin-top: 0;
}



.contentHome .cntHome .col2 .lnkMMIco ico{
	width: 36px;
	height: 36px;
}
.contentHome .cntHome .col2 .lnkMMIco ico img{
	width: 36px;
	height: 36px;
}

.contentHome article{
	width: 100%;
	margin: 10px 0 25px 0;
}
.contentHome article p{
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin: 10px 0;
}



.contentHome article ul{
	clear: both;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	margin: 20px 0;
}
.contentHome article ul li{
	clear: both;
	width: 100%;
	margin: 10px 0;
}
.contentHome article ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(../lib/bull_01_s.png) no-repeat left 6px;
	width: 93%;
	padding: 0 2% 0 5%;
}



.contentHome .cntImgM{
	display: block;
	overflow: hidden;
	margin: 10px 0;
}



.contentHome .cntNPr{
	display: block;
	overflow: hidden;
	margin: 0 0 6px 0;
}

.contentHome .cntNPr h3{
	clear: both;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	width: 92%;
	padding: 1px 4% 14px 4%;
}
.contentHome .cntNPr img:nth-child(2){
	width: 100%;
}


.contentHome .cntNCat{
	display: block;
	overflow: hidden;
	margin: 10px 0;
}

.contentHome .cntNCat h3{
	clear: both;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	width: 96%;
	padding: 8px 2%;
}








.content{
	background: #ffffff;
	position: relative;
	width: 100%;
}
.content .cntContent{
	position: relative;
	text-align: justify;
	width: 1080px;
	margin: 12px auto;
}


.content .cntContent section{
	float: left;
	overflow: hidden;
	position: relative;
	width: 750px;
	margin-right: 30px;
	padding-bottom: 60px;
}
.content .cntContent section h3{
	float: left;
	display: block;
	clear: both;
	color: #ffffff;
	font-size: 18px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 32px;
	background: #0f70b7 url(../lib/bull_01.png) no-repeat left center;
	height: 32px;
	margin-bottom: 0 !important;
	padding: 0 10px 0 20px;
}



.content .cntContent h1{
	font-size: 30px;
	line-height: 32px;
	text-align: left;
	margin-top: 10px;
}
.content .cntContent p{
	text-align: justify;
	margin: 15px auto;
}

.content .cntContent a{
	color: #0f70b7;
	text-decoration: none;
}

.content .cntContent iframe,
.content .cntContent video{
	width: 100%;
}





.content .cntContent section ul{
	width: 98%;
	margin: 15px 0;
}
.content .cntContent section ul li{
	text-align: left;
	background: url(../lib/bull1.png) no-repeat left 8px;
	margin: 1px 0;
	padding-left: 15px;
}

.content .cntContent section ol {
	list-style-type: decimal !ie; /*IE 7- hack*/	
	margin-left: 15px;	
	counter-reset: li-counter;
}
.content .cntContent section ol > li{
	position: relative;
	text-align: left;
	padding-left: 6px;
}
.content .cntContent section ol > li:before {
	position: absolute;
	top: 0;
	left: -1em;
	color: #0f70b7;
	font-weight: bold;
	text-align: right;
	width: 0.8em;
	content: counter(li-counter);
	counter-increment: li-counter;
}





.content .cntContent .col3{
	float: left;
	overflow: hidden;
	position: relative;
	width: 300px;
}
.content .cntContent .col3 a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.content .cntContent .col3 .titSec{
	line-height: 22px;
	width: auto;
	height: 23px;
}


.content .cntContent section blockquote{
	overflow: hidden;
    position: relative;
	color: #000000;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-style: italic;
    background: rgba(0, 0, 0, 0.030);
    width: 89%;
    margin: 20px auto;
    padding: 20px 5% 25px 5%;
}





.cntOp{
	clear: both;
	overflow: hidden;
}
.cntOp h1{
	float: left;
	width: 90%;
}
.cntOp img{
	float: right;
	margin: 25px 0 0 15px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}




.bxImgB{
	overflow: hidden;
	color: #444444;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	background: #e5e5e5;
	width: 100%;
	margin: 10px auto;
}
.bxImgB span{
	display: block;
	margin: 5px 10px;
}


.info{
	color: #fff;
	background: #0f70b7;
	width: 100%;
}
.info .cntInfo{
	overflow: hidden;
	position: relative;
	width: 1080px;
	margin: 10px auto 0 auto;
	padding: 10px 0;
}
.info .cntInfo a:hover{
	filter: alpha(opacity=90);
	-khtml-opacity: 0.90;
	  -moz-opacity: 0.90;
	       opacity: 0.90;
}




a.logoS:link,a.logoS:visited{
	float: left;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/logo_s.png) no-repeat center;
	width: 107px;
	height: 47px;
	margin: 17px auto;
}


.info .cntInfo ul{
	float: left;
	display: inline-block;
	font-size: 12px;
	text-align: left;
	width: 55%;
	margin: 30px 0 10px 50px;
}
.info .cntInfo ul li{
	display: inline-block;
	margin: 0 10px;
}
.info .cntInfo ul li:last-child{
	margin-right: 0;
}
.info .cntInfo ul li img{
	display: inline-block;
	margin-right: 20px;
}
.info .cntInfo ul li span{
	display: inline-block;
	vertical-align: bottom;
	width: 40%;
	margin-bottom: 10px;
}
.info .cntInfo ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}
.info .cntInfo ul li a:hover{
	text-decoration: underline;
}




footer{
	color: #fff;
	background: #0d63b0;
	width: 100%;
}
footer .cntFooter{
	overflow: hidden;
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
}
footer .cntFooter p{
	float: left;
	display: block;
	vertical-align: top;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
footer .cntFooter p:first-child{
	line-height: 14px;
	width: 60%;
}
footer .cntFooter p:last-child{
	float: right;
	width: 26%;
}


footer a.lnkO{
	color: #0d63b0;
}



.logos{
	display: none;
	background: #0f6fb9;
	width: 100%;
	height: 30px;
}
.logos .cntLogos{
	overflow: hidden;
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 3px 0;
}




.bxPbVA,
.bxPbVB{
	top: 90px;
	position: fixed;
	z-index: 1000;
	width: 120px;
	height: 600px;
}
.bxPbVA{
	left: 14%;
}
.bxPbVB{
	right: 14%;
}







.titSec{
	float: left;
	display: block;
	clear: both;
	color: #ffffff;
	font-size: 16px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	background: #0f70b7 url(../lib/bull_01.png) no-repeat left center;
	height: 28px;
	margin-bottom: 10px;
	padding: 0 10px 0 20px;
}
.titSec a{
	display: block;
	color: #ffffff !important;
}







.bnHM{
	width: 100%;
	margin: 15px auto;
}
.bnHM img{
	margin: 0 auto;
}



.bxPCal,
.bxPCalO{
	overflow: hidden;
    position: relative;
	color: #ffffff;
    font-size: 20px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
    line-height: 20px;
    text-align: left;
    width: 46%;
    margin: 20px auto;
    padding: 20px 5% 25px 5%;
}

.bxPCal div,
.bxPCalO div{
	vertical-align: top;
	display: inline-block;
    width: 48%;
}
.bxPCal div a,
.bxPCalO div a{
	display: block;
	color: #ffffff !important;
}
.bxPCal div span,
.bxPCalO div span{
	vertical-align: top;
	display: inline-block;
	line-height: 62px;
	text-align: center;
	width: 62px;
	height: 62px;
	margin: 0 10px;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.bxPCal div span:active,
.bxPCalO div span:active{
	width: 70px;
	height: 70px;
}


.bxPCal div:first-child span{
	background: #29a71a;
}
.bxPCal div:last-child span{
	background: #ec1c24;
}
.bxPCal div:last-child img,
.bxPCalO div:last-child img{
	margin-top: 10px;
}

.bxPCalO div span{
	background: #cccccc;
}

.bxPCal div img,
.bxPCalO div img{
	display: inline-block;
}
.bxPCal div ico,
.bxPCalO div ico{
	display: block;
	background-image: url(../lib/hand.png);
	background-repeat: no-repeat;
}
.h_p{
	background-position: 0 0; width: 47px; height: 45px;
}
.h_p_o{
	background-position: -48px 0; width: 47px; height: 45px;
}
.h_n{
	background-position: -96px 0; width: 47px; height: 62px;
}
.h_n_o{
	background-position: -144px 0; width: 47px; height: 62px;
}



.bxTwt{
	overflow: hidden;
    position: relative;
	color: #999999 !important;
    font-size: 26px !important;
    font-style: normal !important;
    line-height: 34px !important;
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #cccccc;
    width: 89%;
    margin: 20px auto;
    padding: 20px 5% 25px 5%;
}
.bxTwt a{
	display: block;
	color: #999999 !important;
	text-decoration: none;
}
.bxTwt:before {
	position: absolute;
	right: 1%;
	bottom: 8%;
	content:"";
	background: url(../lib/ico_twt_m.png) no-repeat right bottom;
	width: 40px;
	height: 40px;
}







.colUs,
.colUsB{
	float: left;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    border: 1px solid #cccccc;
    width: 42%;
    min-height: 275px;
    margin: 20px 2% 0 0;
    padding: 15px 3%;
}

.colUsB{
    margin: 20px 0 0 0;
}
.colUs h4,
.colUsB h4{
	color: #e7185f;
    font-size: 18px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
    line-height: 20px;
}








/* ---------------------------- BANNERS ---------------------------- */

.bnDsk{
	display: block;
    position: relative;
    overflow: hidden;
	height: 90px;
    margin: 0 auto;
}

.bnDskM{
	float: right;
	display: block;
    position: relative;
    overflow: hidden;
	width: 728px;
	height: 90px;
    margin: 0 auto;
}

.bnDskS{
	float: left;
	display: block;
    position: relative;
    overflow: hidden;
	width: 336px;
	height: 90px;
    margin: 0 auto;
}

.bnDskC{
	display: block;
    position: relative;
    overflow: hidden;
	width: 300px;
	height: 250px;
    margin: 0 auto;
}



.bnMob{
	display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
	height: 64px;
    margin: 0 auto 10px auto;
}

.bnMob img{
    width: 100%;
}

.bnMobC{
	display: none;
    position: relative;
    overflow: hidden;
	width: 328px;
	height: 274px;
    margin: 10px auto;
}



/* ---------------------------- BANNERS ---------------------------- */






.bxPly{
	clear: both;
	overflow: hidden;
	position: relative;
	line-height: 31px;
	text-align: left;
	background: #ededed;
	width: 82%;
	height: 30px;
	margin: 10px auto;
	padding: 10px 10px;
}
.bxPly a{
	display: block;
	color: #0f70b7;
	text-decoration: none;
}

.bxPly ico{
	float: left;
	clear: both;
	overflow: hidden;
	background: #0f70b7 url(../lib/ico_bxs.png) no-repeat 0 -3px;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.bxPly .stp{
	background: #0f70b7 url(../lib/ico_bxs.png) no-repeat -206px -2px;
}





.bxSus{
	clear: both;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	background: #8dc63f;
	width: 92%;
	margin: 10px auto;
	padding: 0 3% 5px 3%;
}
.bxSus b{
	font-size: 24px;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 24px;
}
.bxSus p{
	float: left;
	width: 66%;
}
.bxSus a{
	float: right;
	display: block;
	color: #fff !important;
	line-height: 37px;
	text-align: center;
	border: 1px solid #ffffff;
	width: 30%;
	height: 38px;
	margin: 20px 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.bxTF{
	display: block;
	overflow: hidden;
	font-size: 10px;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	font-weight: lighter;
	line-height: 13px;
	padding: 5px 0;
}



.bxVR{
	display: block;
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}
.bxVR img,
.bxVR a{
	display: block;
	width: 100%;
}
.bxVR a:before{
	content:"";
	position: absolute;
	pointer-events: none;
	z-index: 1000;
	top: 50%;
	left: 50%;
	background: url(../lib/ico_vid_b.png) no-repeat center;
	width: 54px;
	height: 54px;

	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}





.imgS{
	float: left;
	margin: 15px 27px 15px 0;
}

.imgM{
	float: left;
	margin: 0;
}

.imgB{
	width: 100%;
	margin: 10px 0;
}




.bxDt{
	float: left;
	display: block;
	font-size: 12px;
	margin: 3px 10px;
}



.dnMb{
}


.left{
	float: left;
	display: block;
}

.right{
	float: right;
	display: block;
}

.clear{
	clear: both;
	display: block;
}






.subT1{
	color: #0f70b7 !important;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	font-size: 18px;
}







b{
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
}


i{
	font-style: italic;
}


.small{
	font-size: 14px;
	line-height: 16px;
}


.color1{
	color: #0f70b7 !important;
}




.bold{
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
}
.bold2{
	color: #0f70b7 !important;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
}








/* ---------------------------- LINKS ---------------------------- */



a.lnkPB01:link,a.lnkPB01:visited{
	display: block;
	clear: both;
	margin-bottom: 20px;
}
a.lnkPB01:hover{
	filter: alpha(opacity=100);
	-khtml-opacity: 1.00;
	  -moz-opacity: 1.00;
	       opacity: 1.00;
}


a.lnkClsB:link,a.lnkClsB:visited{
	top: -17px;
	right: -17px;
	position: absolute;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #e7185f url(../lib/ico_cls.png) no-repeat center;
	width: 35px !important;
	height: 35px !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
}
a.lnkClsB:hover{
	filter: alpha(opacity=100);
	-khtml-opacity: 1.00;
	  -moz-opacity: 1.00;
	       opacity: 1.00;
}


a.lnkSrch:link,a.lnkSrch:visited{
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #e7185f url(../lib/ico_srch.png) no-repeat center;
	width: 50px !important;
	height: 47px !important;
	margin: 0 !important;
	padding: 0 !important;
}
a.lnkSrch:hover{
	filter: alpha(opacity=100);
	-khtml-opacity: 1.00;
	  -moz-opacity: 1.00;
	       opacity: 1.00;
}


a.lnkSrchB:link,a.lnkSrchB:visited{
	float: right;
	display: none;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #e7185f url(../lib/ico_srch.png) no-repeat center;
	width: 50px !important;
	height: 47px !important;
	margin: 19px 10px 0 0 !important;
	padding: 0 !important;
}
a.lnkSrchB:hover{
	filter: alpha(opacity=100);
	-khtml-opacity: 1.00;
	  -moz-opacity: 1.00;
	       opacity: 1.00;
}




a.btn02:link,a.btn02:visited{
	display: block;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	font-size: 12px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	background: #0f70b7;
	text-align: center;
	width: 40%;
	margin: 5px auto;
	padding: 10px 0;
}
a.btn02:hover{
	filter: alpha(opacity=100);
	-khtml-opacity: 1.00;
	  -moz-opacity: 1.00;
	       opacity: 1.00;
}


a.btn03:link,a.btn03:visited{
	display: block;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	background: #8dc63f;
	text-align: center;
	width: 100%;
	margin: 5px auto;
	padding: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.btn03:hover{
	filter: alpha(opacity=100);
	-khtml-opacity: 1.00;
	  -moz-opacity: 1.00;
	       opacity: 1.00;
}


	
a.lnkMMIco:link,a.lnkMMIco:visited{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 10px 0;
}
a.lnkMMIco:hover{
	filter: alpha(opacity=100);
	-khtml-opacity: 1.00;
	  -moz-opacity: 1.00;
	       opacity: 1.00;
}
a.lnkMMIco ico{
	right: 8px;
	bottom: 8px;
	position: absolute;
	width: 54px;
	height: 54px;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	  -moz-opacity: 0.70;
	       opacity: 0.70;
}




.adjPpt,
.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;
	background-color: #ededed;
	width: 70%;
	margin: 5px 0;
	padding: 12px 10px 12px 45px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.adjPpt ico,
.adjDoc ico,
.adjXls ico,
.adjPdf ico{
	display: block;
	float: left;
	background-image: url(../lib/ico_adj.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 31px;
	margin: 5px 5px 5px -35px;
}
.adjPpt:hover,
.adjDoc:hover,
.adjXls:hover,
.adjPdf:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.adjPpt ico{
	background-position: -50px 0;
}
.adjDoc ico{
	background-position: 0 0;
}
.adjXls ico{
	background-position: -75px 0;
}
.adjPdf ico{
	background-position: -25px 0;
}





a.byLogos:link,a.byLogos:visited{
	display: none;
	/*display: block;*/
	float: right;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 30px;
	margin-top: 6px;
}
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;
}





/* ---------------------------- LINKS ---------------------------- */

/* ---------------------------- LISTADOS ---------------------------- */




ul.li01{
	overflow: hidden;
	margin: 20px auto;
}
ul.li01 li{
	float: left;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
}
ul.li01 li img{
	float: left;
	margin-right: 10px;
}
ul.li01 li span{
	float: left;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	width: 50%;
}
ul.li01 li a{
	overflow: hidden;
	position: relative;
	display: block;
	color: #171716;
	text-decoration: none;
	width: 100%;
}



ul.li02{
	overflow: hidden;
	color: #0f70b7;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	margin: 0 auto 20px auto;
}
ul.li02 li{
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 10px 0;
}
ul.li02 li a{
	overflow: hidden;
	position: relative;
	display: block;
	color: #171716;
	text-decoration: none;
	width: 100%;
}
ul.li02 .small{
	color: #e7185f;
	font-size: 11px;
}



ul.li03{
	overflow: hidden;
	color: #4c4c4c;
	font-size: 14px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 14px;
	text-align: left;
	margin: 0 auto 20px auto;
}
ul.li03 li{
	float: left;
	overflow: hidden;
	position: relative;
	margin: 10px 0;
}
ul.li03 li a{
	overflow: hidden;
	position: relative;
	display: block;
	color: #4c4c4c !important;
	text-decoration: none;
	width: 100%;
}
ul.li03 li img{
	float: left;
	margin-right: 10px;
}
ul.li03 .small{
	color: #e7185f;
	font-size: 11px;
}

ul.li03 ico{
	left: 94px;
	top: 40px;
	position: absolute;
	width: 25px;
	height: 25px;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.70;
	  -moz-opacity: 0.70;
	       opacity: 0.70;
}
ul.li03 ico img{
	width: 25px;
	height: 25px;
}



ul.liItm01{
	overflow: hidden;
	margin: 20px auto 0 auto !important;
}
ul.liItm01 li{
	float: left;
	overflow: hidden;
	position: relative;
	width: 23% !important;
	margin: 0 2% 0 0 !important;
}
ul.liItm01 li a{
	overflow: hidden;
	position: relative;
	display: block;
	color: #171716;
	text-decoration: none;
	width: 100%;
	padding: 0 !important;
}




ul.liOp{
	overflow: hidden;
	color: #0f70b7;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin: 20px auto;
}
ul.liOp li{
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 10px 0;
}
ul.liOp li img{
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
ul.liOp li a{
	overflow: hidden;
	position: relative;
	display: block;
	color: #171716;
	text-decoration: none;
	width: 100%;
}
ul.liOp .small{
	color: #000000;
	font-size: 11px;
}


ul.liOp .cnTxt{
	float: left;
	display: block;
	width: 74%;
}




ul.liNEs{
	overflow: hidden;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	width: 100%;
	margin: 20px auto !important;
}
ul.liNEs li{
	float: left;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	background: none !important;
	border: 1px solid #e5e5e5;
	width: 308px;
	margin: 10px 4% 10px 0 !important;
	padding: 15px 18px !important;
}
ul.liNEs li:nth-child(2n){
	margin: 10px 0 !important;
}
ul.liNEs li:nth-child(3n){
}
ul.liNEs li a{
	color: #0f70b7;
	text-decoration: none;
}
ul.liNEs li b{
	display: block;
	font-size: 22px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	line-height: 22px;
	margin: 5px 0;
}
ul.liNEs li img{
	margin-top: 10px;
}
ul.liNEs li .small{
	color: #e7185f;
	font-size: 11px;
}









ul.liTN{
	overflow: hidden;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	width: 100%;
	margin: 20px auto !important;
}
ul.liTN li{
	float: left;
	overflow: hidden;
	position: relative;
	background: none !important;
	border-bottom: 5px solid #e5e5e5;
	width: 100%;
	margin: 0 !important;
	padding: 15px 0 !important;
}
ul.liTN li a{
	color: #0f70b7;
	text-decoration: none;
}
ul.liTN li b{
	display: block;
	font-size: 22px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	line-height: 22px;
	margin: 5px 0;
}
ul.liTN li .small{
	color: #e7185f;
	font-size: 11px;
}





ul.liTNB{
	overflow: hidden;
	color: #333333;
	font-size: 13px;
	line-height: 14px;
	text-align: left;
	margin: 20px auto;
}
ul.liTNB li{
	float: left;
	overflow: hidden;
	position: relative;
	background: none !important;
	border-bottom: 5px solid #e5e5e5;
	width: 100%;
	padding: 15px 0 !important;
}
ul.liTNB li a{
	color: #0f70b7;
	text-decoration: none;
}
ul.liTNB li b{
	display: block;
	font-size: 22px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	line-height: 22px;
	margin: 2px 0;
}
ul.liTNB li .small{
	color: #e7185f;
	font-size: 11px;
	line-height: 10px;
}


ul.liTNB li img{
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

ul.liTNB .cnTxt{
	float: left;
	display: block;
	width: 89%;
}




ul.liNRl{
	overflow: hidden;
	width: 100% !important;
	margin: 20px auto;
}
ul.liNRl li{
	float: left !important;
	clear: none !important;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 14px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	line-height: 16px;
	text-align: left;
	background: none !important;
	width: 240px !important;
	margin: 0 15px 30px 0 !important;
	padding: 0 !important;
}
ul.liNRl li:nth-child(3n){
	margin-right: 0 !important;
}
ul.liNRl li a{
	color: #0f70b7 !important;
	text-decoration: none;
}
ul.liNRl li img{
	width: 100%;
	margin-bottom: 5px;
}




ul.liBRS{
	overflow: hidden;
	margin: 20px auto;
}
ul.liBRS li{
	float: left;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 12px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 32px;
	text-align: center !important;
	background: none !important;
	width: 135px;
	height: 33px;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
}
ul.liBRS li a{
	display: block;
	color: #ffffff !important;
	text-align: center !important;
	text-decoration: none;
}
ul.liBRS li img{
	float: left;
	margin: 8px -25px 8px 10px !important;
}
ul.liBRS li .btnFbk{
	background: #36659e;
}
ul.liBRS li .btnTwt{
	background: #0caad9;
}
ul.liBRS li .btnGp{
	background: #df4a32;
}






ul.liRSInf{
	float: left;
	overflow: hidden;
	width: 20% !important;
	height: 40px !important;
	margin: 15px auto;
}
ul.liRSInf li{
	margin: 0 10px;
}
ul.liRSInf li a{
	overflow: hidden;
	display: block;
	text-decoration: none;
	width: 37px !important;
	height: 37px !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
ul.liRSInf li ico{
	display: block;
	background-image: url(../lib/ico_rs.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin: 8px 0 0 8px !important;
}
ul.liRSInf li .btnFbk{
	background: #3b5fab;
}
ul.liRSInf li .btnTwt{
	background: #96e5e9;
}
ul.liRSInf li .btnInst{
	background: #d6c6b7;
}
ul.liRSInf li .btnFbk ico{
	background-position: 0 0;
}
ul.liRSInf li .btnTwt ico{
	background-position: -20px 0;
}
ul.liRSInf li .btnInst ico{
	background-position: -40px 0;
}





ul.liRSInfAP{
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	overflow: hidden;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
ul.liRSInfAP li{
	display: inline-block;
	margin: 0 3%;
}
ul.liRSInfAP li a{
	overflow: hidden;
	display: block;
	text-decoration: none;
	width: 60px !important;
	height: 60px !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
ul.liRSInfAP li ico{
	display: block;
	background-image: url(../lib/ico_rs_b.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin: 10px auto !important;
    -webkit-transform: scale(0.70, 0.70);
       -moz-transform: scale(0.70, 0.70);
        -ms-transform: scale(0.70, 0.70);
         -o-transform: scale(0.70, 0.70);
            transform: scale(0.70, 0.70);
}
ul.liRSInfAP li .btnFbk{
	background: #3f639d;
}
ul.liRSInfAP li .btnTwt{
	background: #38a9d8;
}
ul.liRSInfAP li .btnInst{
	background: #d6c6b7;
}
ul.liRSInfAP li .btnWht{
	background: #29a71a;
}
ul.liRSInfAP li .btnFbk ico{
	background-position: 0 0;
}
ul.liRSInfAP li .btnTwt ico{
	background-position: -40px 0;
}
ul.liRSInfAP li .btnInst ico{
	background-position: -80px 0;
}
ul.liRSInfAP li .btnWht ico{
	background-position: -80px 0;
}





ul.liPrt{
	float: left;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 20px auto;
}
ul.liPrt li{
	float: left;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: left;
	background: #ededed !important;
	width: 100%;
	height: 60px;
	margin-bottom: 1px;
}
ul.liPrt li a:hover{

	filter: alpha(opacity=75);
	-webkit-opacity: 0.75;
	 -khtml-opacity: 0.75;	
	   -moz-opacity: 0.75;
	    -ms-opacity: 0.75;
	     -o-opacity: 0.75;
	        opacity: 0.75;
}
ul.liPrt .cntLi{
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 60px;
}
ul.liPrt .cntPrt{
	top: 0;
	left: 10%;
	display: block;
	overflow: hidden;
	position: absolute;
	background: rgba(15, 112, 183, 0.20);
	z-index: 10;
	height: 60px;
}




ul.liPrt li span{
	float: left;
	display: block;
	line-height: 58px;
	height: 60px;
}
ul.liPrt li .post{
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #0f70b7;
	width: 10%;
}
ul.liPrt li .desc{
	width: 72%;
	padding: 0 3%;
}
ul.liPrt li .pert{
	font-size: 15px;
	text-align: right;
	width: 7%;
	padding: 0 2% 0 1%;
}







/* PAGINADOR */

ul.pag {
	clear: both;
	display: table;
	width: auto !important;
	margin: 40px auto !important;
}
ul.pag li{
	float: left !important;
	clear: none !important;
	background-image: none !important;
	width: auto !important;
	margin: 0 2px !important;
	padding: 0 !important;
}
ul.pag li a{
	float: left;
	color: #0f70b7 !important;
	font-size: 13px;
	line-height: 27px;
	text-decoration: none !important;
	text-align: center;
	width: 27px;
	margin: 0 !important;
	padding: 0 !important;

}
ul.pag li a:hover{
	color: #000 !important;
}
ul.pag li .pagAct{
	color: #fff !important;
	font-family: 'clannarrowbold', Arial, Tahoma, Verdana;
	font-weight: 100;
	background: #e7185f !important;
	-webkit-border-radius: 80px;
	   -moz-border-radius: 80px;
			border-radius: 80px;
}
ul.pag li .txtL{
	color: #e7185f !important;
	width: auto;
}




	

/* ---------------------------- LISTADOS ---------------------------- */


/* ---------------------------- FORMULARIOS ---------------------------- */





/* FORMULARIO LOG */

.formL fieldset{
	float: left;
	border: none;
	position: relative;
	width: 100%;
}
.formL label{
	display: block;
	float: left;
	color: #0f70b7;
	text-align: left;
	line-height: 15px;
	width: 180px;
	padding: 5px 0;
}
.formL .inpB{
	display: block;
	float: left;
	color: #4c4c4c;
	font-size: 11px;
	border: 1px solid #d9d9d9;
	width: 278px;
	height: 24px;
	padding: 6px;
}
.formL .req{
	border: 1px solid #f00;
}
.formL .button{
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	border: none;
	background: #0f70b7;
	width: 100%;
	height: 43px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.formL p{
	clear: both;
	overflow: hidden;
	margin: 4px 0px;
}

.formL .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 11px;
	font-family: 'baltobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	line-height: 36px;
	background: #e71844;
	width: 75px;
	height: 36px;
	margin: 2px 0 0 -77px;
}


.formL .cntEr{
	float: left;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	background: #e71844;
	width: 80%;
	padding: 8px 20px 10px 20px;
}



/* SEARCH FORM */
.formSrch fieldset{
	float: left;
	width: 90%;
	margin: 5px auto;
}
.formSrch select, input, textarea{
	font-size: 16px;
	line-height: 16px;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
}
.formSrch label{
	display: block;
	float: left;
	color: #7e8089;
	font-weight: 700;
	text-align: left;
	line-height: 15px;
	width: 50px;
	padding: 5px 0;
}
.formSrch .inpB{
	display: block;
	float: left;
	color: #4c4c4c;
	border: 1px solid #d6d6d6;
	background: #fff;
	width: 300px !important;
	height: 31px;
	margin: 0 auto;
	padding: 7px 10px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.formSrch .inpC{
	display: block;
	float: left;
	color: #4c4c4c;
	border: none;
	background: #efefef;
	width: 60%;
	height: 22px;
	margin: 0 auto;
	padding: 7px 2%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.formSrch p{
	clear: both;
	overflow: hidden;
	margin: 10px 0 !important;
	padding: 0 !important;
}

.formSrch .button{
	float: left;
	cursor: pointer;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/ico_srch.png) no-repeat 13px center;
	background-color: transparent!important;
	border: none;
	margin: 2px 15px 0 15px;
	padding: 10px 30px;

	-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;
}
.formSrch .button:hover{
}



.labB{
	display: block;
	float: left;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 24px !important;
	width: auto !important;
	padding: 6px 15px 4px 0 !important;
}
.labB2{
	display: block;
	float: left;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 24px !important;
	width: auto !important;
	padding: 4px 15px !important;
}



.hasDatepicker{
	float: left;
	color: #333333;
	font-size: 12px;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	border: 1px solid #adadad;
	background: url(../lib/ico_cal.png) no-repeat 94% center;
	padding: 8px 10px 8px 8px;
}

.formSrch a.lnk01{
	display: block;
	line-height: 40px;
	text-decoration: underline;
}



.formSrch .lnkCls{
	z-index: 1000;
	top: -50px;
	right: 0;
	position: absolute;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: #e7185f url(../lib/ico_cls.png) no-repeat center;
	width: 50px;
	height: 50px;
}





/* ---------------------------- FORMULARIOS ---------------------------- */






#pageslide{
	overflow-y: scroll;
	position: fixed;
    display: none;
    top: 0;
    z-index: 999999;
    color: #0f70b7;
	background-color: #ffffff;
    width: 100%;
    height: 100%;
}



.open{
	top: 8px;
	right: 10px;
	display: none;
	position: absolute;
	text-indent: -999999px;
	background: #ffffff url(../lib/nav_mb.png) no-repeat center;
	border: 2px solid #e7185f;
	width: 40px;
	height: 38px;
	-webkit-background-size: 60%;
	   -moz-background-size: 60%;
    		background-size: 60%;
}


@media screen and (min-width:200px) and (max-width:920px){
	#nav2{
		display: none;
		margin: 15px 0 50px 0;
	}
	.open{
		display: block;
	}
	#pageslide #nav2 ul{
		clear: both;
		border: none;
		font-size: 14px;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#pageslide #nav2 li{
		clear: both;
		overflow: hidden;
		line-height: 40px;
		border-bottom: 1px solid #eaeaea;
		width: 90%;
		margin: 0 5%;
	}

	#pageslide #nav2 li:last-child{
		display: none;
	}



	#pageslide #nav2 li a{
	display: block; 
	color: #333333;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	}
	#pageslide #nav2 li a:hover {
		color: #e7185f;
	}
	#pageslide #nav2 li .act{
		border-bottom: 0;
	}
	#pageslide #nav2 li ul{
		background: rgba(15, 112, 183, 0.10);
		height: auto;
	}
	#pageslide #nav2 li ul li{
		border: none;
		line-height: 30px;
	}
	#pageslide #nav2 li ul li:last-child{
		display: block;
	}
	#pageslide #nav2 li ul li a{
		background: url(../lib/bull_01.png) no-repeat 6px center;
		padding: 10px 10px 10px 26px;
	}
	#pageslide #nav2 li ul li a:hover{
		background: url(../lib/bull_01.png) no-repeat 6px center;
	}
	#pageslide #nav2  a.btnAClnt:link,a.btnAClnt:visited{
		float: none;
		top: 80px;
		left: 45%;
		position: absolute;
		width: 120px;
		height: 47px;
		margin: 0 0 0 -60px;
	}


	
	#pageslide #nav2 li:first-child{
		float: left;
		display: block;
		width: 92%;
		margin-bottom: 80px;
		border-bottom: 0;
	}
	#pageslide #nav2 li:first-child a{
		float: right;
		display: block;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: url(../lib/ico_cls_b.png) no-repeat center;
		width: 50px;
		height: 50px;
		padding: 0;
	}

	#pageslide #nav2 li:first-child a:hover{
		background: #e20177 url(../lib/ico_cls.png) no-repeat center;
		-webkit-border-radius: 160px;
		   -moz-border-radius: 160px;
		    -ms-border-radius: 160px;
		        border-radius: 160px;
	}


	#pageslide #nav2 li ul li:first-child{
		clear: both;
		overflow: hidden;
		line-height: 30px;
		border-bottom: 0;
		width: 90%;
		margin: 0 5%;
	}
	#pageslide #nav2 li ul li:first-child a{
		float: left;
		display: block; 
		color: #333333;
		text-indent: 0;
		text-align: left;
		text-decoration: none;		
		background: url(../lib/bull_01.png) no-repeat 6px center;
		width: 80%;
		height: auto;
		padding: 10px 10px 10px 26px;
	}
	#pageslide #nav2 li ul li:first-child a:hover{
		color: #e7185f;
		background: url(../lib/bull_01.png) no-repeat 6px center;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		    -ms-border-radius: 0;
		        border-radius: 0;
	}
	

	

}



/* ---------------------------- MEDIA QUERIES ---------------------------- */


@media screen and (min-width:200px) and (max-width:1349px){

	.wrapper{
		min-width: 320px;
	}



	.bxPbVA,
	.bxPbVB{
		display: none;
	}

	
}



@media screen and (min-width:1441px) and (max-width:1860px){

	.wrapper{
		min-width: 320px;
	}


	.bxPbVA{
		left: 3%;
	}
	.bxPbVB{
		right: 3%;
	}


	
}


@media screen and (min-width:1351px) and (max-width:1440px){

	.wrapper{
		min-width: 320px;
	}


	.bxPbVA{
		left: 1%;
	}
	.bxPbVB{
		right: 1%;
	}


	
}


@media screen and (min-width:1191px) and (max-width:1350px){

	.wrapper{
		min-width: 320px;
	}



	.bxPbVA{
		left: 0.5%;
	}
	.bxPbVB{
		right: 0.5%;
	}


	
}


/* ---------------------------- TABLET H ---------------------------- */

@media screen and (min-width:1024px) and (max-width:1190px){

	.wrapper{
	min-width: 320px;
	}





	header{
	}
	header .cntHeader{
		width: 98%;
	}

	nav{
		width: 100%;
		margin: 22px auto 5px auto;
	}

	nav ul li a{
		padding: 3px 20px;
	}




	.contentHome .cntHome{
		width: 98%;
	}

	

	.cntNT .divA{
		width: 68%;
	}
	.cntNT .divB{
		width: 30%;
	}

	.cntNT .divC{
		width: 30%;
	}






	.contentHome .cntHome .col1{
		width: 36%;
		margin-right: 2%;
	}

	.contentHome .cntHome .col2{
		width: 30%;
		margin-right: 2%;
	}

	.contentHome .cntHome .col3{
		width: 30%;
	}




	.content .cntContent{
		width: 98%;
	}




	.info .cntInfo{
		width: 98%;
	}





	.info .cntInfo ul{
		width: 60%;
	}





	footer .cntFooter{
		width: 98%;
	}



	footer .cntFooter p:first-child{
		width: 40%;
	}
	footer .cntFooter p:last-child{
		width: 35%;
	}



	.logos .cntLogos{
		width: 98%;
	}




	.bxPbVA,
	.bxPbVB{
		display: none;
	}






/* ---------------------------- BANNERS ---------------------------- */

	.bnDsk{
		height: 90px;
	}

	.bnDskM{
		width: 66%;
		height: 90px;
	}

	.bnDskS{
		width: 33%;
		height: 90px;
	}

	.bnDskC{
		display: block;
	    position: relative;
	    overflow: hidden;
		width: 300px;
		height: 250px;
	    margin: 0 auto;
	}



/* ---------------------------- BANNERS ---------------------------- */




	ul.liRSInf{
		float: right !important;
		width: 18% !important;
	}



}



/* ---------------------------- TABLET V ---------------------------- */

@media screen and (min-width:581px) and (max-width:920px){


	.wrapper{
	min-width: 200px;
	}



	header{
		overflow: hidden;
	}
	header .cntHeader{
		overflow: hidden;
		width: 96%;
	}
	header .cntHeader .liMed,
	header .cntHeader .btnAClnt,
	header .cntHeader .bxHdPSL,
	header .cntHeader .bxHdPMR{
		display: none;
	}

	nav{
		float: left;
		position: relative;
		border: none;
		width: 30%;
		margin: 10px 0 5px 20px;
	}

	a.logo:link,a.logo:visited{
		float: none;
		left: 50%;
		background-position: center top;
		background-size: 100% !important;
		width: 104px;
		height: 70px;
		position: absolute;
		margin: 15px auto 15px -80px;
	}

	a.lnkSrchB:link,a.lnkSrchB:visited{
		display: block;
	}


	ul.liMedB{
		display: block;
	}


	.contentHome .cntHome{
		width: 96%;
	}

	

	.cntNT{
		width: 100%;
		margin-bottom: 12px;
	}
	.cntNT .divA{
		width: 100% !important;
		height: 280px;
		margin-bottom: 18px;
	}
	.cntNT .divA h1{
		font-size: 19px;
		line-height: 22px;
	}
	.cntNT img{
		width: 100% !important;
	}

	.cntNT .divB{
		float: left;
		width: 48%;
		height: 190px;
		margin-bottom: 18px;
	}

	.cntNT .divC{
		width: 48%;
		height: 190px;
	}
	.cntNT .divB .titSec,
	.cntNT .divC .titSec{
		width: inherit;
		height: 23px;
	}

	.cntNT .txtN .cntTxtN{
		overflow: hidden;
	}
	.cntNT .divB .txtN,
	.cntNT .divC .txtN{
		display: none;
	}
	.cntNT .divB .txtN a,
	.cntNT .divC .txtN a{
		display: none;
	}

	.cntNT .divB img,
	.cntNT .divC img{
		position: absolute;
		z-index: 10;
	}



	.cntNT .alTxt{
		display: block;
		overflow: hidden;
		width: 92%;
		padding: 10px 4% 5px 4%;
	}




	.cntNTB{
		height: 240px;
		margin-bottom: 12px;
	}
	.cntNTB div:nth-child(1){
		height: 240px;
	}
	.cntNTB div:nth-child(1) h1{
		font-size: 19px;
		line-height: 22px;
	}



	.cntNTB .divA img{
		width: 110%;
		margin-left: -5%;
	}
	.cntNTB .txtN .cntTxtN{
		margin: 0;
		padding: 20px;
	}



	.contentHome .cntHome .col1,
	.contentHome .cntHome .col2,
	.contentHome .cntHome .col3{
		float: none;
		width: 96%;
		margin: 0 auto;
	}


	.contentHome .cntHome .col2 ul.li03{
		display: none;
	}
	
/*
	.contentHome .cntHome .col3 h2:nth-child(3){
		display: none;
	}
*/


	.contentHome article{
		width: 100%;
		margin: 10px 0 25px 0;
	}
	.contentHome article img{
		width: 100%;
		margin: 0 auto;
	}



	.contentHome .cntHome .col1 article{
	}
	.contentHome .cntHome .col1 article:nth-child(n+14){
		display: none;
	}
	.contentHome .cntHome .col1 article:nth-child(3){
		clear: both;
	}
	.contentHome .cntHome .col1 article{
		float: left;
		width: 48%;
		margin: 10px 2% 25px 0;
	}
	.contentHome .cntHome .col1 article p,
	.contentHome .cntHome .col1 article ul{
		display: none;
	}


	.contentHome .cntHome .col2 article{
		float: left;
		width: 48%;
		margin: 10px 2% 25px 0;
	}





	.content .cntContent{
		width: 96%;
	}


	.content .cntContent section{
		float: none;
		width: 92%;
		margin: 0 auto;
	}


	.content .cntContent .col3{
		display: none;
	}


	.content .cntContent section ul.liNR1 li{
		float: left;
		width: 45%;
		margin: 10px 2% 25px 0;
	}
	.content .cntContent section ul.liNRl li:nth-child(n+3){
		display: none;
	}




	.bxImgB{
		width: 100%;
	}
	.bxImgB img{
		width: 100%;
	}




	.info .cntInfo{
		width: 96%;
	}


	a.logoS:link,a.logoS:visited{
		display: none;
	}


	.info .cntInfo ul{
		line-height: 30px;
		width: 100%;
		margin: 10px 0;
	}
	.info .cntInfo ul li{
		display: inline-block;
		text-align: center;
		width: 45%;
		margin: 0 5px;
	}
	.info .cntInfo ul li:last-child{
		margin-right: 0;
	}
	.info .cntInfo ul li a{
		padding: 0 2%;
	}






	footer .cntFooter{
		width: 96%;
	}
	footer .cntFooter p{
		margin-bottom: 20px;
	}
	footer .cntFooter p:first-child{
		width: 90%;
	}
	footer .cntFooter p:last-child{
		float: left;
		width: 90%;
	}


	.bxSus p{
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	.bxSus a{
		float: none;
		width: 80%;
		margin: 20px auto;
	}


	.bxSrch{
		float: right;
		position: relative;
		width: 90%;
		margin: -63px 10px 5px auto;
		padding: 10px 2%;
	}
	.bxSrch .formSrch fieldset{
		width: 100%;
	}
	.bxSrch .formSrch .button{
		background: url(../lib/ico_srch.png) no-repeat center;
		margin: 0 15px;
		padding: 10px 25px;
	}




	.logos .cntLogos{
		width: 96%;
	}



	.bxPbVA,
	.bxPbVB{
		display: none;
	}


	ul.liRSInf{
		display: none !important;
	}
	ul.liRSInfAP{
		display: block;
	}


	ul.liBRS{
		display: none;
	}




	/* PAGINADOR */

	ul.pag {
		overflow: hidden;
		margin: 20px auto !important;
	}
	ul.pag li{display: none;
	}
	ul.pag li:first-child{
		display: inline-block;
		padding: 10px 20px;
	}
	ul.pag li:last-child{
		display: inline-block;
		padding: 10px 20px;
	}




	.dn{
		display: none !important;
	}


/* ---------------------------- BANNERS ---------------------------- */

	.bnDsk,
	.bnDskM,
	.bnDskS,
	.bnDskC{
		display: none;
	}


	.bnMob,
	.bnMobC{
		display: block;
	}
	.bnMob{
		height: auto;
	}
	.bnMob img{
		width: auto;
		height: auto;
		margin: 0 auto;
	}


/* ---------------------------- BANNERS ---------------------------- */



	.colUs,
	.colUsB{
	    width: 90%;
	    min-height: auto;
	    margin: 20px auto;
	    padding: 15px 3%;
	}




	ul.liTNB{
		width: 100%;
	}

	ul.liTNB .cnTxt{
		width: 70%;
	}



	.contentMod div{
		width: 90%;
	}
	.contentMod div img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}


	.contentMod div video{
		width: 100%;
		height: 200px;
	}
	.contentMod div iframe{
		width: 100%;
		height: 200px;
	}


	a.lnkClsB:link,a.lnkClsB:visited{
		right: -10px;
	}





	.cntNT .divA .titSec{
		display: none;
	}


	.cntNT h2{
		font-size: 16px !important;
		line-height: 18px !important;
	}

	.contentHome .cntHome h2{
		font-size: 16px;
		line-height: 18px;
	}

	.contentHome .cntNCat h3{
		font-size: 16px;
		line-height: 18px;
	}






	.bxPCal,
	.bxPCalO{
	    width: 80%;
	    padding: 20px 5% 25px 5%;
	}

	.bxPCal div,
	.bxPCalO div{
	    width: 38%;
	    padding: 0 5%;
	}





	ul.liNEs{
	}
	ul.liNEs li{
		width: 40%;
		padding: 15px 3% !important;
	}
	ul.liNEs li img{
		width: 100%;
	}



}




/* ---------------------------- MOBILE H ---------------------------- */


@media screen and (min-width:321px) and (max-width:580px){

	.wrapper{
		min-width: 200px;
	}



	header{
		overflow: hidden;
	}
	header .cntHeader{
		overflow: hidden;
		width: 96%;
	}
	header .cntHeader .liMed,
	header .cntHeader .btnAClnt,
	header .cntHeader .bxHdPSL,
	header .cntHeader .bxHdPMR{
		display: none;
	}

	nav{
		float: right;
		position: relative;
		border: none;
		width: 30%;
		margin: 10px 0 5px 10px;
	}

	a.logo:link,a.logo:visited{
		float: none;
		left: 50%;
		width: 120px;
		height: 48px;
		position: absolute;
		margin: 15px auto 15px -60px;
		-webkit-background-size: 70%;
		   -moz-background-size: 70%;
	    		background-size: 70%;
	}
/*
	a.lnkSrchB:link,a.lnkSrchB:visited{
		display: block;
	}
	*/


	ul.liMedB{
		display: block;
		clear: none;
	}



	.contentHome .cntHome{
		width: 96%;
	}

	
	.cntNT{
		width: 96%;
		margin: 0 auto 12px auto;
	}
	.cntNT .divA{
		width: 100% !important;
		height: 176px;
		margin-bottom: 18px;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 8px !important;
	}

	.cntNT .divA h1{
		font-size: 17px;
		line-height: 17px;
	}
	.cntNT img{
		width: 100% !important;
	}

	.cntNT .divB{
		float: left;
		width: 100%;
		height: auto;
		margin-bottom: 18px;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 8px !important;
	}

	.cntNT .divC{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 8px !important;
	}
	.cntNT .divB h2,
	.cntNT .divC h2{
		font-size: 13px !important;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		line-height: 15px !important;
	}
	.cntNT .divB .titSec,
	.cntNT .divC .titSec{
		font-size: 12px;
		width: 25%;
		height: 23px;
		margin: 0 0 6px 0 !important;
	}

	.cntNT .txtN .cntTxtN{
		overflow: hidden;
		margin: 20px 15px 0 15px;
		padding: 10px 0;
	}
	.cntNT .divB .txtN,
	.cntNT .divC .txtN{
		display: none;
	}
	.cntNT .divB .txtN a,
	.cntNT .divC .txtN a{
		display: none;
	}

	.cntNT .divB img,
	.cntNT .divC img{
		float: left;
		clear: none;
		width: 35% !important;
		margin-right: 5% !important;
	}



	.cntNT .alTxt{
		float: left;
		clear: none;
		display: block;
		overflow: hidden;
		width: 58%;
		margin: 0 0 10px 0 !important;
		padding: 0 !important;
	}
	.cntNT .alTxt .cntTxtN{
		margin: 0 !important;
		padding: 0 !important;
	}




	.cntNTB{
		height: 195px;
		margin-bottom: 12px;
	}
	.cntNTB div:nth-child(1){
		height: 195px;
	}
	.cntNTB div:nth-child(1) h1{
		font-size: 19px;
		line-height: 22px;
	}

	.cntNTB .divA img{
		width: 110%;
		margin-left: -5%;
	}
	.cntNTB .txtN .cntTxtN{
		margin: 0;
		padding: 20px 20px 14px 20px;
	}


	.contentHome .cntHome .col1,
	.contentHome .cntHome .col2,
	.contentHome .cntHome .col3{
		float: none;
		width: 96%;
		margin: 0 auto;
	}


	.contentHome .cntHome .col2 ul.li03{
		display: none;
	}
	
/*
	.contentHome .cntHome .col3 h2:nth-child(3){
		display: none;
	}
*/


	.contentHome article{
		width: 100%;
		margin: 10px 0 !important;
		padding: 0 !important;
	}



	.contentHome .cntHome .col1 article{
		border-bottom: 1px solid #cccccc;
		padding-bottom: 15px !important;
	}
	.contentHome .cntHome .col1 article:last-child{
		border-bottom: 1px solid red !important;
	}
	.contentHome .cntHome .col1 article:nth-child(n+14){
		display: none;
	}
	.contentHome .cntHome .col1 article:nth-child(3){
		clear: both;
	}
	.contentHome .cntHome .col1 article{
		float: left;
		width: 100%;
		margin: 10px 0 25px 0;
	}
	.contentHome .cntHome .col1 article p,
	.contentHome .cntHome .col1 article ul{
		display: none;
	}


	.contentHome .cntHome .col1 .cntImgM,
	.contentHome .cntHome .col1 .lnkMMIco{
		float: left;
		display: block;
		width: 35%;
		height: auto;
		margin: -28px 4% 0 0 !important;
		padding: 0;
	}
	.contentHome .cntHome .col2 .cntImgM,
	.contentHome .cntHome .col2 .lnkMMIco{
		float: left;
		display: block;
		width: 35%;
		height: auto;
		margin: 0 4% 0 0 !important;
		padding: 0;
	}

	.contentHome .cntHome .col1 .cntImgM ico,
	.contentHome .cntHome .col1 a.lnkMMIco ico,
	.contentHome .cntHome .col2 .cntImgM ico,
	.contentHome .cntHome .col2 a.lnkMMIco ico{
		right: 36px;
		bottom: 12px;
		position: absolute;
		width: 40px;
		height: 40px;
	}
	.contentHome .cntHome .col1 .cntImgM img,
	.contentHome .cntHome .col1 .lnkMMIco img,
	.contentHome .cntHome .col2 .cntImgM img,
	.contentHome .cntHome .col2 .lnkMMIco img{
		display: block;
		width: 100% !important;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.contentHome .cntHome .col1 .cntImgM a{
		display: block;
		width: 100% !important;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.contentHome .cntHome .col1 article .titSec{
		float: right;
		font-size: 12px;
		width: 23%;
		margin: 0 37% 4px 0;
		padding: 0;
	}
	.contentHome .cntHome .col1 article .titSec a{
		font-size: 12px;
		width: 80%;
		margin: 0;
		padding: 0 0 0 20%;
	}
	.contentHome .cntHome .col1 article a,
	.contentHome .cntHome .col2 article a{
		float: right;
		clear: none;
		display: block;
		overflow: hidden;
		font-size: 14px;
		text-align: left;
		width: 60%;
		margin: 0;
		padding: 0;
	}
	.contentHome .cntHome .col1 article a h2,
	.contentHome .cntHome .col2 article a h3{
		font-size: 13px;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		line-height: 15px;
		padding: 5px 0;
	}
	.contentHome .cntHome .col2 article a h3{
		margin-top: 5px;
	}






	.contentHome .cntHome .col2 article{
		float: left;
		width: 100%;
		margin: 10px 0;
	}

	.contentHome .cntHome .col2 .cntNPr a:first-child{
		float: left;
		display: block;
		width: 35%;
		height: auto;
		margin: 0 4% 0 0 !important;
		padding: 0;
	}
	.contentHome .cntHome .col2 .cntNPr img{
		display: block;
		width: 100% !important;
		height: auto;
		margin: 0;
		padding: 0;
	}




	.content .cntContent{
		width: 96%;
	}


	.content .cntContent section{
		float: none;
		width: 92%;
		margin: 0 auto;
	}


	.content .cntContent .col3{
		display: none;
	}


	.content .cntContent section ul.liNR1 li{
		float: left;
		width: 45%;
		margin: 10px 2% 25px 0;
	}
	.content .cntContent section ul.liNRl li:nth-child(n+3){
		display: none;
	}




	ul.liNRl li{
		float: none !important;
		font-size: 16px;
		width: 100% !important;
		margin: 0 auto 30px auto !important;
	}
	ul.liNRl li:nth-child(3n){
		margin-right: auto !important;
	}



	.bxImgB{
		width: 100%;
	}
	.bxImgB img{
		width: 100%;
	}




	.info .cntInfo{
		width: 96%;
	}


	a.logoS:link,a.logoS:visited{
		display: none;
	}


	.info .cntInfo ul{
		line-height: 30px;
		width: 100%;
		margin: 10px 0;
	}
	.info .cntInfo ul li{
		display: inline-block;
		text-align: center;
		width: 45%;
		margin: 0 5px;
	}
	.info .cntInfo ul li:last-child{
		margin-right: 0;
	}
	.info .cntInfo ul li a{
		padding: 0 2%;
	}






	footer .cntFooter{
		width: 88%;
	}
	footer .cntFooter p{
		margin-bottom: 20px;
	}
	footer .cntFooter p:first-child{
		width: 90%;
	}
	footer .cntFooter p:last-child{
		float: left;
		width: 90%;
	}


	.bxSus p{
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	.bxSus a{
		float: none;
		width: 80%;
		margin: 20px auto;
	}


	.bxSrch{
		float: right;
		position: relative;
		width: 90%;
		margin: -63px 10px 5px auto;
		padding: 10px 2%;
	}
	.bxSrch .formSrch fieldset{
		width: 100%;
	}
	.bxSrch .formSrch .button{
		background: url(../lib/ico_srch.png) no-repeat center;
		margin: 0 15px;
		padding: 10px 25px;
	}




	.logos .cntLogos{
		width: 96%;
	}



	.bxPbVA,
	.bxPbVB{
		display: none;
	}


	ul.liRSInf{
		display: none !important;
	}
	ul.liRSInfAP{
		display: block;
	}


	ul.liBRS{
		display: none;
	}




	/* PAGINADOR */

	ul.pag {
		overflow: hidden;
		margin: 20px auto !important;
	}
	ul.pag li{display: none;
	}
	ul.pag li:first-child{
		display: inline-block;
		padding: 10px 20px;
	}
	ul.pag li:last-child{
		display: inline-block;
		padding: 10px 20px;
	}




	.dn{
		display: none !important;
	}


/* ---------------------------- BANNERS ---------------------------- */

	.bnDsk,
	.bnDskM,
	.bnDskS,
	.bnDskC{
		display: none;
	}


	.bnMob,
	.bnMobC{
		display: block;
	}

	.bnMob{
		height: auto;
	}
	.bnMob img{
		width: auto;
		height: auto;
		margin: 0 auto;
	}

/* ---------------------------- BANNERS ---------------------------- */



	.colUs,
	.colUsB{
	    width: 90%;
	    min-height: auto;
	    margin: 20px auto;
	    padding: 15px 3%;
	}




	ul.liTNB{
		width: 100%;
	}

	ul.liTNB .cnTxt{
		width: 70%;
	}



	.contentMod div{
		width: 90%;
	}
	.contentMod div img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}


	.contentMod div video{
		width: 100%;
		height: 200px;
	}
	.contentMod div iframe{
		width: 100%;
		height: 200px;
	}


	a.lnkClsB:link,a.lnkClsB:visited{
		right: -10px;
	}





	.cntNT .divA .titSec{
		display: none;
	}


	.cntNT h2{
		font-size: 16px !important;
		line-height: 18px !important;
	}

	.contentHome .cntHome h2{
		font-size: 16px;
		line-height: 18px;
	}

	.contentHome .cntNCat h3{
		font-size: 16px;
		line-height: 18px;
	}






	.bxPCal,
	.bxPCalO{
	    width: 80%;
	    padding: 20px 5% 25px 5%;
	}

	.bxPCal div,
	.bxPCalO div{
	    width: 38%;
	    padding: 0 5%;
	}





	ul.liNEs li{
		width: 89%;
		margin: 10px 0 !important;
		padding: 15px 5% !important;
	}
	ul.liNEs li img{
		width: 100%;
	}


	
	a.lnkMMIco:link,a.lnkMMIco:visited{
		width: 100%;
		margin: 0;
	}
	a.lnkMMIco ico{
		right: 8px;
		bottom: 8px;
		position: absolute;
		width: 54px;
		height: 54px;
	}




}


/* ---------------------------- MOBILE V ---------------------------- */


@media screen and (max-width: 320px) {


	.wrapper{
		min-width: 200px;
	}



	header{
		overflow: hidden;
	}
	header .cntHeader{
		overflow: hidden;
		width: 96%;
	}
	header .cntHeader .liMed,
	header .cntHeader .btnAClnt,
	header .cntHeader .bxHdPSL,
	header .cntHeader .bxHdPMR{
		display: none;
	}

	nav{
		float: right;
		position: relative;
		border: none;
		width: 30%;
		margin: 10px 0 5px 10px;
	}

	a.logo:link,a.logo:visited{
		float: none;
		left: 50%;
		width: 120px;
		height: 48px;
		position: absolute;
		margin: 15px auto 15px -60px;
		-webkit-background-size: 70%;
		   -moz-background-size: 70%;
	    		background-size: 70%;
	}

	

	ul.liMedB{
		display: block;
		clear: none;
	}




	.contentHome .cntHome{
		width: 96%;
	}

	

	.cntNT{
		width: 100%;
		margin-bottom: 12px;
	}
	.cntNT .divA{
		width: 100% !important;
		height: 176px;
		margin-bottom: 18px;
	}

	.cntNT .divA h1{
		font-size: 17px;
		line-height: 17px;
	}
	.cntNT img{
		width: 100% !important;
	}

	.cntNT .divB{
		float: left;
		width: 48%;
		height: auto;
		margin-bottom: 18px;
	}
	.cntNT .divB h2,
	.cntNT .divC h2{
		font-size: 15px !important;
		line-height: 15px !important;
	}

	.cntNT .divC{
		width: 48%;
		height: auto;
	}
	.cntNT .divB .titSec,
	.cntNT .divC .titSec{
		width: inherit;
		height: 23px;
	}

	.cntNT .txtN .cntTxtN{
		overflow: hidden;
		margin: 20px 15px 0 15px;
		padding: 10px 0;
	}
	.cntNT .divB .txtN,
	.cntNT .divC .txtN{
		display: none;
	}
	.cntNT .divB .txtN a,
	.cntNT .divC .txtN a{
		display: none;
	}

	.cntNT .divB img,
	.cntNT .divC img{
		position: absolute;
		z-index: 10;
	}



	.cntNT .alTxt{
		display: block;
		margin-top: -11px;
	}


	.cntNTB{
		height: 175px;
		margin-bottom: 12px;
	}
	.cntNTB div:nth-child(1){
		height: 175px;
	}
	.cntNTB div:nth-child(1) h1{
		font-size: 19px;
		line-height: 22px;
	}

	.cntNTB .divA img{
		width: 110%;
		margin-left: -5%;
	}
	.cntNTB .txtN .cntTxtN{
		margin: 0;
		padding: 20px 10px 10px 10px;
	}






	.contentHome .cntHome .col1,
	.contentHome .cntHome .col2,
	.contentHome .cntHome .col3{
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	
	.contentHome .cntHome .col2 ul.li03{
		display: none;
	}
	
/*
	.contentHome .cntHome .col3 h2:nth-child(3){
		display: none;
	}

*/

	.contentHome article{
		width: 100%;
		margin: 10px 0 25px 0;
	}
	.contentHome article img{
		width: 100%;
		margin: 0 auto;
	}



	.contentHome .cntHome .col1 article{
	}
	.contentHome .cntHome .col1 article:nth-child(n+14){
		display: none;
	}
	.contentHome .cntHome .col1 article:nth-child(3),
	.contentHome .cntHome .col1 article:nth-child(6),
	.contentHome .cntHome .col1 article:nth-child(9),
	.contentHome .cntHome .col1 article:nth-child(12){
		clear: both;
	}
	.contentHome .cntHome .col1 article{
		float: left;
		width: 48%;
		margin: 10px 2% 25px 0;
	}
	.contentHome .cntHome .col1 article p,
	.contentHome .cntHome .col1 article ul{
		display: none;
	}

	


	.contentHome .cntHome .col2 article{
		float: left;
		width: 48%;
		margin: 10px 2% 25px 0;
	}






	.content .cntContent{
		width: 96%;
	}


	.content .cntContent section{
		float: none;
		width: 92%;
		margin: 0 auto;
	}


	.content .cntContent .col3{
		display: none;
	}


	.content .cntContent section ul.liNR1 li{
		float: left;
		width: 45%;
		margin: 10px 2% 25px 0;
	}




	ul.liNRl li{
		float: none !important;
		font-size: 16px;
		width: 100% !important;
		margin: 0 auto 30px auto !important;
	}
	ul.liNRl li:nth-child(3n){
		margin-right: auto !important;
	}






	.bxImgB{
		width: 100%;
	}
	.bxImgB img{
		width: 100%;
	}

	.dnR{
		display: none !important;
	}

	.dn{
		display: none !important;
	}



	.info .cntInfo{
		width: 96%;
	}


	a.logoS:link,a.logoS:visited{
		display: none;
	}


	.info .cntInfo ul{
		line-height: 30px;
		width: 100%;
		margin: 10px 0;
	}
	.info .cntInfo ul li{
		display: inline-block;
		text-align: center;
		width: 45%;
		margin: 0 5px;
	}
	.info .cntInfo ul li:last-child{
		margin-right: 0;
	}
	.info .cntInfo ul li a{
		padding: 0 2%;
	}




	.bxSrch{
		float: right;
		position: relative;
		width: 90%;
		margin: -63px 10px 5px auto;
		padding: 10px 2%;
	}
	.bxSrch .formSrch fieldset{
		width: 100%;
	}
	.bxSrch .formSrch .button{
		background: url(../lib/ico_srch.png) no-repeat center;
		margin: 0 15px;
		padding: 10px 25px;
	}







	.bxSus p{
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	.bxSus a{
		float: none;
		width: 80%;
		margin: 20px auto;
	}


	footer .cntFooter{
		width: 96%;
	}
	footer .cntFooter p{
		margin-bottom: 20px;
	}
	footer .cntFooter p:first-child{
		width: 90%;
	}
	footer .cntFooter p:last-child{
		float: left;
		width: 90%;
	}


	.logos .cntLogos{
		width: 96%;
	}




	.bxPbVA,
	.bxPbVB{
		display: none;
	}


	ul.liRSInf{
		display: none !important;
	}
	ul.liRSInfAP{
		display: block;
	}


	ul.liBRS{
		display: none;
	}

/* ---------------------------- BANNERS ---------------------------- */

	.bnDsk,
	.bnDskM,
	.bnDskS,
	.bnDskC{
		display: none;
	}


	.bnMob,
	.bnMobC{
		display: block;
	}



	/* PAGINADOR */

	ul.pag {
		overflow: hidden;
		margin: 20px auto !important;
	}
	ul.pag li{display: none;
	}
	ul.pag li:first-child{
		display: inline-block;
		padding: 10px 20px;
	}
	ul.pag li:last-child{
		display: inline-block;
		padding: 10px 20px;
	}



/* ---------------------------- BANNERS ---------------------------- */



	.colUs,
	.colUsB{
	    width: 90%;
	    min-height: auto;
	    margin: 20px auto;
	    padding: 15px 3%;
	}



	.formL label{
		width: 90%;
	}
	.formL .inpB{
		width: 90%;
	}
	.formL .button{
		width: 96%;
	}



	ul.liTNB{
		width: 100%;
	}

	ul.liTNB .cnTxt{
		width: 70%;
	}



	.contentMod div{
		width: 90%;
	}
	.contentMod div img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}


	.contentMod div video{
		width: 100%;
		height: auto;
	}
	.contentMod div iframe{
		width: 100%;
		height: auto;
	}


	a.lnkClsB:link,a.lnkClsB:visited{
		right: -10px;
	}



	.cntNT .divA .titSec{
		display: none;
	}


	.cntNT h2{
		font-size: 16px !important;
		line-height: 18px !important;
	}

	.contentHome .cntHome h2{
		font-size: 16px;
		line-height: 18px;
	}

	.contentHome .cntNCat h3{
		font-size: 16px;
		line-height: 18px;
	}




	.bxPCal,
	.bxPCalO{
	    width: 80%;
	    padding: 20px 5% 25px 5%;
	}

	.bxPCal div,
	.bxPCalO div{
	    width: 38%;
	    padding: 0 5%;
	}




	ul.liNEs li{
		width: 89%;
		margin: 10px 0 !important;
		padding: 15px 5% !important;
	}
	ul.liNEs li img{
		width: 100%;
	}






}







/* SIMPLE WYSIWIG */



.contenedor_wysiwyg{
	color: #333333;
	font-size: 16px;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	text-align: center;
	line-height: 24px;
	background: #ffffff;
}


@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;
}



@font-face {
    font-family: 'baltobold';
    src: url('../fonts/balto_bold-webfont.eot');
    src: url('../fonts/balto_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/balto_bold-webfont.woff2') format('woff2'),
         url('../fonts/balto_bold-webfont.woff') format('woff'),
         url('../fonts/balto_bold-webfont.svg#baltobold') format('svg');
    font-weight: normal;
    font-style: normal;
}




b{
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
}


i{
	font-style: italic;
}


.small{
	font-size: 14px;
	line-height: 16px;
}


.color1{
	color: #0f70b7 !important;
}




.bold{
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
}
.bold2{
	color: #0f70b7 !important;
	font-family: 'robotobold', Arial, Tahoma, Verdana;
	font-weight: 100;
}





blockquote{
	overflow: hidden;
    position: relative;
	color: #000000;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-style: italic;
    background: rgba(0, 0, 0, 0.030);
    width: 89%;
    margin: 20px auto;
    padding: 20px 5% 25px 5%;
}





.bxTwt{
	overflow: hidden;
    position: relative;
	color: #999999 !important;
    font-size: 26px !important;
    font-style: normal !important;
    line-height: 34px !important;
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #cccccc;
    width: 89%;
    margin: 20px auto;
    padding: 20px 5% 25px 5%;
}
.bxTwt a{
	display: block;
	color: #999999 !important;
	text-decoration: none;
}
.bxTwt:before {
	position: absolute;
	right: 1%;
	bottom: 8%;
	content:"";
	background: url(../lib/ico_twt_m.png) no-repeat right bottom;
	width: 40px;
	height: 40px;
}







