
/*DEFINIENDO NUEVO TIPO DE LETRA*/

html,body{
	margin: 0px;
	padding: 0px;
	width: 93%;
	height: 100%;
}
header{
	display: block;
	width: 50%;
	height: 70px;
	background-color: #FFFFFF;
}
/*DEFINIENDO NUEVO TIPO DE LETRA*/
@font-face{
	font-family: "Roboto";
	src: url("../fonts/Neo Sans Pro.ttf");
}
@font-face{
	font-family: "Lobster";
	src: url("../fonts/Neo Sans Pro Medium.ttf");
}
.row{
	margin: 5px 5px;
}
#imagen{
	position: relative;
	height: 300px;
	
}
.logo-bienvenida{
	position: absolute;
	bottom: 200px;
	left: 50px;
	width: 350px;

}

#desarrollo{

	padding: 25px 0px;


}
#desarrollo h2{
	position:absolute;
	left: 200px;
	top: 150px;
	width: 500px;
	font-family: roboto;
	font-size: 25px;
	color: #A5A5A5; 

}

#desarrollo2{

	padding: 25px 0px;


}

#desarrollo2 p{
position:absolute;
	left: 350px;
	top: 200px;
	width: 600px;
	color: #1C1C1C;
	font-family: Roboto;
	font-size: 20px;
	text-align: justify;
	
}
#desarrollo3{

	padding: 25px 0px;


}

#desarrollo3 p{
position:absolute;
	left: 350px;
	top: 250px;
	width: 600px;
	color: #1C1C1C;
	font-family: Roboto;
	font-size: 20px;
	text-align: justify;
	
}#desarrollo4{

	padding: 25px 0px;


}

#desarrollo4 p{
position:absolute;
	left: 350px;
	top: 300px;
	width: 600px;
	color: #1C1C1C;
	font-family: Roboto;
	font-size: 20px;
	text-align: justify;
	
}#desarrollo5{

	padding: 25px 0px;


}

#desarrollo5 p{
position:absolute;
	left: 350px;
	top: 350px;
	width: 600px;
	color: #1C1C1C;
	font-family: Roboto;
	font-size: 20px;
	text-align: justify;
	
}#desarrollo6{

	padding: 25px 0px;


}

#desarrollo6 p{
position:absolute;
	left: 350px;
	top: 400px;
	width: 600px;
	color: #1C1C1C;
	font-family: Roboto;
	font-size: 20px;
	text-align: justify;
	
}#desarrollo7{

	padding: 25px 0px;


}

#desarrollo7 p{
position:absolute;
	left: 350px;
	top: 450px;
	width: 600px;
	color: #1C1C1C;
	font-family: Roboto;
	font-size: 20px;
	text-align: justify;
	
}


/*PIE DE PAGINA*/
#pie{
}
#pie{
	
}
.img-pie{
	position: absolute;
	width: 1260px;
	top: 600px;
	height: 150px;
	right: 148px;
	left: 1px; 
}

