/* Put your custom styles here */
#header-3 .hero {
	background: url('../imagenes/portada.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0 300px 0;
	height: auto;
}
#header-3 .hero h1  {
	/*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
}
#header-3 .hero .lead {
	/*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
}
#header-3 .hero h1 {
	margin-top: 250px;
}
/*.menu-seccion-activa{
	color: #8ad3de;
	display: block;
	padding: 20px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding-left: 0;
	position: relative;
}*/