/* 
	V3 - 17/05/2018
	FUNDEMPRESA - 2017
	Design: Logos Comunicaciones
	www.logoscomunicaciones.com
*/


/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	line-height: 1;
}
ol,ul{
	list-style: none;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
}
focus{
	outline: 0;
}
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET */



@font-face {
	font-family: 'Roboto Condensed Bold';
	src: url('../fonts/RobotoCondensed-Bold.eot');
	src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/RobotoCondensed-Bold.woff') format('woff'),
		 url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'),
		 url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Condensed Light';
	src: url('../fonts/RobotoCondensed-Light.eot');
	src: url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/RobotoCondensed-Light.woff') format('woff'),
		 url('../fonts/RobotoCondensed-Light.ttf') format('truetype'),
		 url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
	font-weight: 100;
	font-style: normal;
}






@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/Oswald-Light.eot');
	src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Oswald-Light.woff') format('woff'),
		 url('../fonts/Oswald-Light.ttf') format('truetype'),
		 url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-Bold';
	src: url('../fonts/Oswald-Bold.eot');
	src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Oswald-Bold.woff') format('woff'),
		 url('../fonts/Oswald-Bold.ttf') format('truetype'),
		 url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
	font-weight: 100;
	font-style: normal;
}








body {
	color: #1a3665;
	font-size: 18px;
	font-family: 'Roboto Condensed Light', Arial, Tahoma, Verdana;
	text-align: center;
	line-height: 24px;
	background: #ffffff;
}



h1{
	color: #f8981d;
	font-size: 34px;
	font-family: 'Oswald-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
}


a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}




/* MODAL */



.contentMod,
.contentMod2,
.contentMod3,
.contentMod4{
	top: 0;
	left: 0;
	position: fixed;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
}

.contentMod div,
.contentMod2 div,
.contentMod3 div,
.contentMod4 div{
	top: 50%;
	left: 50%;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	text-align: justify;
	background: #ffffff; 
	width: 78%;
	height: 70%;
	padding: 10% 6%;

	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}


.contentMod div p,
.contentMod2 div p,
.contentMod3 div p,
.contentMod4 div p{
	margin: 10px 0;
}













.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	overflow: hidden;
	overflow-y: scroll;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    /*
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
    */
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
      to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
      to {top:0; opacity:1}
}
/* The Close Button */
.close {
	top: 10px;
	right: 20px;
    position: fixed;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    background: #ffffff;
    width: 40px;
    height: 40px;
	-webkit-border-radius: 160px;
	   -moz-border-radius: 160px;
	        border-radius: 160px;
}
.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
	height: 10px;
    padding: 2px 16px;
    color: white;
}
.modal-body {padding: 40px 16px;}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}









.contentRe {
    display: none;
}
.contentRe:first-of-type {
    display: block;
}


.modal-body h1{
	text-align: center;
	margin: 10px 10%;
}
.modal-body p{
	text-align: justify;
	margin: 10px 10%;
}


/* MODAL */








.wrapper{
	clear: both;
	position: relative;
	width: 100%;
	margin: 0 auto;
}




header{
	clear: both;
	position: relative;
	background: #1a3665;
	width: 100%;
	height: 90px;
}
header .cntHeader{
	position: relative;
	width: 1170px;
	height: 90px;
	margin: 0 auto;
}
header .cntHeader .right{
	margin-top: 24px;
}




.banner{
	clear: both;
	position: relative;
	width: 100%;
}


.banner .cntBanner{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
}
.banner img{
	display: block;
	width: 100%;
}




.principal{
	overflow: hidden;
	position: relative;
	color: #1a3665;
	font-size: 20px;
	font-family: 'Oswald-Light', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-transform: uppercase;
	width: 100%;
	margin: 20px auto 60px auto;
}
.principal ul{	
	margin: 0 9px;
}
.principal ul li{
	float: left;
	line-height: 120px;
	width: 248px;
	margin: 0 20px;
}
.principal ul li a{
	display: block;
	color: #1a3665;
	text-align: center;
	text-decoration: none;
	border: 1px solid #bac2d0;
	width: 248px;
	height: 122px;
	margin-bottom: 6px;
}
.principal ul li a span{
	float: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	padding: 10px 20px;
}
.principal ul li a:hover{
}
.principal ul li .act{
	color: #f8981d;
	border: 1px solid #ffffff;
	border-bottom: 6px solid #f8981d;
	margin-bottom: 0;
}


