body{
	margin: 0px;
	font-family: 'GothamThin Regular';
}
option{
	font-family: 'GothamThin Regular';
	color: #565658;
}
/* Menu */
.pantalla{
	display: none;
	background-color: rgba(64, 83, 95, 0.4);
	width: 100%;
	height: 1000px;
	position: absolute;
	z-index: 2;
}
.view-menu{
	display: none;
	background-color: #cdcfcf;
	width: 40%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3001;
}
.view-menu a{
	text-decoration: none;
	color: #43525f;
}
.view-menu img{
	margin: 8px 0px 8px 60%;
	cursor: pointer;
}
.view-menu li{
	list-style: none;
	padding: 9px;
}
.back{
	float: left;
	cursor: pointer;  
	padding-top: 10px;
}
.back a{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #828284;
	text-decoration: none;
}
.back img{
	vertical-align: middle;
}
.list-menu{
	font-family: "GothamBlack Regular";
	font-size: 20px;
	font-weight: bold;
}
.sublist-menu{
	font-family: 'GothamBook Regular', sans-serif;
}
.sublist-menu{
	font-size: 20px;
	font-weight: 100;
}
/* Header */
.header{
	background-image: url(../img/top-news.jpg);
	background-color: #14141d;
	background-position: center center;
	background-repeat: no-repeat;
	height: 356px;
	color: #FFF;
}
.top-bar{
	background-color: #20202f;
	height: 44px;
	width: 100%;
	position: fixed;
	z-index: 3000;
}
.top-bar-c{
	max-width: 1000px;
	margin: 0 auto;
}
.menu{
	float: right;
	padding-top: 10px;
	cursor: pointer;
}
.menu span{
	font-size: 12px;
	padding-right: 5px;
}
.menu img{
	vertical-align: middle;
}

.medium{
	font-family: "GothamBook Regular";
	font-size: 20px;
	padding: 132px 0 20px 0;
}
.leyend{
	font-family: "GothamBlack Regular";
	color: #FFF;
	font-size: 100px;
	font-weight: 900;
	padding-bottom: 20px;
}
.busqueda{
	width: 100%;
	border-bottom: #cccccc solid 1px;
	height: 52px;
}
.busqueda-c{
	width: 1000px;
	margin: 0 auto;
}
.filtrar{
	border-right: #cccccc solid 1px;
	width: 322px;
	height: 52px;
	display: inline-block;
	text-align: right;
	position: relative;
}
.filtrar span{
	vertical-align: middle;
	position: absolute;
	top: 17px;
	left: 20px;
}

.selectn select {
	background: transparent;
	width: 245px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 52px;
	-webkit-appearance: none;
	color: #000;
}
.selectn {
	display: inline-block;
	width: 190px;
	height: 52px;
	overflow: hidden;
	background: url("../img/arrow-drop.png") no-repeat right #fff;
	padding:0;
	border:none;
}
.vista{
	border-right: #cccccc solid 1px;
	display: inline-block;
	width: 311px;
	height: 50px;
	text-align: right;
	position: relative;
}
.vista span{
	vertical-align: middle;
	position: absolute;
	top: 17px;
	left: 20px;
}
.vista img{
	cursor: pointer;
}
.ordenar{	
	display: inline-block;
	text-align: right;
	position: relative;
	width: 350px;
}
.ordenar span{
	vertical-align: middle;
	position: absolute;
	top: 17px;
	left: 20px;
}
.ordenar .select{
	width: 220px;
}
.ordenar.select select{
	width: 218px;
}
.unidades{
	width: 100%;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
}
.unidades-c{
	width: 1000px;
	margin: 0 auto;
}
.unidades-c div{
	width: 165px;
	height: 102px;
	display: inline-table;
	text-align: center;
	border-right: #ccc solid 1px;
}
.unidades-c:first-child{
	border-left: #ccc solid 1px;
}
.unidades-c div img{
	padding-top: 40px;
}
.news{
	width: 1005px;
	margin: 0 auto;
	padding-top: 38px;
	padding-bottom: 100px;
	text-align: center;
}
.new{
	width: 325px;
	height: 465px;
	background-color: #ebebeb;
	display: inline-table;
	position: relative;
	margin-bottom: 18px;
	text-align: left;
	margin-right: 7px;
}
.foto{
	height: 189px;
	position: relative;
	background-position:center center;
}
.fecha{
	position: absolute;
	padding: 5px;
	bottom: 0;
	left: 24px;
	color: #FFF;
	background-color: #ee3022;
	font-family: 'GothamBook Regular';
}
.new .titulo{
	color: #44535e;
	padding: 23px 23px 10px 23px;
}
.new .sep{
	width: 18px;
	height: 1px;
	background-color: #ee3022;
	margin-left: 23px;
}
.new .descripcion{
	color: #565658;
	font-family: 'GothamBlack Regular';
	padding: 10px 23px 10px 23px;
	font-size: 22px;
}
.new .tags{
	color: #565658;
	font-family: Georgia;
	font-style: italic;
	background: url("../img/ic-tag.png") no-repeat left;
	margin: 0 25px;
	padding: 10px 0 10px 38px;
	font-size: 12px;
}
.new > .btn{
	padding: 10px 40px;
	border: 2px solid #4c5a65;
	border-radius: 1px;
	color: #4c5a65;
	position: absolute;
	bottom: 10px;
	right: 13px;
	font-family: 'GothamBlack Regular';
}
.new .btn:hover{
	border: 2px solid #fff;
	color: #fff;
	background-color: #dd0000;
}
.new a, .news a{
	text-decoration: none;
}
.news .clear{
	width: 100%;
	height: 55px;
}
.news .btn{
	font-family: 'GothamBook Regular';
	color: #777777;
	background-color: #e5e5e5;
	margin: 0 auto;
	padding: 15px 66px;
	letter-spacing: 2px;
}
.news > img{
	padding: 20px 0 40px 0;
}
/* Footer */
.footer{
	background-color: #eeeeee;
	margin: 0 auto;
	padding: 15px 0% 15px 0%;
	color: #40535f;
}
.footer-c{
	max-width: 1000px;
	margin: 0 auto;
 	padding: 15px 0% 15px 0%;
}
.col{
	width: 24%;
	display: inline-table;
}
.footer h4{
	font-family: "GothamBlack Regular";
	padding-left: 36px;
}
.footer h5{
	padding-left: 36px;
}
.footer a{
	color: #606e77;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 5px;
	margin-left: 31px;
}
.cols{
	margin-top: 40px;
	display: inline-table;
}
.cols.w25 {
	width:23%;
}
.cols.w50 {
	width:50%;
	text-align:center;
}
.txt-r{
	text-align: right;
}
.btn-con{
	font-family: "GothamBlack Regular";
	font-size: 17px;
	border: 1px solid white;
	color: #FFF !important;
	background-color: #3f5360;
	width: 176px;
    height: 26px;
	margin-top: 25px;
	font-size: 18px !important;
	text-align: center;
}
.u{
	text-decoration: underline !important;
}
.social{
	display: inline-block !important;
	margin: 0px !important;
}
.footer-r, .ic-r{
	display: none;
}



