@charset "UTF-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,900);
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");



html,body {
    margin: 0 auto;
    font: 16px/1 'Merriweather', serif;

}

p{
	font-family: 'Merriweather', serif;
	font-size: 15px;
    color:#777c81;
    font-weight:300;
    line-height:22px;
    margin: 0;
}

h1{
	font-family: 'Merriweather', serif;
    color:#777c81;
	font-size: 25px;
    font-weight:300;
    margin:0;
    line-height:35px;
}

h2{
	font-family: 'Merriweather', serif;
    color:#777c81;
    font-size: 30px;
    font-weight:300;
    margin:0;
}

h3{
	font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight:300;
    margin:0;
    line-height:35px;
}

h4{
	font-family: 'Merriweather', serif;
    color:#ffffff;
    font-size: 20px;
    font-weight:700;
    margin:0;
}

h5{
	font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight:900;
    margin:0;
}

h6{
	font-family: 'Merriweather', serif;
    font-size: 11px;
    font-weight:700;
    margin:0;
}

.tsmall{
	font-family: 'Merriweather', serif;
	font-size: 16px;
    font-weight:300;
}

.alignc{
    text-align:center;
}

.alignr{
    text-align:right;
}

.tred{
    color: #cb1515;
}

.tgreen{
    color: #a3c22d;
}

.twhite{
    color: #ffffff;
}

.tgray{
    color:#777c81;
}

.tblack{
    color:#000000;
}

.tsmall{
	font-family: 'Merriweather', serif;
	font-size: 14px;
    font-weight:300;
    line-height:19px;
}

.tmedium{
    font-family: 'Merriweather', serif;
	font-size: 17px;
    color:#777c81;
    font-weight:300;
    line-height:22px;
}

/* Menu */

.header{
    height:48px;
    background: url(../images/back-header.png) no-repeat center;
}

ul, ol{
    list-style:none;
    margin: 0;
}

.nav li{
    float:left;
}

.nav li a{
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight:300;
	color: #8a8c8f;
    text-decoration:none;
    padding:16px 0 0 90px;
    display:block;
    -webkit-transition:color 0.4s ease-in;
	-moz-transition:color 0.4s ease-in;
	-o-transition:color 0.4s ease-in;
}

.nav li a:hover{
    color: #c8d200;   
}

.nav li a:active{
    color: #c8d200;   
}

.logo {
    margin-top:500px;
}






a{
    font-family: 'Merriweather', serif;
	font-size: 15px;
    color:#ffffff;
    font-weight:300;
    line-height:22px;
    margin: 0;
    text-decoration:none;
    -webkit-transition:color 0.4s ease-in;
	-moz-transition:color 0.4s ease-in;
	-o-transition:color 0.4s ease-in;
}

a:hover{
    color: #c8d200;   
}


 #galleria{height:700px}


/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */

#galleria-loader{height:1px!important}

.galleria-theme-classic {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
.galleria-theme-classic img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-theme-classic .galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-theme-classic .galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}
.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #ffffff;
    margin: 0 5px 0 0;
    border: 1px solid #ffffff;
    float: left;
    cursor: pointer;
}
.galleria-theme-classic .galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #000000;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-theme-classic .galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(classic-loader.gif) no-repeat 2px 2px;
}
.galleria-theme-classic .galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-theme-classic .galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-theme-classic .galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
    margin-bottom: 7px;
}
.galleria-theme-classic .galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-theme-classic .galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.galleria-theme-classic .notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic .touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.galleria-theme-classic.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-theme-classic .galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.galleria-theme-classic.notouch .galleria-image-nav-left:hover,
.galleria-theme-classic.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic.touch .galleria-image-nav-left:active,
.galleria-theme-classic.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-theme-classic .galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-theme-classic .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.galleria-theme-classic.touch .galleria-thumb-nav-left:active,
.galleria-theme-classic.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right,
.galleria-theme-classic .galleria-info-link,
.galleria-theme-classic .galleria-info-close,
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}
.galleria-theme-classic.galleria-container.videoplay .galleria-info,
.galleria-theme-classic.galleria-container.videoplay .galleria-counter{ display:none!important; }










/* ID Boxes */

#boxFull {
	margin: 0 auto;
    width: 100%;
}

#boxWrapper {
    width: 960px;
    margin: 0 auto;
}

#boxGrid {
    width: 690px;
    margin: 0 auto;
}


#boxgalleria {
    width: 820px;
    margin: 0 auto;
}

#boxGrid2 {
    width: 900px;
    margin: 0 auto;
}

#box960{
    width: 960px;
    margin: 0 auto;
    float:left;
}

#box960c{
    width: 960px;
    margin: 0 auto;
}


#box640 {
    width: 640px;
    margin: 0 auto;
    float:left;
}


