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

#space_proyectos2 {
	background-color: #f7f7f7;
	width: 100%;
	height: 60px;
}

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

#proyectos2 {
	background-color: #fff;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	background-color: silver;
	/*background: url(../imagenes/obras_principal.jpg) no-repeat top left;*/
}

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

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

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

.texton {
	width: 100%;
}

.texton .titulo_proyectos {
	color: #d34e2a;
	text-align: left;
	font-size: 1.8em;
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
	margin-left: 1em;
	margin-bottom: 0;
}

.texton p {
	margin-top: 0%;
	padding: 2em;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

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

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

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

/* MEDIA QUERYS */

@media (min-width: 480px) {

	#space_proyectos {
		height: 120px;
	}

	#space_inicio {
		display: block;
	}

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

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

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

}

@media (min-width: 1024px) {

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

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

	.texton .titulo_proyectos {
	padding-top: 7%;
}

	.texton {
		width: 47%;
	}

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

}

