#cont_img_elproyecto, #cont_img_acc_carretera, #cont_img_acc_entorno{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-2;
}

#cont_img_elproyecto>img, #cont_img_acc_carretera>img, #cont_img_acc_entorno>img {
	position:relative;
	top:0;
	left:0;
}

#rotacionPantalla, #rotacionPantallaHor{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#517ca7;
	color:white;
	left:0;
	top:0;
}

#texto_rotacionPantalla{
	font-size:100%;
	font-family: 'Source Sans Pro', sans-serif;
	position:relative;
	height:26%;
	width:46%;
	left:0;
	top:0;
	margin-left:27%;
	margin-top:50%;
	text-align:center;
}

#cont_leyenda_elproyecto{
	position:absolute;
	top:0;
	left:0;
}

#cont_leyenda_elproyecto>img{
	position:fixed;
	left:2%;
	top:0;
	width:auto;
	height:100%;
	z-index:-1;
}

#instrucciones, #instrucciones1{
	position:fixed;
	width:40%;
	height:auto;
	background-color:#517ca7;
	color:white;
	left:30%;
	top:10%;
	padding:5%;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	font-size:80%;
}

#instrucciones>img, #instrucciones1>img{
	position:relative;
	width:35%;
	height:auto;	
}