body{
	background:#300005;
	margin:0px;
	font-family:Open Sans, sans-serif;
}
.rojo{
	color:#720d0d;
}
.rojoOscuro{
	color:#510909;
}
.wrapper{
	background:#fff;
	margin:0px auto;
	box-shadow:#000 0px 10px 50px;
	-webkit-box-shadow:#000 0px 10px 50px;
	-moz-box-shadow:#000 0px 10px 50px;
	width:1000px;
}
header{
	float:left;
	margin:0px;
	height: 40px;
	width:100%;
	background:#000;
	color:#fff;
	font-weight:bold;
	box-shadow:#000 0px 3px 10px;
	-webkit-box-shadow:#000 0px 3px 10px;
	-moz-box-shadow:#000 0px 3px 10px;
	-ms-box-shadow:#000 0px 3px 10px;
}
header p{
	margin-left: 20px;
}
nav{
	float:left;
	width:100%;
}
#logo{
	margin:40px 250px 0px 20px;
	float:left;
}
#links {
	margin-top:128px;
}
#links a{
	float:left;
	display:block;
	text-decoration:none;
	margin-left:20px;
	color:#000;
	font-weight:bold;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	border-bottom:#fff solid 4px;
}
#links a:hover{
	border-bottom:#ad1313 solid 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
#slider{
	margin-top:20px;
	width:100%;
	height:300px;
	float:left;
	margin-bottom:50px;
}
#slider img{
	margin-top:-20px;
}
#descripcion, #huber{
	float:left;
	font-size:18px;
	width:480px;
	padding:20px 0px 0px 20px;
}
#huber a{
	display:block;
	margin-top:20px;
}#huber a:hover{opacity:0.8;}
#areas{
	width:100%;
	height:400px;
	background:#FFF;
}
#ingenieria, #industrial{
	width:460px;
	float:left;
	font-size:18px;
	padding:0px 20px;
}
#ingenieria h3{
	padding-left:30px;
	padding-top:10px;
	height:30px;
	background:url(../img/ingenieria.png) no-repeat left;
}
#industrial h3{
	padding-left:30px;
	padding-top:10px;
	height:30px;
	background:url(../img/industria.png) no-repeat left;
}
footer{
	background:#000;
	color:#FFF;
	padding:20px 0px 0px 3%;
	float:left;
	width:97%;
}
address{
	margin-bottom:20px;
}
footer{
	box-shadow:#000 0px 10px 50px;
	-webkit-box-shadow:#000 0px 10px 50px;
	-moz-box-shadow:#000 0px 10px 50px;
}
footer p{
	margin-left:25px;
}
footer img{
	float:left;
}
footer p:last-of-type{
	margin-bottom:20px;
}
/*Quienes somos */

.bloque{
	padding:15px;
}
.bloque p{
	padding:10px;
	font-size:18px;
}
.bloque h2{
	float:left;
	width:100%;
	font-size:30px;
	margin-top:30px;
	padding:10px;
}
.bloque ul li{
	margin:20px;
	list-style:square;
	font-weight:bold;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}
.bloque ul li:hover{
	margin-left:30px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
}
@media (max-width:960px){
	.wrapper{
		width:900px;
	}
	#logo{
		margin-right:100px;
	}
	#descripcion, #huber{
		width:400px;
	}
	#ingenieria, #industrial{
		width:400px;
	}
}
@media (max-width:800px){
	.wrapper{
		width:750px;
	}
	#logo{
		margin-right:20px;
	}
	#descripcion, #huber{
		width:700px;
		margin:0px;
	}
	#slider{
		margin-bottom:0px;
	}
	#huber p{
		border:none !important;
	}
	#ingenieria{
		width:700px;
	}
	#industrial{
		width:710px;
		background:#FFF;
		padding-bottom:20px;
	}
	.bloque img{
		width: 400px;
		margin-top:50px;
	}
}
@media (max-width:480px){
	header{
		font-size:10px;
		height:30px;
	}
	.wrapper{
		width:450px;
	}
	#links{
		margin-top:50px;
	}
	#slider{
		height:auto;
	}
	#descripcion, #huber{
		width:400px;
		padding-top:0px;
		margin:0px;
	}
	#ingenieria{
		width:400px;
	}
	#industrial{
		width:410px;
	}
	.bloque{
		background:#FFF;
	}
	.bloque img{
		float:none !important;
		margin:0px;
	}
	.bloque ul{
		
	}
}