.content{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.content .cntContent{
	overflow: hidden;
	position: relative;
	text-align: justify;
	width: 1170px;
	margin: 0 auto;
	margin-bottom: 250px;
	padding: 50px 0;
}

.content .cntContent h1{
	float: none;
	width: 40%;
	margin: 20px auto;
}



.content .cntContent p{
	margin: 20px 90px;
}

.content .cntContent .bxBtn{
	float: left;
	display: block;
	width: 30%;
	margin: 40px 20px 20px 90px;
}
.content .cntContent .bxCTxt{
	float: left;
	display: block;
	font-size: 14px;
	line-height: 16px;
	width: 51%;
	margin: 10px 90px 20px 20px;
}
.content .cntContent .bxCTxt p{
	margin: 20px 0;
}





.contentMob{
	display: none;
	clear: both;
	position: relative;
	width: 100%;
}
.contentMob .cntContentMob{
	overflow: hidden;
	position: relative;
	text-align: justify;
	width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
}

.contentMob .cntContentMob h1{
	float: none;
	width: 40%;
	margin: 20px auto;
}



.contentMob .cntContentMob p{
	margin: 20px 90px;
}




















footer{
	bottom: 0;
	/*bottom: 55px;*/
	z-index: 1000;
	position: fixed;
	width: 100%;
	min-height: 220px;
}

footer div{
	overflow: hidden;
	position: relative;
	color: #444444;
	font-size: 16px;
	font-family: 'Oswald-Light', Arial,Tahoma !important;
	line-height: 20px;
	width: 1170px;
	margin: 0 auto;
	padding: 10px 0;
}

footer div ul{
	display: inline-block;
	margin: 40px 9px 0 9px;
}
footer div ul li{
	float: left;
	width: 110px;
	margin: 0 28px;
}
footer div ul li a{
	display: block;
	color: #444444;
	text-align: center;
	text-decoration: none;
}
footer div ul li a:hover{
}

footer div ul li a ico{
	float: none;
	display: block;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;

	-webkit-border-radius: 160px;
	   -moz-border-radius: 160px;
	    -ms-border-radius: 160px;
	     -o-border-radius: 160px;
	        border-radius: 160px;
}
footer div ul li a ico img{
	display: block;
	margin: 26px auto 0 auto;
}

footer div ul li .res{
	background: #fac51c;
}
footer div ul li .chat{
	background: #fba026;
}
footer div ul li .form{
	background: #1abc9c;
}
footer div ul li .fbk{
	background: #2c82c9;
}




.contentAn{
	overflow: hidden;
	color: #ffffff;
	background: #e40522;
	width: 100%;
	height: 45px;
	padding: 20px 0 6px 0;
}
.contentAn a{
	overflow: hidden;
	display: block;
	text-align: center;
	width: 100%;
}

.contentAn .dsp-mob{
	display: none;
}
.contentAn .dsp-des{
	display: block;
}





.contentLog{
	background: #1a3665;
	width: 100%;
	height: 55px;
}
.contentLog div{
	width: 1170px;
	margin: 0 auto;
}






.spL{
	clear: both;
	display: block;
	border-bottom: 1px solid #fde0bb;
	margin: 20px 0;
}





.left{
	float: left;
	display: block;
}
.right{
	float: right;
	display: block;
}

.clear{
	clear: both;
	display: block;
}





b{
	font-family: 'Roboto Condensed Bold', Arial,Tahoma !important;
	font-weight: 100;
}


i{
	font-style: italic;
}


.small{
	font-size: 12px;
}



.color2{
	color: #f8981d;
}
.color3{
	color: #00a1e4;
}






/* ---------------------------- LINKS ---------------------------- */


a.lnk1:link,a.lnk1:visited {
	color: #f8981d;
	font-family: 'Roboto Condensed Bold', Arial,Tahoma !important;
	font-weight: 100;
	text-decoration: underline;
}
a.lnk1:hover {
	text-decoration: none;
}






a.btnA:link,a.btnA:visited{
	float: left;
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto Condensed Bold', Arial,Tahoma !important;
	font-weight: 100;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #9dcb42;
	height: 30px;
	margin: 20px auto;
	padding: 10px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}







a.logo:link,a.logo:visited{
	display: block;
	float: left;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/logo.png) no-repeat center;
	width: 151px;
	height: 60px;
	margin: 12px 0 0 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}