.lb-form, .bolsa form{
	display: none;
}
.lista-vacantes, .paginacion{
	list-style: none;
	padding: 0;
}
.lista-vacantes li{
	width: 49%;
	display: inline-table;
}
.container-vacante{
	min-height: 350px;
}
.container-vacante label{
	display: block;
	font-size: 25px;
}
.container-vacante b{
	font-family: 'GothamBold Regular';
}
.container-vacante p{
	font-size: 20px;
	width: 85%;
}
.container-vacante button{
	background: #ccc;
	border: 0px;
	font-family: 'GothamBlack Regular';
	color: #fff;
	font-size: 26px;
	padding: 15px;	
	cursor: pointer;
}
.container-vacante button:hover{
	background: #a9a9a9;
}
.paginacion{
}
.paginacion li{
	color: #fff;
	background: #ccc;
	width: 20px;
	display: inline-table;
	text-align: center;
	padding: 8px;
	margin: 2px;
	cursor: pointer;
}
.paginacion li.active{
	background-color: #ff0000;
}
.paginacion li a {
	color:#fff;
	text-decoration:none;
}
.p-pagination{
	width: 100% !important; 
}
.go_top {
	display:none;
	width:47px;
	height:12px;
	background:url(../img/go-top.png) 0 0 no-repeat;
	opacity:0.5;
	opacity:1;
	filter:alpha(opacity=50);
	filter:alpha(opacity=100);
	font-size:10px;
	color:#000;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1000;
	padding:35px 0 0 0;
}
.go_top:hover {
	opacity:1;
	filter:alpha(opacity=100);
}


@media (max-width: 640px) {
	.view-menu{
		background-color: #cdcfcf;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 3;
	}
    .menu span , .unidades, .footer-c{
        display: none;
    }
    .leyend{
	    font-size: 70px;
    }
    .busqueda{
	    height: auto;
    }
    .busqueda-c, .news{
	    width: auto;
    }
    .filtrar, .ordenar{
	    display: block;
	    width: auto;
    }
    .select, .ordenar .select{
	    width: -moz-calc(100% - 140px);
	    width: -webkit-calc(100% - 140px);
	    width: calc(100% - 140px);
    }
    .select select{
	    width: 100%;
    }
    .new{
	    width: 45%;
	    height: auto;
	    padding-bottom: 60px;
    }
    .new .titulo, .new .descripcion, .new .tags{
	    padding: 5px;
	    margin: 0;
    }
    .new .sep{
	    margin-left: 5px;;
    }
    .foto{
	    height: 100px;
    }
    .fecha{
	    font-size: 12px;
    }
    .new .descripcion{
	    font-size: 12px;
    }
    .new .tags{
	    font-size: 10px;
	    padding-left: 25px;
    }
    .new > .btn{
	    padding: 10px 20px;
    }
    .footer-r{
		display: block;
	}
	.list-footer{
		background-color: #eee;
		list-style: none;
		padding: 0px;
		margin: 0px;
		font-size: 40px;
		font-family: "GothamBlack Regular";
	}
	.list-footer li{
		border-bottom: 1px solid #3f525f;
		padding: 20px;
	}
	.list-footer a{
		color: #3f525f;
		text-decoration: none;
		font-size: 40px;
	}
	.social{
		text-align: center;
		border-bottom: 1px solid #3f525f;
		padding: 20px;
		display: block !important;
/* 		display: inline-block !important; */
		margin: 0px !important;
	}
	.social a{
		display: inline-block;
	}
	.social img{
	}
	.copy{
		text-align: center;
		color: #3f525f;
	}
	.copy h2{
		width: 100%;
		font-style: normal !important;
		font-family: 'GothamBook Regular', sans-serif;
	}
	.copy a{
		text-align: center;
		color: #3f525f;
	}
}
@media (max-width: 270px) {
    .select, .ordenar .select{
	    width: 150px;
	}
}