h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
}
h1{
	text-align:center;
	color:#ed1c24;
	font-size:32px;
}
h2{
	font-size:18px;
	text-align:left;
	font-weight:400;
	color:#fff;
	text-transform:none;
}
h3{
	color:#ed1c24;
	font-size:14px;
	font-weight:400;
}
p{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color:#37140f;
}
.orange, .gray, .white{
	height:3px;
	margin-bottom: 60px;
}
.orange{
	background:#ed1c24;
}
.gray{
	background:#37140f;
}
.white{
	background: #fff;
}
.social{
	position:fixed;
	top:30%;
	right:0%;
	overflow:hidden;
	z-index: 7999;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:48px;
    padding:5px;
    background:rgba(255,255,2555,0.8);
    box-shadow:2px 2px 10px rgba(0,0,0,0.25);
}
.social img{
	width:38px;
}
.header{
	width:100%;
	height:72px;
	border-bottom:2px solid #c5c4c4;
	position:fixed;
	background: rgba(12,70,195,1);
	top:0;
	box-shadow:0px 1px 10px rgba(0,0,0,0.25);
	z-index:8000;
}
.header ul {
	margin:0px;
	padding:0px;
}
.header ul li{
	padding:0px;
	margin:0px 20px;
	display:inline-block;
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:400;
	height:35px;
}
.header ul li a{
	color:#fff;
	text-decoration:none;
}
.header ul li:hover{
	background: url(../img/layout/hover.png) no-repeat 100% 100%;
}
.header ul li:hover a{
	color:#6591f1;
}
.banner{
	margin-top:74px;
	width:100%;
	height:735px;
	background:#f7f7f7;
}
.one{
	background:url(../img/layout/bg01.png) repeat 50% 50%;
	width:100%;
	padding: 120px 0;
	height:350px;
}
.two{
	background:#fff;
	width:100%;
	padding: 120px 0;
}
.three{
	background:url(../img/layout/bg02.png) repeat 50% 50%;
	width:100%;
	padding: 80px 0;
}
.three .service-item{
	
	color:#fff;
	background: rgba(18,44,111,0.8);
}
.three .service-item p{
	font-size:12px;
	text-align:left;
	color:#fff;
}
.three .service-item .grid_2{
	overflow: hidden;
	height:100%;
	background-position: 50% 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#000;
}
.three .service-item .grid_2 img{
	width:auto;
	height:100%;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.three .service-item .grid_4{
	padding:20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:12px;
}
.three .service-item .grid_4 ul li{ 
	margin:0px;
}
.three .service-item .grid_4 p.link{
	text-align:left;
}
.three .service-item .grid_4 p.link a{
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
}
.three .service-item .grid_4 p.link a img{
	vertical-align:middle;
}
.map{
	background:url(../img/layout/mapa.png) repeat 50% 50%;
	width:100%;
	height:400px;
}
.fotos{
	position:relative;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align:middle;
}
.video{
	position:relative;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align:middle;
}

.four{
	background: #0c46c3;
	width:100%;
	padding: 80px 0;
	height:auto;
}
.four p{
	color:#fff;
}
.four .contact-form input, .four .contact-form textarea{
	border-radius:3px;
	border:0px;
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#f99d1c;
	width:100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 0 20px 0;
}
.four .contact-form button{
	color:#fff;
	background:#0c46c3;
	border-radius:3px;
	border:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	width:60px;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}

.fourvideo{
	background-image:url(../img/layout/img-noise-361x370.png);
	
	width:100%;
	padding: 120px 0;
	height:auto;
}
.fourvideo p{
	color:#fff;
}
.fourvideo .contact-form input, .fourvideo .contact-form textarea{
	border-radius:3px;
	border:0px;
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#0c46c3;
	width:100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 0 20px 0;
}
.fourvideo .contact-form button{
	color:#fff;
	background:#0c46c3;
	border-radius:3px;
	border:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	width:60px;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}

.five{
	background: #a8a8a8;
	width:100%;
	padding: 120px 0;
}
.five p{
	color:#fff;
}
.five .contact-form input, .five .contact-form textarea{
	border-radius:3px;
	border:0px;
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#ed1c24;
	width:100%;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 0 20px 0;
}
.five .contact-form button{
	color:#fff;
	background:#0c46c3;
	border-radius:3px;
	border:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	width:60px;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}
.footer{
	background:#213f99;
	width:100%;
	height:130px;
}
.footer p{
	color:#fff;
}
.interna{
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.interna .image{
	position:relative;
	width:100%;
	height:320px;
	overflow:hidden;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.interna .image img{
	position:absolute;
	
}

.interna .space{
	width:100%;
	height:10px;
}
