
/*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;

}


/*TEXTO PÁGINA*/
#desarrollo{

	padding: 25px 0px;


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

}

#desarrollo p{
	position:absolute;
	left: 350px;
	top: 210px;
	width: 500px;
	font-family: Roboto;
	font-size: 15px;
	color: #0F0F0F;
	transition: 0.5s all;
	text-align: justify;
}



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

