.cont_proyectos1
{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	min-height: 500px;
	text-align: center;
}
.pro1_left
{
	height: 100%;
	width: 45%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url('../../img/proyectos_img0_0.jpg');*/
}
.pro1_center
{
	height: 100%;
	width: 25%;
	position: absolute;
	top: 0px;
	left: 45%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgb(185, 195, 205);
	text-align: left;
}
.cont_partes
{
	font-size: 35px;
	color: white;
	position: absolute;
	bottom: 50px;
	left: 80px;
}
.linea
{
	width: 40px;
	height: 3px;
	background-color: white;
	display: block;
}
.item_partes
{
	line-height: 120px;
	letter-spacing: 5px;
	font-family: 'museo_sans500';
	color: white;
	font-size: 25px;
}
.pro1_right
{
	height: 100%;
	width: 30%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url('../../img/proyectos_img0_2.jpg');*/
}



@media screen and (max-width: 2300px),(max-height: 1200px) {
	
	.cont_proyectos1 h1 
	{
	    font-size: 100px;
	    line-height: 120px;
	    padding-top: 200px;
	}
	.item_partes 
	{
	    line-height: 100px;
	    letter-spacing: 4px;
	}
	.cont_partes 
	{
	    font-size: 25px;
	    left: 50px;
	}
}
@media screen and (max-width: 1750px),(max-height: 1000px) {
	
	.cont_proyectos1 h1 
	{
	    font-size: 70px;
	    line-height: 90px;
	}
	.item_partes 
	{
	    line-height: 70px;
	    letter-spacing: 4px;
	}
	.cont_partes 
	{
	    font-size: 18px;
	    left: 40px;
	}
}

@media screen and (max-width: 1400px),(max-height: 800px) {
	
	.cont_proyectos1 h1 
	{
	    font-size: 55px;
	    line-height: 70px;
	    padding-top: 180px;
	}
	.item_partes 
	{
	    line-height: 50px;
	    letter-spacing: 4px;
	}
	.cont_partes 
	{
	    font-size: 14px;
	    left: 20px;
	    bottom: 20px;
	}
	.linea 
	{
	    width: 30px;
	    height: 2px;	
	}
}
@media screen and (max-width: 1050px),(max-height: 700px) {
	
	.cont_proyectos1 h1 
	{
	    font-size: 50px;
	    line-height: 65px;
	    padding-top: 150px;
	}
	.item_partes 
	{
	    line-height: 50px;
	    letter-spacing: 3px;
	}
	.cont_partes 
	{
	    font-size: 11px;
	    left: 20px;
	    bottom: 20px;
	}
}
@media screen and (max-width: 950px),(max-height: 600px) {
	
	.cont_proyectos1 h1 
	{
	    font-size: 45px;
	    line-height: 50px;
	    padding-top: 100px;
	}
	.item_partes 
	{
	    line-height: 30px;
	    letter-spacing: 3px;
	}
	.cont_partes 
	{
	    font-size: 9px;
	    left: 10px;
	    bottom: 20px;
	}
	.linea 
	{
	    width: 20px;
	    height: 1px;	
	}

}
@media screen and (max-width: 800px),(max-height: 500px) {
	
	.cont_proyectos1 h1 
	{
	    font-size: 45px;
	    line-height: 50px;
	    padding-top: 100px;
	}
	.item_partes 
	{
	    line-height: 30px;
	    letter-spacing: 3px;
	}
	.cont_partes 
	{
	    font-size: 7px;
	    left: 10px;
	    bottom: 20px;
	}
	.linea 
	{
	    width: 20px;
	    height: 1px;	
	}

}
@media screen and (max-width: 700px) {
	
	.pro1_left
	{
		width: 50%;
		height: 50%;
		top: 0px;
		left: 0px;
	}
	.pro1_center
	{
		width: 50%;
		left: 50%;
		height: 100%;
	}
	.pro1_right
	{
		width: 50%;
		height: 50%;
		top: 50%;
		left: 0px;
	}
	.cont_proyectos1 h1 
	{
	    font-size: 55px;
	    line-height: 60px;
	}
	.item_partes 
	{
	    line-height: 50px;
	    letter-spacing: 4px;
	}
	.cont_partes 
	{
	    font-size: 14px;
	    left: 20px;
	    bottom: 20px;
	}


}
@media screen and (max-width: 500px) {

	.cont_proyectos1 h1 
	{
	    font-size: 45px;
	    line-height: 55px;
	}
	.item_partes 
	{
	    line-height: 40px;
	    letter-spacing: 4px;
	}
	.cont_partes 
	{
	    font-size: 10px;
	    left: 10px;
	    bottom: 20px;
	}

}