/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*! By klok for the Glory of Jesus */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



   
/* ==========================================================================
   klok generic styles
   ========================================================================== */
html *{
	font-family: "adelle-sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #777777;
	font-weight: 200;
	text-shadow: #FFFFFF 0px 1px 0px;
}

body{
	background: #f8f8f8;
}
   
.clear { 
	display: block;
	margin-top: 24px;
	margin: 0px auto;
	clear: both; 
	border-bottom: solid 1px #777777;
}
   
.centeredContainer{
	margin: 0px auto;
	clear: both;
}

.nineSixtyWidth{
	width: 960px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */   
   
.header{

}

.headerMenu{
	width: 640px;
	text-align: justify; 
	float: right;
}

.headerMenu .item{
	white-space: nowrap;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	height: auto;
	height: 33px;
	line-height: 32px;
}

.headerMenu .last{
	width: 100%;
	white-space: nowrap; 
	height: 1px;
}

.headerMenu a{
	color: #777777;
	text-decoration: none;	
	position: relative !important;
}

.headerMenu a:hover{
	color: #f47321;
}

.headerSubmenu{
	background: rgba(255,255,255,0.95);
	border: solid 1px #777777;
	padding: 16px;
	position: absolute;
	left: 0px;
	top: 100%;
	display: block;
	z-index: 18;
	box-shadow: 0px 5px 5px black;
}

.headerSubmenu a{
	display: block;
	margin-bottom: 16px;
	font-size: 12px;
}

.headerSubmenu a:last-child{
	margin-bottom: 0px !important;
}


.ceroUnoOchocientos{
	font-size: 24px;
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 48px;
	margin-bottom: 24px;
	font-weight: 100;
}

.headerLogo{
	float: left;
	margin-top: -24px;
}



/* HOME BANNER */

.homeBanners{
	height: 320px;
	overflow: hidden;
	border-top:solid 1px #777777;
	border-bottom: solid 1px #777777;
	position: relative;
	display: block;
	clear: both;
}

/* SWIPER */

.homeBanners .swiper-container{
	background: silver;
	height: 100%;
	position: relative;
}

.homeBanners .swiper-slide{
	position: relative;
}

.homeBanners .content-slide{
	display: block;
	position: absolute;
	bottom: 32px;
	left: 0px;
	background: url(../img/bgGrayTransp.png);
	z-index: 13;
	padding-left: 48px;
	padding-right: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.homeBanners .title {
	height: auto;
  	font-size: 32px;
  	line-height: 32px;
  	color: #FFFFFF;
  	text-shadow: #222222 0px -1px 0px;
  	display: block;
}

.homeBanners .subtitle {
  	font-size: 18px;
  	line-height: 20px;
  	color: #FFFFFF;
  	text-shadow: #222222 0px -1px 0px;
  	display: block;
  	margin-left: 24px;
}

.homeBanners .pagination {
  	position: absolute;
  	text-align: right;
  	right: 32px;
  	bottom:32px;
  	width: 100%;
  	z-index: 12;
}

.homeBanners .swiper-pagination-switch {
  	display: inline-block;
  	width: 12px;
  	height: 12px;
  	border-radius: 12px;
  	background: silver;
  	margin: 0 3px;
  	cursor: pointer;
  	box-shadow:inset 0px 1px 2px black;
}

.homeBanners .swiper-pagination-switch:hover{
	background: #FFFFFF;
}

.homeBanners .swiper-active-switch, .swiper-active-switch:hover{
  	background: #f47321;
}

.homeBanners .arrow{
	width: 0px;
	height: 0px;
	border-style: solid;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
	z-index: 12;
}

.homeBanners .arrow-left {
	border-width: 12px 12px 12px 0;
	border-color: transparent #f47321 transparent transparent;
	position: absolute;
	left: 32px;
}

.homeBanners .arrow-left:hover{
	border-color: transparent #FFFFFF transparent transparent;
}

.homeBanners .arrow-right {
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #f47321;
	position: absolute;
	right: 32px;
}

.homeBanners .arrow-right:hover{
	border-color: transparent transparent transparent #FFFFFF;
}

/* SECTION THIRDS  */

.sectionThirds{
	height: 320px;
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: solid 1px #777777;
	text-align: justify;
}

.sectionThirds a{
	color: #f47321;
	text-decoration: none;
	display: block;
	font-size: 10px;
	text-align: right;
	margin-top: 2px;
	padding-bottom: 4px;
}

.sectionThird{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 32%;
	float: left;
}

.sectionThird.middle{
	margin-left: 2%;
	margin-right: 2%;
}

.sectionThirdHighlight{
	font-size: 22px;
	line-height: 24px;
	text-align: left;
}

.sectionThirdTitle{
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	border-bottom: solid 1px #f47321;
	margin-bottom: 8px;
}

.sectionThirdText{
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

.sectionThirdText.news{
	overflow: hidden;
	max-height: 280px;
}

.sectionThirdNewTitle{
	font-size: 16px;
	line-height: 16px;
	display: block;
	color: #666666;
	margin-bottom: 8px;
}

.sectionThirdNewDate{
	font-size: 10px;
	line-height: 10px;
	display: block;
	color: #999999;
	margin-bottom: 8px;
	float: right;
}

.sectionThirdNewImg{
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

.sectionThirdNew{
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin-bottom: 8px;
	border-bottom: solid 1px silver;
}

.sectionThirdNew a{
	color: #f47321;
	text-decoration: none;
	display: block;
	font-size: 10px;
	text-align: left;
	margin-top: 2px;
	padding-bottom: 4px;
}

.sectionThirdPic{
	display: none;
	margin-top: 16px;
	background: url(../img/ajax-loader.gif) center center no-repeat;
}

/*SECTION FPURTHS */

.sectionFourths{
	height: 160px;
	text-align: justify;
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: solid 1px #777777;
}

.sectionFourth{
	width: 23.5%;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	white-space: nowrap;
	border: solid 1px #CCCCCC;
	height: 160px;
	background: url(../img/ajax-loader.gif) center center no-repeat;
	position: relative;
	cursor: pointer;
}

.sectionFourths .last{
	width: 100%;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	white-space: nowrap;
}

.sectionFourth img{
	display: none;
}

.fourthTitle{
	position: absolute;
	display: block;
	bottom: 16px;
	left: 0px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
	background: url(../img/bgGrayTransp.png);
	color: #FFFFFF;
	text-shadow: #000000 0px -1px 0px;
	text-align: center;
	text-transform: uppercase;
}

/* FOOTER */
.footer{
	margin-top: 24px;
	margin-bottom: 24px;
}

.footerMenu{
	font-size: 11px;
	float: left;
}

.footerMenu a{
	color: #999999;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 11px;
	text-decoration: none;
}

.footerMenu a:hover{
	color: #f47321;
}

.footerMenu a:first-child{
	margin-left: 0px !important;
}

.footer .sm{
	float: right;
}

.footer .sm a{
	margin-left: 8px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.footer .sm a img{
	border: none !important;
}

.footer .copyright{
	clear: both;
	text-align: left;
	font-size: 11px;
	line-height: 10px !important;
	padding-top: 24px;
	color: #999999;
}

.footer .copyright a{
	font-size: 11px;
	line-height: 11px;
	color: #f47321;
	text-decoration: none;
}

.footer .copyright a:hover{
	color: #999999;
}

/* INT BANNER */

.intBanner{
	height: 196px;
	overflow: hidden;
	position: relative;
	display: block;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

.intBanner img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.intBannerText{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: url(../img/bgGrayTransp.png) repeat;
	z-index: 10;
}

.intBannerText .title{
	margin-top: 80px;
	font-size: 34px;
	line-height: 36px;
	color: #E1E1E1;
	text-shadow: #000000 0px 1px 0px;
	display: block;
	padding-left: 32px;
	padding-right: 32px;
	text-align: left;
	white-space: nowrap;
}

.intBannerText .subTitle{
	font-size: 24px;
	line-height: 26px;
	color: #CCCCCC;
	text-shadow: #000000 0px 1px 0px;
	display: block;
	padding-left: 32px;
	padding-right: 32px;
	text-align: left;
}

.sectionHalves{
	margin-top: 24px;
}

.sectionHalf{
	width: 49%;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: left;
	margin-bottom: 24px;
	position: relative;
}

.sectionHalf:last-child{
	margin-left: 2%;
}

.sectionHalf .title{
	font-size: 24px;
}

.sectionHalf .innetTxt{
	font-size: 14px;
	line-height: 16px;
	margin-left: 32px;
}

.sectionHalf .innerLinks{
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position:relative;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
	margin-top: 32px;
}

.sectionHalf .innerLinksWrapper{
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}

.sectionHalf .innerLinks .section{
	float: left;
	
}

.sectionHalf .innerLinks a{
	font-size: 28px !important;
	line-height: 28px;
	color: #777777;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 16px;
	margin-bottom: 16px;
	margin-left: 32px;
}


.sectionHalf .innerLinks a.smaller{
	font-size: inherit !important;
	line-height: inherit !important;
	color: #777777;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.sectionHalf .innerLinks a:hover{
	color: #f47321;
}

.sectionHalf .innerLinks .swiper_text{
margin-left: 32px;
}

.sectionHalf .pagination{
	position: relative;
	left: 0px;
	width: 100%;
	height: 32px;
	margin-left: 32px;
	padding-top: 32px;
	padding-bottom: 0px;
	z-index: 100;
	cursor: pointer;
	display: block;p
}

.sectionHalf .swiper-pagination-switch{
	background: #CCCCCC;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin-right: 8px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	cursor: pointer;
	box-shadow: 0px 1px 1px #FFFFFF;
}

.sectionHalf .swiper-pagination-switch:hover{
	background: #666666;
}

.sectionHalf .swiper-active-switch{
	background: #f27430;
}


.innerPic{
	width: 100%;
	height: 300px;
	background: url(../img/icIntPic.png) no-repeat center center;
	border: solid 1px #CCCCCC;
	position: relative;
	overflow: hidden;
}

.innerPic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}

.innerPic .mainPic{
	z-index: 10;
}

.innerPic .helperPic{
	z-index: 9;
}

.sectionHalf .padded{
/*	padding-left: 80px;
	max-width: 365px;*/
}

#map{
	border: solid 1px #999999;
}

.setMap{
	color: #666666;
	cursor:pointer;
	margin-bottom: 8px;
	display: block;
}

.setMap:hover, .setMap.cative{
	color: #f47321;
}

.priv{
	text-align: justify;
}

.contacto_form tr td.label{
	padding-right: 12px;
	color: #999999;
	font-size: 16px;
	line-height: 32px;
}

.contacto_form tr td{
	padding-bottom: 8px;
}

.contacto_form .contacto_tf{
	border: solid 1px #999999;
	height: 32px;
	width: 200px;
	color: #999999;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 16px;
	line-height: 32px;
	background: #FFFFFF;
	outline: none;
}

.contacto_form .contacto_ta{
	border: solid 1px #999999;
	height: 180px;
	width: 538px;
	color: #999999;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 16px;
	line-height: 32px;
	background: #FFFFFF;
	outline: none;
}

.contacto_form .contacto_button{
	-webkit-appearance: none;
	border: solid 1px #000000;
	height: 32px;
	width: 150px;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #999999;
	outline: none;
	text-shadow: #000000 0px 1px 0px;
	margin-bottom: 20px;
}

.contacto_form .contacto_button:hover{
	-webkit-appearance: none;
	border: solid 1px #999999;
	height: 32px;
	width: 150px;
	color: #666666;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 10px;
	background: #CCCCCC;
	outline: none;
	text-shadow: #FFFFFF 0px 1px 0px;
	margin-bottom: 20px;
}

#contactthx{
	display: none;
	margin-bottom: 48px;
}

.fastLinks{
	font-size: 12px;
	line-height: 14px;
	padding-left: 32px;
	padding-top: 24px;
}

.fastLinks span{
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
	white-space: nowrap;
}

.fastLinks span:hover, .fastLinks span.linked{
	color: #f27430;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}