#box600 {
    width: 600px;
    margin: 0 auto;
    float:left;
}

#box480 {
    width: 480px;
    margin: 0 auto;
    float:left;
}

#box480c {
    width: 480px;
    margin: 0 auto;
}

#box360 {
    width: 360px;
    margin: 0 auto;
    float:left;
}

#box320 {
    width: 320px;
    margin: 0 auto;
    float:left;
}

#box320c {
    width: 320px;
    margin: 0 auto;
}

#box160 {
    width: 160px;
    margin: 0 auto;
    float:left;
}

#box180 {
    width: 180px;
    margin: 0 auto;
    float:left;
}

#boxVal {
    width: 290px;
    margin: 0 auto;
    float:left;
}

#boxVal2 {
    width: 150px;
    margin: 0 auto;
    float:left;
}

#boxVal1 {
    width: 80px;
    margin: 0 auto;
    float:left;
}

#boxDir {
    width: 280px;
    margin: 0 auto;
    float:left;
}

#boxRed {
    width: 120px;
    margin: 0 auto;
    float:left;
}

#boxCon {
    width: 840px;
    margin: 0 auto;
}

#boxForm {
    width: 400px;
    margin: 0 auto;
    float:left;
}

#boxFormF {
    width: 320px;
    margin: 0 auto;
    float:left;
}

#boxFormS {
    width: 120px;
    margin: 0 auto;
    float:left;
}

#boxGridF {
    width: 740px;
    margin: 0 auto;
}

#box200 {
    width: 200px;
    margin: 0 auto;
    float:left;
}

#box20 {
    width: 30px;
    margin: 0 auto;
    float:left;
}

/* Menu */

a {
    font-family: 'Merriweather', serif;
    text-decoration:none;
    -webkit-transition:color 0.4s ease-in;
	-moz-transition:color 0.4s ease-in;
	-o-transition:color 0.4s ease-in;
}

a:hover{  
    text-decoration:none;
}


/* Styles */

.home-slide{
	background: url(../images/slide-home.jpg) no-repeat center;
    height:583px;
}

.h1-back{
	background: url(../images/back-h1.png) no-repeat center;
    height:433px;
}

.h2-back{
	background: url(../images/back-h2.jpg) no-repeat center;
    height:429px;
}

.h3-back{
	background: url(../images/back-h3.png) no-repeat center;
    height:600px;
}


.nosotros-slide{
	background: url(../images/slide-nosotros.jpg) no-repeat center;
    height:583px;
}

.nosotros-space{
	background: #ffffff;
    height:100px;
}

.servicios-slide{
	background: url(../images/slide-servicios.jpg) no-repeat center;
    height:583px;
}

.sb1-back{
	background: url(../images/back-serv01.jpg) no-repeat center;
    height:269px;
}

.q-back{
	background: url(../images/back-quienes.png) no-repeat center;
    height:325px;
}

.v-back{
	background: url(../images/back-valores.png) no-repeat center;
    height:400px;
}

.p-back{
	background: url(../images/back-politicas.png) no-repeat bottom center;
    height:600px;
}

.contacto-slide{
	background: url(../images/slide-contacto.jpg) no-repeat center;
    height:583px;
}

.map-back{
	background: url(../images/back-map.png) no-repeat center;
    height:429px;
}


.form-back{
	background: url(../images/back-form.png) no-repeat center;
    height:633px;
}

.form-back-alt{
	background: url(../images/back-form.png) no-repeat center;
    height:8px;
}


.tecno-slide{
	background: url(../images/slide-tecnologia.jpg) no-repeat center;
    height:583px;
}

.tec01-back{
	background: url(../images/back-tecno01.png) no-repeat center;
    height:268px;
}

.tec02-back{
	background: url(../images/back-tecno02.jpg) no-repeat center;
    height:400px;
}

.footer{
	background: url(../images/back-footer.png) no-repeat center;
    height:274px;
}

.footer-tec{
    height:70px;
}


:before,
:after {
 content: '';
 display: block;
 position: absolute;
 box-sizing: border-box;
}

.togglebox {
 width: 800px;
 margin: 0 auto;
}

input[type="radio"] {
 position: absolute;
 opacity: 0;
}

label.et {
 position: relative;
 display: block;
 height: 50px;
 line-height: 50px;
 padding: 0 20px;
 font-size: 17px;
 color: #777c81;;
 background: #ffffff;
 cursor: pointer;
 border-bottom: dotted 1px;
}

label.et:hover {

}

label.et:after {
 content: '\f078';
 top: 0px;
 right: 20px;
 font-family: fontawesome;
}

.content {
 height: 0;
 overflow: hidden;
}

input[type="radio"]:checked ~ label {
 color: #a3c22d ;
}

