﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?f9tvry');
  src:  url('../fonts/icomoon.eot?f9tvry#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?f9tvry') format('truetype'),
    url('../fonts/icomoon.woff?f9tvry') format('woff'),
    url('../fonts/icomoon.svg?f9tvry#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e900";
}





body{
	font-family: 'Zilla Slab', serif;
}


#cintillo{
	background: #f7f7f7;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
}

#cintillo-conten span{
	font-size: 19px;
	float: left;
	padding: 12px 0;
	margin: 0 100px 0 0;
}

.right{
	float: right !important;
	margin: 0 !important;
}


#cabecera{
	width: 100%;
	float: left;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 20%;
	float: left;
}

#logotipo img{
	width: 100%;
}



#menu{
	width: 72%;
	float: right;
}

#menu ul{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

#menu ul li{
	width: 19%;
	margin: 0 0.5%;
	float: left;
}

.menu{
	background: #6674cd;
	background: -moz-linear-gradient(top, #6674cd 0%, #4b5bbe 44%, #20319e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6674cd), color-stop(44%,#4b5bbe), color-stop(100%,#20319e));
	background: -webkit-linear-gradient(top, #6674cd 0%,#4b5bbe 44%,#20319e 100%);
	background: -o-linear-gradient(top, #6674cd 0%,#4b5bbe 44%,#20319e 100%);
	background: -ms-linear-gradient(top, #6674cd 0%,#4b5bbe 44%,#20319e 100%);
	background: linear-gradient(top, #6674cd 0%,#4b5bbe 44%,#20319e 100%);

	width: 100%;
	color: white;
	font-size: 22px;
	text-align: center;
	float: left;
	padding: 10px 15px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uno{
	padding: 21px 15px;
}


#leyenda{
	width: 100%;
	text-align: center;
	font-size: 40px;
	float: left;
	margin: 20px 0 0 0;
}



#efecto{
	width: 100%;
	float: left;
}



#principal{
	width: 100%;
	height: 120px;
	float: left;
}
.fondo-contacto{
	background: url(../images/fondo-contacto.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-transporte-terrestre{
	background: url(../images/fondo-transporte-terrestre.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-control-operativo{
	background: url(../images/fondo-control-operativo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-equipo{
	background: url(../images/6.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#principal-conten{
	width: 1200px;
	margin: 0 auto;
}

.titulo{
	background: rgba(0,0,0,0.8);
	color: white;
	font-size: 32px;
	font-weight: bold;
	float: left;
	padding: 12px;
}



#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.parte{
	width: 100%;
	float: left;
}

.seccion{
	background: url(../images/fondo-seccion.jpg) no-repeat center center;
	-webkit-background-size: border-box;
	background-size: border-box;
	width: 62%;
	font-size: 22px;
	line-height: 34px;
	float: left;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion strong{
	font-size: 26px;
	color: #374cc5;
	font-weight: bold;
}

.mitad{
	width: 50%;
	float: left;
}

.imagen-seccion{
	width: 35%;
	float: left;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}

.d{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.d p{
	border: 0px solid #ddd;
	width: 50%;
	font-size: 17px;
	line-height: 20px;
	float: left;
}

.mapa{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}




#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

#footer-conten span{
	width: 50%;
	color: white;
	font-size: 18px;
	float: left;
	padding: 10px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
























