@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body{
	margin:0;
	padding:0;
	box-sizing:border-box; 
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration: none;
	color: inherit;
}

.caja_sitio{
	margin: 0 auto;
	width: 100%;
	height: 4534px;
}

.caja_sitio_trab{
	margin: 0 auto;
	width: 100%;
	height: 985px;
	background-color: #0e2646;
}

.header_fondo{
	margin: 0 auto;
	width: 100%;
	height: 663px;
	background: url(img/fondo_header.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header{
	margin: 0 auto;
	width: 1280px;
	height: 663px;
	box-sizing:border-box;
	padding: 45px;
}

.logo{
	width: 236px;
	height: 100px;
	background: url(img/logo_header.png) no-repeat center;
	display: inline-block;
    margin: -10px 0 0 -13px;
}

.logo_emp{
	width: 236px;
	height: 100px;
	background: url(img/logo_emp.png) no-repeat center;
	display: inline-block;
    margin: -10px 0 0 -13px;
}

.menu{
	float: right;
	font-weight: 800;
	color: #0e2646;
}

.trab{
	color: white;
}

.menu_ham{
	display: none;
}

.menu>a{
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.menu>a:hover{
	color: #d5a029;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.frase_header{
	width: 1000px;
	height: 120px;
	color: white;
	font-size: 2.8em;
	text-align: center;
	text-shadow: 0px 0px 10px #0e2646;
	margin: 0 auto;
	margin-top: 138px;
}

.frase_header2{
	display: none;
}

.light{
	font-weight: 300;
}

.cur_no{
	cursor:default;
}

.btn_contacto{
	width: 264px;
	height: 20px;
	background-color: #0e2646;
	color: white;
	padding: 20px 0px;
	margin: 0 auto;
	text-align: center;
    font-size: 1.5em;
    line-height: 0.8em;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btn_contacto:hover{
	background-color: #d5a029;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.extrabold{
	font-weight: 800;
}

.fondo_nos{
	width: 100%;
	height: 279px;
	background-color: #d5a029;
	color: white;
}

.sec_nosotros{
	width: 930px;
	height: 279px;
	margin: 0 auto;
}

.tab_nos{
	border-collapse: collapse;
	font-weight: 400;
}

.tab_nos2{
	display: none;
}

.tab_nos3{
	display: none;
}

th{
	text-align: left;
	vertical-align: bottom;
}

.txtnos{
	font-weight: 400;
	font-size: 0.9em;
    vertical-align: top;
}

.tnos{
	font-size: 3.2em;
	font-weight: 800;
}

.tnos2{
	font-weight: 800;
	vertical-align: middle;
    border-bottom: 2px solid white;
    font-size: 1.9em;
}

.cajamarcol{
	width: 100%;
	height: 279px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 55px;
}

.marcol{
	width: 934px;
	height: 168px;
	background-color: #d5a029;
	border-radius: 5px;
	color: white;
	margin: 0 auto;
}

.titmarcol{
	width: 467px;
	height: 144px;
	border-right: 2px solid white;
	margin-top: 12px;
	float: left;
    font-size: 3.5em;
    font-weight: 300;
    box-sizing: border-box;
    padding-top: 35px;
    text-align: center;
    display: inline-block;
}

.txtmarcol{
	width: 465px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 46px;
	font-size: 0.9em;
}

.fondo_pvalor{
	width: 100%;
	height: 447px;
	background: url(img/fondo_pvalor.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.caja_pvalor{
	width: 1190px;
	height: 447px;
	margin: 0 auto;
}

.pvalor{
	color: white;
	border-collapse: collapse;
	font-weight: 400;
	text-align: center;
}

.pvalor2{
	display: none;
}

.pvalor3{
	display: none;
}

.titpv{
	text-align: center;
	font-size: 3em;
	font-weight: 300;	
}

.img_pv{
	border-radius: 100px;
}

.tit_vals>td{
	font-weight: 700;
	font-size: 1.2em;
}

.txt_vals{
	font-size: 0.8em;
	text-align: justify;
	vertical-align: top;
	text-align-last: center;
}

.caja_serv{
	width: 934px;
	height: 607px;
	margin: 0 auto;
}

.tit_serv{
	width: 100%;
	height: 122px;
	text-align: center;
	color: #d5a029;
	font-weight: 800;
	font-size: 3.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
}

.subt_serv{
	width: 50%;
	height: 57px;
	display: inline-block;
	color: #d5a029;
	font-weight: 400;
	text-align: center;
	font-size: 2.3em;
}

.img_serv{
	width: 50%;
	height: 196px;
	display: inline-block;
	text-align: center;
}

.img_serv3{
	display: none;
}

.in_img{
	width: 174px;
	height: 174px;
	border-radius: 100px;
	margin: 0 auto;
}

.txtserv{
	color: #0e2646;
	font-weight: 400;
	text-align: justify;
	font-size: 0.9em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

.txtserv>b{
	font-size: 2em;
}

.txt_serv1{
	width: 300px;
	height: 185px;
	padding: 33px 33px 33px 0px;
}

.txt_serv3{
	width: 300px;
	height: 185px;
	padding: 33px 0px 33px 33px;
}

.txt_serv2{
	width: 330px;
	height: 185px;
	padding: 33px;
	border-right: 2px solid #d5a029;
	border-left: 2px solid #d5a029;
}

.fondo_pers{
	width: 1190px;
	height: 519px;
	background: url(img/fondo_personal.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

.caja_pers{
	width:1190px;
	height: 519px;
}

.tit_pers{
	width: 100%;
	height: 135px;
	font-weight: 800;
	font-size: 3.5em;
	color: #0e2646;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
}

.txt_pers{
	width: 260px;
	height: 384px;
	font-weight: 400;
	color: #0e2646;
	font-size: 1em;
	text-align: justify;
	padding-left: 125px;
	display: inline-block;
}

.caja_cargos{
	width: 934px;
	height: 753px;	
	margin: 0 auto;
}

.txt1car{
	width: 100%;
	height: 94px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	color: #0e2646;
	font-size: 1em;
	text-align: center;
}

.txt2car{
	width: 100%;
	height: 114px;
	font-weight: 700;
	font-size: 1.2em;
	color: #0e2646;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 27px;
}

.img_car{
	width: 50%;
	height: 219px;
	text-align: center;
	display: inline-block;
}

.car1, .car2{
	width: 174px;
	height: 174px;
	border-radius: 100px;
}

.tit_car{
	width: 50%;
	height: 54px;
	font-weight: 700;
	font-size: 2.3em;
	text-align: center;
	display: inline-block;
}

.col1{
	color: #d5a029;
}

.col2{
	color: #7b8a9b;
}

.cargos{
	width: 50%;
	height: 269px;
	display: inline-block;
}

.carg{
	width: 305px;
	height: 47px;
	border-radius: 50px;
	color: white;
	margin: 0 auto;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0px 0px 18px;
	font-weight: 700;
	font-size: 1.2em;
}

.col_1>.carg{
	background-color: #d5a029;
}

.col_2>.carg{
	background-color: #7b8a9b;
}

.fondo_cont{
	width: 100%;
	height: 943px;
	display: inline-block;
	background: url(img/fondo_contacto.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

.fondo_emp{
	width: 100%;
	height: 940px;
	display: inline-block;
	background: url(img/fondo_empleo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

.caja_cont{
	width: 985px;
	height: 943px;
	margin: 0 auto;
}

.fondo_trab{
	width: 100%;
	height: 940px;
	display: inline-block;
	background: url(img/fondo_trab.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

.caja_trab{
	width: 1280px;
	height: 943px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px;
}

.tit_cont{
	width: 100%;
	height: 137px;
	font-weight: 800;
	font-size: 3.5em;
	color: white;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
}

.infoc1{
	width: 100%;
	height: 55px;
	display: inline-block;
	padding-bottom: 40px;
	vertical-align: top;
}

.icon{
	width: 44px;
	height: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	float: left;
}

.mail{
	width: 634px;
	height: 100%;
	display: inline-block;
	color: white;
	font-size: 1.5em;
	font-weight: 600;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 13px;
}

.tel{
	width: 212px;
	height: 100%;
	display: inline-block;
	float: left;
	font-size: 1.5em;
	color: white;
	font-weight: 600;
}

.icon_img{
	position: absolute;
}

.infoc2{
	width: 100%;
	height: 44px;
	display: inline-block;
	vertical-align: top;
}

.icon2{
	width: 44px;
	height: 44px;
	display: inline-block;
	float: left;
	cursor: pointer;
}

.icon3{
	width: 55px;
	height: 44px;
	display: inline-block;
	float: left;
	cursor: pointer;
}

.dir{
	width: 697px;
	height: 100%;
	display: inline-block;
	color: white;
	font-size: 1.5em;
	font-weight: 600;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 8px;
}

.gap{
	margin-right: 15px;
}

.txt_cont{
	width: 100%;
	height: 112px;
	font-weight: 300;
	font-size: 2em;
	color: white;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
}

.txt_trab{
	width: 670px;
	height: 112px;
	font-weight: 300;
	font-size: 1.3em;
	color: white;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
	margin: 0 auto;
}

.logo_cont{
	width: 267px;
	height: 102px;
	margin: 0 auto;
	display: block;
}

.caja_form{
	width: 670px;
	height: 413px;
	margin: 0 auto;
}

.caja_form_e{
	width: 670px;
	height: 413px;
	margin: 0 auto;
}

input{
	width: 100%;
	height: 53px;
	border-radius: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 17px;
	border:none;
	font-weight: 600;
}

textarea{
	width: 100%;
	height: 123px;
	border-radius: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border:none;
	font-weight: 600;
}

.btn_env{
	width: 259px;
	height: 53px;
	border-radius: 0px;
	color: white;
	background-color: #d5a029;
	float: right;
	margin-top: 17px;
	cursor: pointer;
	transition-duration: 0.3s;
	font-weight: 600;
	padding-left: 0px;
	border: 0px;
}

.btn_arch{
	width: 259px;
	height: 53px;
	border-radius: 0px;
	color: white;
	background-color: #0e2646;
	float: left;
	margin-top: 17px;
	cursor: pointer;
	transition-duration: 0.3s;
	font-weight: 600;
	padding-left: 0px;
	position: relative;
	cursor:pointer;
	transition-duration: 0.3s;
}

input.btn_in_arch{
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	opacity: 0;
	cursor:pointer;
}

.txt_arch{
	color: white;
	text-align: center;
	position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 17px;
}

.btn_arch:hover{
	background-color: white;
	transition-duration: 0.3s;
}

.btn_arch:hover>.txt_arch{
	color: #0e2646;
}

.btn_env:hover{
	background-color: white;
	color: #d5a029;
	transition-duration: 0.3s;
}

.footer{
	width: 100%;
	height: 45px;
	display: block;
	background-color: #0e2646;
	text-align: center;
	color: white;
	font-weight: 400;
	font-size: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 13px;
}

.fondo_oscuro{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	z-index: 5;
	visibility: hidden;
}

.msj_cont{
	width: 320px;
	height: 269px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 43px;
	background-color: #d5a029;
	color: #0e2646;
	box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.7);
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.msj_txt{
	width: 100%;
	height: 130px;
}

.msj_txt>b{
	font-weight: 800;
	font-size: 2.3em;
}

.btn_msj{
	width: 100%;
	height: 53px;
	background-color: #0e2646;
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 1.4em;
	cursor: pointer;
	transition-duration: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 12px;
}

.btn_msj:hover{
	background-color: white;
	color: #0e2646;
}

@media only screen and (max-width: 1268px){

.caja_sitio{
	width: 100%;
	max-width: 1268px;
	height: 5210px;
}

.fondo_emp{
	background: url(img/fondo_empleo2.jpg) no-repeat center center;
}

.caja_sitio_trab{
	width: 100%;
	max-width: 1268px;
	height: 985px;
}

.caja_trab{
	width: 100%;
	height: 940px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	padding-top: 45px;
}

.txt_trab{
	width: 541px;
	margin-bottom: 30px;
}

.caja_form_e{
	width: 541px;
	height: 335px;
}


.header_fondo{
	max-width: 1268px;
	background: url(img/fondo_header2.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header{
	width: 100%;
	height: 663px;
	padding: 0px;
	padding-top: 45px;
}

.logo{
	width: 227px;
	height: 92px;
	background: url(img/logo_header_2.png) no-repeat center;
	padding: 0px;
	display: block;
	margin: 0 auto;
}

.logo_emp{
	width: 227px;
	height: 92px;
	background: url(img/logo_emp2.png) no-repeat center;
	padding: 0px;
	display: block;
	margin: 0 auto;
}

.menu{
	float: none;
	width: 100%;
	height: 24px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

.menu_ham{
	display: none;
}

.frase_header{
	width: 582px;
	height: 70px;
	margin-top: 135px;
	font-size: 1.8em;
}

.fondo_nos{
	height: 465px;
}

.sec_nosotros{
	width: 530px;
	height: 465px;
}

.tab_nos{
	display: none;
}

.tab_nos2{
	display: inherit;
	border-collapse: collapse;
	font-weight: 400;
}

.cajamarcol{
	height: 303px;
	padding-top: 46px;
}

.marcol{
	width: 520px;
	height: 217px;
}

.titmarcol{
	width: 260px;
	height: 194px;
	margin-top: 11px;
	padding: 49px;
	padding-top: 40px;
	font-size: 2.8em;
}

.txtmarcol{
	width: 260px;
	height: 217px;
	padding: 46px;
	font-size: 0.8em;
}

.fondo_pvalor{
	width: 100%;
    height: 779px;
    background: url(img/fondo_pvalor2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pvalor{
	display: none;
}

.pvalor2{
	display: inherit;
	color: white;
	border-collapse: collapse;
	font-weight: 400;
	text-align: center;
}

.caja_pvalor{
	width: 540px;
	height: 779px;
}

.titpv{
	font-size: 2.5em;
}

.caja_serv{
	width: 540px;
	height: 747px;
}

.subt_serv{
	font-size: 1.5em;
}

.txtserv{
	font-size: 0.8em;
}

.txt_serv1{
	width: 270px;
	vertical-align: top;
}

.txt_serv2{
	width: 270px;
	border-right: none;
	vertical-align: top;
}

.txt_serv3{
	width: 261px;
	height: 179px;
	display: block;
	margin: 0 auto;
	padding-left: 0px;
}

.fondo_pers{
	background: url(img/fondo_personal2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    max-width: 1268px;
}

.caja_pers{
	width: 100%;
    max-width: 1268px;
}

.txt_pers{
	margin: 0 auto;
	display: block;
    transform: translate(-200px);
}

.caja_cargos{
	width: 582px;
	height: 749px;
}

.txt1car{
	height: 119px;
	padding-top: 43px;
}

.txt2car{
	height: 87px;
	padding-top: 10px;
}

.tit_car{
	font-size: 1.6em;
}

.carg{
	width: 247px;
	font-size: 0.9em;
	padding-top: 15px;
}

.fondo_cont{
	width: 100%;
	max-width: 1268px;
	height: 940px;
	background: url(img/fondo_contacto2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.caja_cont{
	width: 541px;
	height: 940px;
}

.tit_cont{
	height: 140px;
}

.caja_form{
	width: 100%;
	height: 335px;
}

.info_1{
	height: 54px;
}

.mail{
	width: 300px;
	padding-top: 18px;
	font-size: 1.1em;
}

.tel{
	width: 150px;
	height: 61px;
	padding-top: 7px;
	font-size: 1.1em;
}

.dir{
	width: 320px;
	padding-top: 15px;
	padding-left: 5px;
	font-size: 0.9em;
}

.txt_cont{
	padding-top: 40px;
    margin-bottom: 35px;
}

}

@media only screen and (max-width: 584px){

.caja_sitio{
	width: 100%;
	max-width: 584px;
	height: 7526px;
}

.fondo_emp{
	background: url(img/fondo_empleo3.jpg) no-repeat center center;
}

.caja_trab{
	padding-top: 15px;
}

.header_fondo{
	width: 100%;
	max-width: 584px;
	height: 361px;
	background: url(img/fondo_header3.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header{
	width: 100%;
	max-width: 584px;
	height: 361px;
	padding-top: 15px;
}

.logo{
	width: 320px;
	height: 87px;
	float: none;
	background: url(img/logo_header3.png) no-repeat center left;
}

.logo_emp{
	width: 320px;
	height: 87px;
	float: none;
	background: url(img/logo_header4.png) no-repeat center left;
}

.menu{
	display: none;
}

.btn_ham{
	width: 92px;
	height: 87px;
	display: inherit;
	background: url(img/menu_ham.png) no-repeat center;
	float: right;
}

.menu_ham{
	width: 100%;
	height: 361px;
	background-color: #0e2646;
	display: block;
	position: absolute;
	display: none;
	box-shadow: 0px 0px 90px black;
}

.logo_ham{
	width: 320px;
	height: 87px;
	float: none;
	background: url(img/logo_header4.png) no-repeat center left;
	margin: 0 auto;
	margin-top: 15px;
}

.btn_x{
	width: 92px;
	height: 87px;
	display: inherit;
	background: url(img/menu_ham2.png) no-repeat center;
	float: right;
}

.ham1, .ham2{
	width: 100%;
	height: 51.8px;
	color: #d5a029;
	display: block;
	vertical-align: top;
	text-align: center;
	font-size: 1.7em;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
}

.ham1{
	background-color: #13365b;
}

.frase_header{
	display: none;
}

.frase_header2{
	display: inherit;
	height: 85px;
	width: 320px;
    margin: 0 auto;
	margin-top: 55px;
	font-size: 1.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	text-align: center;
	text-shadow: 0px 0px 10px #0e2646;
}

.btn_contacto{
	width: 203px;
	height: 48px;
	margin-top: 0px;
	font-size: 1.3em;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
}

.tab_nos2{
	display: none;
}

.tab_nos3{
	display: inherit;	
}

.fondo_nos{
	height: 704px;
}

.sec_nosotros{
	width: 255px;
	height: 704px;
}

.cajamarcol{
	height: 355px;
}

.marcol{
	width:100%;
	height: 267px;
	border-radius: 0px;
}

.titmarcol{
	width: 100%;
	height: 118px;
	display: block;
	border-right: none;
	padding: 0px;
	margin-top: 0px;
	padding-top: 40px;
}

.txtmarcol{
	width: 258px;
	height: 267px;
	padding: 0px;
	margin: 0 auto;
	display: block;
	padding-top: 130px;
}

.fondo_pvalor{
	width: 100%;
	max-width: 584px;
	height: 1464px;
	background: url(img/fondo_pvalor3.jpg) no-repeat center center;
}

.caja_pvalor{
	width: 251px;
	height: 1464px;
}

.pvalor2{
	display: none;
}

.pvalor3{
	display: inherit;
	color: white;
	border-collapse: collapse;
	font-weight: 400;
	text-align: center;
}

.caja_serv{
	width: 251px;
	height: 1268px;
}

.tit_serv{
	height: 121px;
	font-size:3em;
}

.img_serv{
	display: none;
}

.img_serv3{
	display: inherit;
	width: 100%;
	height: 217px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.subt_serv{
	width: 100%;
	height: 57px;
	display: block;
}

.txtserv{
	width: 100%;
	padding: 0px;
	border:none;
}

.txt_serv1{
	height: 149px;
	border-bottom: 2px solid #d5a029;
}

.txt_serv2{
	height: 228px;
	border-bottom: 2px solid #d5a029;
	padding-top: 50px;
}

.txt_serv3{
	height: 220px;
	padding-top: 50px;
}

.fondo_pers{
	width: 100%;
	max-width: 584px;
	height: 857px;
	background: url(img/fondo_personal3.jpg) no-repeat center top;
	-webkit-background-size: auto;
	background-size: auto;
}

.caja_pers{
	width: 251px;
	height: 437px;
	margin: 0 auto;
	padding-top: 420px;
}

.tit_pers{
	padding-top: 0px;
	font-size:3em;
	height: 57px;
	color: #d5a029;
}

.txt_pers{
	width: 251px;
	font-size: 0.95em;
	padding: 0px;
	padding-top: 10px;
	transform: translate(0px);
}


.caja_cargos{
	width: 251px;
	height: 1361px;
}

.txt1car{
	height: 177px;
	font-size: 0.9em;
}

.txt2car{
	height: 100px;
	font-size: 0.9em;
}

.img_car{
	width: 100%;
	display: block;
}

.tit_car{
	width: 100%;
}

.cargos{
	width: 100%;
}

.col1{
	width: 251px;
	position: absolute;
	margin-top: -15px;
}

.col_1{
	width: 251px;
	position: absolute;
	margin-top: 30px;
}

.img_as{
	width: 251px;
	position: absolute;
	margin-top: 330px;
}

.col2{
	width: 251px;
	position: absolute;
	margin-top: 530px;
}

.col_2{
	width: 251px;
	position: absolute;
	margin-top: 570px;
}

.fondo_cont{
	width: 100%;
	max-width: 584px;
	height: 1111px;
}

.caja_cont{
	width: 258px;
	height: 1111px;
}

.tit_cont{
	font-size: 3em;
	padding-top: 50px;
	height: 160px;
}

.infoc1{
	height: 138px;
	padding: 0px;
}

.icon{
	height: 69px;
}

.mail{
	height: 69px;
	width: 210px;
}

.infoc2{
	height: 153px;
}

.dir{
	width: 210px;
	height: 69px;
	padding-top: 3px;
	font-size: 1.1em;
}

.txt_cont{
	padding-top: 0px;
	height: 122px;
	margin-bottom: 0px;
	font-size: 1.5em;
}

.txt_trab{
	width: 258px;
	font-size: 1em;
}

.caja_form_e{
	width: 258px;
	height: 350px;
}

.emp_r{
	padding: 50px 30px 0px 30px;
}

.caja_form{
	height: 371px;
}

.logo_cont{
	width: 203px;
	height: 164px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	padding-top: 30px;
}

.logo_cont>img{
	width: 203px;
}

.msj_cont{
	width: 300px;
}

.emp_r{
	font-size: 2.5em;
}

.ham_emp{
	height: 309px;
}


}