input[type="radio"]:checked ~ label:after {
 transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
}

input[type="radio"]:checked ~ .content {
 height: auto;
}





/******************************
Tab styles
*******************************/

.etabs ul {
     list-style-type: circle;
}

.etabs li {
    float: left;
    padding: 0;
}

.etabs { 
    margin: 0; 
    padding: 0px 0 0 0; 
    height: 100px;
}

 .tab { 
    display: inline-block; 
    zoom:1; 
    display:inline;
}

.tab a { 
    font-family: 'Lato', sans-serif;
    font-size: 20px; 
    width: 320px;
    color: #ffffff;
    font-weight:700;
    padding-top:37px;
    display: block; 
    outline: none; 
    text-decoration:none;
    text-align: center;
}

.tab a:hover {
    text-decoration:none;
    background:#000000;
    color: #cb1515;
    height:62px;
    -webkit-transition:color 0.4s ease-in;
    -moz-transition:color 0.4s ease-in;
    -o-transition:color 0.4s ease-in;
}

.tab .active { 
    /* padding-top: 6px;*/
    position: relative;
}

.tab a.active { 
    /* font-weight: bold; */
}

#tab-container{ 
    margin: 0 auto;
    width: 960px;
    height:100px;
}

.panel-container { 
    bottom:50px;
}

input, textarea{
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    background-color: #b8cbd4;
    border: none;
}


/* Margenes */


/* Margin Left */
.L10{
    margin-left:10px;
}
.L20{
    margin-left:20px;
}

.L30{
    margin-left:20px;
}

.L40{
    margin-left:40px;
}

.L50{
    margin-left:50px;
}

.L120{
    margin-left:120px;
}

.LM{
    margin-left:35px;
}

/* Margin Right */

.R20{
    margin-right:20px;
}

/* Margin Top */

.T10{
    margin-top:10px;
}

.T20{
    margin-top:20px;
}

.T30{
    margin-top:30px;
}

.T40{
    margin-top:40px;
}

.T50{
    margin-top:50px;
}

.T60{
    margin-top:55px;
}

.T70{
    margin-top:70px;
}

.T60R{
    margin-top:65px;
}

.T70{
    margin-top:70px;
}

.T75{
    margin-top:75px;
}


.T80{
    margin-top:80px;
}

.T85{
    margin-top:87px;
}

.T90{
    margin-top:90px;
}

.T100{
    margin-top:100px;
}

.T110{
    margin-top:110px;
}

.T120{
    margin-top:120px;
}

.T130{
    margin-top:130px;
}

.T140{
    margin-top:140px;
}

.T150{
    margin-top:150px;
}

.T160{
    margin-top:160px;
}

.T180{
    margin-top:180px;
}

.T200{
    margin-top:200px;
}

.T210{
    margin-top:210px;
}

.T220{
    margin-top:220px;
}

.T400{
    margin-top:400px;
}

.T-50{
    margin-top:-50px;
}
.T-120{
    margin-top:-120px;
}

/* Margin Bottom */

.B20{
    margin-bottom:40px;
}

.Btabs{
    margin-bottom:90px;
}

.BtabsP{
    margin-bottom:30px;
}

/* Padding Top */

.pT20{
    padding-top:20px;
}

.pT30{
    padding-top:30px;
}


.pT40{
    padding-top:40px;
}

.pT50{
    padding-top:50px;
}

.pT60{
    padding-top:60px;
}

.pT70{
    padding-top:70px;
}

.pT80{
    padding-top:80px;
}

.pT100{
    padding-top:100px;
}

.pT120{
    padding-top:120px;
}

.pT130{
    padding-top:130px;
}

.pT150{
    padding-top:150px;
}

.pT170{
    padding-top:170px;
}

.pT180{
    padding-top:180px;
}

.pT200{
    padding-top:200px;
}

.pT220{
    padding-top:220px;
}

.pT230{
    padding-top:228px;
}

.pT250{
    padding-top:250px;
}

.pTCo{
    padding-top:63px;
}

.pU{
    padding:0 50px 0 50px;
}

.pR50{
    padding-right:50px; 
}

.pL50{
    padding-left:50px; 
}

.pLline{
    padding-left:30px; 
}

.pLf{
    padding-left: 25px;
}

.pRf{
    padding-right: 25px;
}

/* Padding especial */

.pL120d2{
    padding:200px 0 0 120px;
}

.pL100d2{
    padding:140px 0 0 120px;
}

.pLfooter{
    padding-left:112px;
}

.pL240{
    padding-left:240px;
}

.pRS{
    padding-right:40px;
}

.pRC{
    padding-right:120px;
}

.pBco{
    padding-bottom:80px;
}

.pT-Co{
    margin-top:-1px;
}

.pLMi{
    padding-right: 50px;
}