a.byLogos:link,a.byLogos:visited{
	display: block;
	float: right;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 30px;
	margin-top: 15px;
}
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;
}




.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;
	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.adjPpt:link,a.adjPpt:visited {
	background: #ebedef url(../lib/ico_ppt.png) no-repeat 10px 6px;
}
a.adjPpt: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;
	clear: both;
	overflow: hidden;
	margin: 20px 0;
}
ul.li01 li{
	float: left;
	clear: both;
	text-align: justify;
	background: url(../lib/bull1.png) no-repeat left 8px;
	margin: 2px 0;
	padding-left: 16px;
}




ul.li01B{
	float: left;
	clear: both;
	overflow: hidden;
	margin: 0 90px 20px 90px;
}
ul.li01B li{
	float: left;
	clear: both;
	text-align: justify;
	background: url(../lib/bull1.png) no-repeat left 8px;
	margin: 2px 0;
	padding-left: 16px;
}





ul.li02{

}
ul.li02 li{

}
ul.li02 li a{
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}





/* ---------------------------- LISTADOS ---------------------------- */


/* ---------------------------- TABLAS ---------------------------- */

.tWB{
	width: 90%;
}
.tWM{
	float: left;
	margin-left: 80px !important;
	width: 50%;
}
.tabA{
	clear: both;
	margin: 20px auto;
}
.tabA thead th {
	color: #f8981d;
	font-family: 'Roboto Condensed Bold', Arial,Tahoma !important;
	font-weight: 100;
	text-align: left;
	padding: 10px 10px 6px 10px;
}

.tabA tbody td {
	text-align: left;
	border-bottom: 1px solid #fde0bb;
	padding: 7px 10px;
}


/* ---------------------------- TABLAS ---------------------------- */



/* ---------------------------- FORMULARIOS ---------------------------- */


.formA fieldset{
	clear: both;
	overflow: hidden;	
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	text-align: center;
	background: rgba(0, 0, 0, 0.04);
	width: 71%;
	margin: 20px auto 50px auto;
	padding: 10px 2%;
}

.formA select, input, textarea{
	clear: both;
	font-size: 18px;
	line-height: 18px;
	font-family: 'robotolight', Arial, Tahoma, Verdana;
	border: 1px solid #d1d1d1;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
}

.formA label{
	display: block;
	float: left;
	clear: both;
	color: #de1075;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	width: 80%;
	padding: 4px 0;
}
.formA .labCh{
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	width: 40%;
	padding: 0;
}
.formA .labCh:active{
	color: #000000;
}


.formA .labCh input{
	display: block;
	float: left;
	margin: -3px 10px 0 0;
}

.formA input{
	display: block;
	float: left;
	height: 27px;
	padding: 8px;
}
.formA .inpB{
	width: 66%;
}
.formA .inpM{
	width: 40%;
}
.formA .inpS{
	width: 20%;
}
.formA .inpXS{
	width: 10%;
}




.formA select{
	display: block;
	float: left;
	color: #333333;
	height: 44px;
	padding: 8px 10px 8px 6px;
}
.formA .selB{
	width: 66%;
}
.formA .selM{
	width: 40%;
}
.formA .selS{
	width: 20%;
}
.formA .selXS{
	width: 10%;
}





.formA textarea{
	display: block;
	float: left;
	width: 74%;
	height: 100px;
	padding: 6px 4px;
}


