@charset "utf-8";
/* CSS Document */
@media (min-width:1300px){

/*====Menu====*/
.us-bg{
	background:url(../img/nosotros.jpg) no-repeat center 0 / 1400px 600px scroll,
			   url(../img/extra_clean_paper.png) repeat;
}
.car-bg{
	background:url(../img/caracteristicas.jpg) no-repeat center 0 / 1400px 600px scroll,
			   url(../img/extra_clean_paper.png) repeat;
}
.bodegas-bg{
	background:url(../img/bodegas.jpg) no-repeat center 0 / 1400px 600px scroll,
			   url(../img/extra_clean_paper.png) repeat;
}
.vehi-bg{
	background:url(../img/vehiculos.jpg) no-repeat center 0 / 1400px 600px scroll,
			   url(../img/extra_clean_paper.png) repeat;
}
.cont-bg{
	background:url(../img/bodegas.jpg) no-repeat center 0 / 1400px 600px scroll,
			   url(../img/extra_clean_paper.png) repeat;
}
header{
	width:70%;
	margin:0 auto;
	height:550px;
}
header > div{
	height:300px;
}
header div ul,
header div > div{
	width:50%;
	float:right;
	margin-bottom:100px;
	height:250px;
	margin-top:0;
}
header div ul{
	padding-top:20px;
}
header div h2{
	width:100%;
	font-size:2.7em;
	margin-top:25px;
	color:#354797;
	font-family: 'Baloo Bhaina';
	line-height:50px;
	-webkit-text-stroke:1px white;
}
header div > div img{
	margin:0 0 0 15px;
}
.sub-menu{
	width:65%;
	text-align:left;
	padding-left:25px;
	margin:0 auto;
}
.sub-menu a{
	color:#1411FF;
}
footer{
	position:fixed;
	width:100%;
	bottom:0;
}
footer div{
	float:left;
	width:50%;
}
/*====Nosotros====*/

.nosotros{
	width:60%;
	margin:35px auto 150px;
}
.nosotros > div > div p{
	padding: 0 25px;
	color:#5B5B5B;
}
.nosotros > div > h3{
	color:#444444;
}

/*====Caracteristicas====*/

.caracteristicas{
	width:70%;
	margin:35px auto 150px;
}
.caracteristicas div{
	width:23%;
	margin:1%;
}

/*====bodegas & vehiculos====*/

.bodegas-vehi{
	width:70%;
	margin:35px auto 150px;
}
.bodegas-vehi div{
	width:23%;
	margin:1%;
}
.special{
	width:50%;
}
.special > div{
	width:46%;
	margin:1%;
}

/*====Contacto=====*/

.tarjetas{
	margin:20px;
}
.datos{
	width:70%;
	margin:0 auto;
}
.datos ul,
.datos ul li{
	text-decoration:none;
	list-style:none;
}
.maps{
	width:55%;
	margin:0 auto 150px;
}
#storage-map{
	border:2px solid white;
}






















}


























}