@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');

#space_obras {
	display: none;
	background-color: #f7f7f7;
	width: 100%;
	height: 120px;
}

#space_inicio {
	display: none;
	background-color: #f7f7f7;
	width: 100%;
	height: 100px;
}

#vacio {
	height: 500px;
	padding-top: .5em;
	padding-bottom: 1em;
}

#info {
	background-color: #fff;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;

	background: url(../imagenes/bg_inicio.jpg) no-repeat top left;
}

#info .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

#picture {
	width: 100%;
	display: table;
}

#picture img {
	width: 120%;
	margin-left: -20px;
	height: auto;
}

.texto {
	width: 100%;
}

.texto .titulo_seccion {
	color: #d34e2a;
	text-align: center;
	font-size: 1.8em;
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
	/*margin-left: 1em;*/
	margin-bottom: 0;
}

.texto p {
	margin-top: 0%;
	padding: 1em;
	font-size: 16px;
	color: #333;
	text-align: center;
}

#info .ton {
	text-align: center;
}

#info .ton a {
	color: #fff;
	border-radius: 0;
	/*border: 1px solid orange;*/
	background-color: #d34e2a;
	padding: 12px 4%;
	/*margin: 1em;*/
}

#info .ton a:hover {
	color: #fff;
	background-color: gray;
	border: 0px;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {

	#space_obras {
		display: block;
	}

	#space_inicio {
		display: block;
	}

	#info {
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

	#picture {
		width: 50%;
		display: table;
	}

	#picture img {
		padding-left: 0%;
		width: 100%;
		height: auto;
		border-radius: 0;
	}

}

@media (min-width: 1024px) {

	#picture {
		width: 47%;
		display: table;
	}

	#picture img {
		padding-left: 10%;
		width: 100%;
		height: auto;
	}

	.texto .titulo_seccion {
	text-align: center;
}

	.texto {
		width: 47%;
	}

	.texto p {
		margin-top: 15px;
		padding: 0 2rem;
		padding-right: 100px;
		font-size: 16px;
		color: #333;
	}

}