.formA .button{
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #de1075;
	height: 54px;
	padding: 0 30px;

	-webkit-appearance: none;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.formA .button:hover{
}


.formA p{
	clear: both !important;
	overflow: hidden;
	position: relative;
	text-align: justify;
	margin: 18px 0 !important;
}



.formA .req{
	border: 1px solid #e84c3d;
}


.formA .icoOk,
.formA .icoAt{
	float: left;
	display: block;
	text-align: center;
	background: #3aa939;
	width: 30px;
	height: 26px;
	margin: 7px 0 0 10px;
	padding-top: 4px;

	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
}
.formA .icoAt{
	background: #e84c3d;
}

.formA .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	background: #e84c3d;
	width: 70px;
	height: 41px;
	margin: 2px 0 0 -72px;
	*margin: -6px 0 0 15px;
}




.formA .cntEr{
	float: left;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #e71844;
	width: 70%;
	padding: 8px 20px 10px 20px;
}


.formA .txtC{
	float: left;
	display: block;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	width: 80%;
	margin-bottom: 4px;
}
.formA .txtEr{
	float: left;
	display: block;
	color: #ffffff;
	font-size: 12px;
	background: #e84c3d;
	width: 46%;
	padding: 0 1%;
}

.formA .titSc{
	float: left;
	display: block;
	color: #8c8c8c;
	font-size: 16px;
	font-family: 'baltoblack', Arial, Tahoma, Verdana;
	font-weight: lighter; 
	text-align: left;
	border-bottom: 1px solid #d1d1d1;
	width: 90%;
	margin-bottom: 10px;
	padding: 5px 0 2px 0;
}



/* ---------------------------- FORMULARIOS ---------------------------- */




/* ---------------------------- CHILD ---------------------------- */





/* ---------------------------- CHILD ---------------------------- */









/* ---------------------------- MEDIA QUERIES ---------------------------- */


@media screen and (min-width:1351px) and (max-width:1440px){

	.wrapper{
		min-width: 320px;
	}


	



	
}


@media screen and (min-width:1200px) and (max-width:1350px){

	.wrapper{
		min-width: 320px;
	}




	
}


/* ---------------------------- TABLET H ---------------------------- */

@media screen and (min-width:921px) and (max-width:1190px){

	.wrapper{
	min-width: 320px;
	}








	.formA fieldset{
		width: 74%;
		margin: 20px auto 50px auto;
		padding: 10px 4%;
	}


}


/* ---------------------------- TABLET V ---------------------------- */

@media screen and (min-width:581px) and (max-width:920px){


	.wrapper{
	min-width: 200px;
	}






	header{
		height: 90px;
	}
	header .cntHeader{
		width: 90%;
		height: 90px;
	}



	.contentRe {
	    display: none;
		height: 70%;
		padding: 10% 6%;
	}




	.principal{
		margin: 0 auto 60px auto;
	}
	.principal ul{	
		margin: 0 auto;
	}
	.principal ul li{
		line-height: 120px;
		width: 90%;
		margin: 0 5%;
	}
	.principal ul li a{
		border: 1px solid #bac2d0;
		border-bottom: 0;
		width: 100%;
		height: 122px;
	}
	.principal ul li:last-child a{
		border: 1px solid #bac2d0;
	}




	.content{
		display: none;
	}
	.content .cntContent{
		width: 90%;
		padding: 50px 0;
	}

	.content .cntContent h1{
		float: none;
		width: 40%;
		margin: 20px auto;
	}
	.content .cntContent p{
		margin: 20px 90px;
	}



	.contentMob{
		display: block;
	}
	.contentMob .cntContentMob{
		width: 90%;
		margin-bottom: 50px;
		padding: 50px 0;
	}

	.contentMob .cntContentMob h1{
		float: none;
		width: 40%;
		margin: 20px auto;
	}


	.contentMob .cntContentMob p{
		margin: 20px 90px;
	}




















	footer{
		min-height: 180px;
	}

	footer div{
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
	}

	footer div ul li{
		float: left;
		width: 110px;
		height: 100px;
		margin: 0 28px;
	}





	.formA fieldset{
		width: 90%;
		margin: 20px auto 50px auto;
		padding: 10px 4%;
	}


	.formA label{
		width: 90%;
	}
	.formA .labCh{
		width: 90%;
	}

	.formA textarea{
		width: 90%;
	}



	.formA .cntEr{
		line-height: 14px;
		width: 80%;
		padding: 8px 5% 10px 5%;
	}


	.formA .txtEr{
		width: 65%;
		padding: 0 2%;
	}

	.formA .titSc{
		width: 94%;
	}





}


