body{
	padding: 0;
	margin: 0;
	font-family: 'GothamThin Regular';
}
/* 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{
	width: 100%;
	background-image: url(../img/empresa_main.jpg);
	background-size: 100% 100%;
	height: 292px;
	color: #FFF;
	text-align: center;
}
.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;
}
.header p{
	padding-top: 117px;
	margin: 0;
}
.header h1{
	font-family: 'GothamBlack Regular';
	font-size: 55px;
	padding-top: 25px;
}
/*  */
/*
.header{
	background-color: rgba(32, 32, 47, 0.6);
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}
.header img{
	position: absolute;
	top: 10px;
	left: 0px;
}
.menu{
	font-family: 'GothamBold Regular';
	list-style: none;
	float: left;
	position: absolute;
	top: 20px;
	right: 0px;
}
.menu li{
	display: inline-block;
}
.menu a{
	text-decoration: none;
	color: #535362;
	padding: 0 5px 0 5px;
}
li.af:after{
	content: "|";
}
.img-main{
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
}
.img-main img{
	width: 100%;
	max-width: 1500px;
}
*/
.main-c{
	width: 100%;
}
.main{
	width: 1000px;
	min-height: 1290px;
	margin: 0 auto;
	position: relative;
}
.menu-lateral{
	float: left;
	text-align: right;
	width: 145px;
	min-height: 100px;
}
.menu-lateral ul{
	list-style: none;	
	font-family: 'GothamBold Regular';
}
.menu-lateral ul li{
	padding: 10px 0px;
}
.menu-lateral ul li a{
	color: #3d525f;
	font-size: 14px;
	text-decoration: none;
}
.menu-lateral ul li.current a{
	color: #f32a00;
	text-decoration: none;
}
.historia{
	float: left;
	width: 695px;
	margin: 20px 50px;
}
.historia h1{
	font-family: 'GothamBlack Regular';
	color: #f12c11;
	font-size: 55px;
}
.historia p{
	font-family: 'GothamThin Regular';
	font-size: 20px;
}
.historia p.leyend{
	font-family: 'GothamThin Regular';
	color: #f22a00;
	font-size: 27px;
	padding: 20px 0px 0px 0px;
}
.historia ul {
	font-size: 20px;
}
.historia ul li {
	padding:10px 0;
}
.redes-sociales{
	width: 60px;
	float: right;
	text-align: center;
	padding-top: 150px;
}
.redes-sociales div{
	width: 60px;
}
.footer{
	background-color: #eeeeee;
	margin: 0 auto;
	padding: 15px 0% 15px 0%;
	color: #40535f;
	z-index: 3000;
	position: relative;
}
.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{
	font-family: "GothamBlack Regular";
	border: 2px solid white;
	padding: 8px 30px 8px 30px;
	border-radius: 2px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
.btn-con{
	border: 1px solid white;
	color: #FFF !important;
	background-color: #3f5360;
	width: 176px;
	height: 26px;
	margin-top: 25px;
	font-size: 18px !important;
}
.u{
	text-decoration: underline !important;
}
.social{
	display: inline-block !important;
	margin: 0px !important;
}
.sh-resp, .resp{
	display: none;
}
.go_top {
	display:none;
	width:47px;
	height:12x;
	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:3001;
	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 img{
		padding-right: 10px;
	}
    .menu span {
        display: none;
    }
    .main{
	    width: 100%;
	    min-height: 100px;
    }
    .menu-lateral{
	    float: none;
		width: 100%;
		text-align: center;
		background: #506371;
		color: #fff;
    }
    .menu-lateral ul{
	    margin: 0;
	    padding: 0;
    }
    .historia, .redes-sociales{
	    display: none;
    }
    .menu-lateral ul li a {
	    font-size: 20px;
	    color: #fff;
	}
	.footer{
		display: none;
	}
	.sh-resp{
		display: block;
		background-color: #fff;
		color: #ccc;
		text-align: left;
	}
	.sh-resp h4{
		color: #000;
		padding-left: 20px;
	}
	.sh-resp p{
		padding: 0 20px;
	}
	.resp{
		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;
	}
	.social{
		text-align: center;
		border-bottom: 1px solid #3f525f;
		padding: 20px;
		display: block !important;
	}
	.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;
	}
	.lista {
		font-size: 14px;
		list-style:disc!important;
		padding:0 0 0 40px !important;
	}
	.lista li {
		padding:10px;
	}
}
@media (max-width: 495px) {
	.header h1 {
		font-size: 40px;
	}
}