/* ---------------------------- MOBILE H ---------------------------- */


@media screen and (min-width:321px) and (max-width:580px){



	.wrapper{
		min-width: 200px;
	}







	h1{
		font-size: 30px;
		line-height: 34px;
	}




	.contentRe {
	    display: none;
		height: 70%;
		padding: 10% 6%;
	}


	header{
		height: 90px;
	}
	header .cntHeader{
		width: 90%;
		height: 90px;
	}
	header .cntHeader .right{
		width: 36%;
		margin-top: 30px;
	}


	ul.li01{
		margin: 20px 30px;
	}





	.principal{
		margin: 0 auto 130px auto;
	}
	.principal ul{	
		margin: 0 auto;
	}
	.principal ul li{
		line-height: 120px;
		width: 90%;
		margin: 0 5%;
	}
	.principal ul li a{
		border: 1px solid #bac2d0;
		border-bottom: 0;
		width: 100%;
		height: 122px;
		margin-bottom: 0;
	}
	.principal ul li:last-child a{
		border: 1px solid #bac2d0;
	}





	.content{
		display: none;
	}
	.content .cntContent{
		width: 90%;
		padding: 50px 0;
	}

	.content .cntContent h1{
		float: none;
		width: 40%;
		margin: 20px auto;
	}
	.content .cntContent p{
		margin: 20px 90px;
	}



	.contentMob{
		display: block;
	}
	.contentMob .cntContentMob{
		width: 90%;
		margin-bottom: 20px;
		padding: 50px 0;
	}

	.contentMob .cntContentMob h1{
		float: none;
		width: 40%;
		margin: 20px auto;
	}


	.contentMob .cntContentMob p{
		margin: 20px 90px;
	}











	footer{
		bottom: 0;
		background: transparent;
		/*height: 100px;
		min-height: 100px;*/
		height: auto;
		min-height: auto;
		margin: 0 auto;
	}

	footer div{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}


	footer div ul{
		display: inline-block;
		margin: 20px 0 0 0;
	}
	footer div ul li{
		float: none;
		display: inline-block;
		overflow: hidden;
		width: 60px;
		height: 60px;
		margin: 0 4px;
	}

	footer div ul li a ico{
		background: #1a3665;
		width: 60px;
		height: 60px;
	}
	footer div ul li a ico img{
		display: block;
		width: 60%;
		margin: 15px auto 0 auto;
	}


	
	.contentAn{
		height: auto;
		margin-top: 8px;
		padding: 6px 0;
	}
	.contentAn a{
		overflow: hidden;
		display: block;
		text-align: center;
		width: 100%;
	}
	.contentAn .dsp-mob{
		display: block;
	}
	.contentAn .dsp-des{
		display: none;
	}



	.contentLog{
		display: none;
	}


	.bxBtn img{
		width: 86%;
	}






	a.btnA:link,a.btnA:visited{
		line-height: 20px;
		height: auto;
	}




	a.logo:link,a.logo:visited{
		width: 130px;
		height: 60px;
		margin: 12px 0 0 0;
		-webkit-background-size: 100%;
		   -moz-background-size: 100%;
		        background-size: 100%;
	}



	.tWM{
		margin-left: 20px !important;
		width: 80%;
	}





	.formA fieldset{
		width: 90%;
		margin: 20px auto 50px auto;
		padding: 10px 4%;
	}


	.formA label{
		width: 90%;
	}
	.formA .labCh{
		width: 90%;
	}

	.formA .inpB,
	.formA .inpM,
	.formA .inpS,
	.formA .inpXS{
		width: 76%;
	}


	.formA .selB,
	.formA .selM,
	.formA .selS,
	.formA .selXS{
		width: 82%;
	}



	.formA textarea{
		width: 90%;
	}



	.formA .cntEr{
		line-height: 14px;
		width: 80%;
		padding: 8px 5% 10px 5%;
	}


	.formA .txtEr{
		width: 80%;
		padding: 0 2%;
	}

	.formA .titSc{
		width: 94%;
	}



	
}


/* ---------------------------- MOBILE V ---------------------------- */



@media screen and (max-width: 320px) {


	.wrapper{
		min-width: 200px;
	}






	h1{
		font-size: 30px;
		line-height: 34px;
	}

	.contentRe {
	    display: none;
		height: 70%;
		padding: 10% 6%;
	}


	header{
		height: 90px;
	}
	header .cntHeader{
		width: 90%;
		height: 90px;
	}
	header .cntHeader .right{
		width: 40%;
		margin-top: 30px;
	}



	ul.li01{
		margin: 20px 30px;
	}
	







	.principal{
		margin: 0 auto 130px auto;
	}
	.principal ul{	
		margin: 0 auto;
	}
	.principal ul li{
		line-height: 120px;
		width: 90%;
		margin: 0 5%;
	}
	.principal ul li a{
		border: 1px solid #bac2d0;
		border-bottom: 0;
		width: 100%;
		height: 122px;
		margin-bottom: 0;
	}
	.principal ul li:last-child a{
		border: 1px solid #bac2d0;
	}





	.content{
		display: none;
	}
	.content .cntContent{
		width: 90%;
		padding: 50px 0;
	}

	.content .cntContent h1{
		float: none;
		width: 40%;
		margin: 20px auto;
	}
	.content .cntContent p{
		margin: 20px 90px;
	}



	.contentMob{
		display: block;
	}
	.contentMob .cntContentMob{
		width: 90%;
		margin-bottom: 20px;
		padding: 50px 0;
	}

	.contentMob .cntContentMob h1{
		float: none;
		width: 40%;
		margin: 20px auto;
	}


	.contentMob .cntContentMob p{
		margin: 20px 90px;
	}



















	footer{
		bottom: 0;
		background: transparent;
		/*height: 100px;
		min-height: 100px;*/		
		height: auto;
		min-height: auto;
		margin: 0 auto;
	}

	footer div{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}


	footer div ul{
		display: inline-block;
		margin: 20px 0 0 0;
	}
	footer div ul li{
		float: none;
		display: inline-block;
		overflow: hidden;
		width: 60px;
		height: 60px;
		margin: 0 4px;
	}

	footer div ul li a ico{
		background: #1a3665;
		width: 60px;
		height: 60px;
	}
	footer div ul li a ico img{
		display: block;
		width: 60%;
		margin: 15px auto 0 auto;
	}




	.contentAn{
		height: auto;
		margin-top: 8px;
		padding: 6px 0;
	}
	.contentAn a{
		overflow: hidden;
		display: block;
		text-align: center;
		width: 100%;
	}
	.contentAn .dsp-mob{
		display: block;
	}
	.contentAn .dsp-des{
		display: none;
	}






	.contentLog{
		display: none;
	}




	.bxBtn img{
		width: 86%;
	}




	a.btnA:link,a.btnA:visited{
		line-height: 20px;
		height: auto;
	}



	a.logo:link,a.logo:visited{
		width: 130px;
		height: 60px;
		margin: 12px 0 0 0;
		-webkit-background-size: 100%;
		   -moz-background-size: 100%;
		        background-size: 100%;
	}


	.tWM{
		margin-left: 20px !important;
		width: 80%;
	}


	.formA fieldset{
		width: 90%;
		margin: 20px auto 50px auto;
		padding: 10px 4%;
	}


	.formA label{
		width: 90%;
	}
	.formA .labCh{
		width: 90%;
	}

	.formA .inpB,
	.formA .inpM,
	.formA .inpS,
	.formA .inpXS{
		width: 76%;
	}


	.formA .selB,
	.formA .selM,
	.formA .selS,
	.formA .selXS{
		width: 82%;
	}



	.formA textarea{
		width: 90%;
	}



	.formA .cntEr{
		line-height: 14px;
		width: 80%;
		padding: 8px 5% 10px 5%;
	}


	.formA .txtEr{
		width: 80%;
		padding: 0 2%;
	}

	.formA .titSc{
		width: 94%;
	}






	
}





/* SIMPLE WYSIWIG */






