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

a{
	text-decoration: none;
	text-decoration-line: none;
	color: black;
}

.logo-bienvenida{
	position: absolute;
	bottom: 200px;
	left: 50px;
	width: 350px;

}

.parrafo {
	margin-left: 350px;
	margin-top: 0px;
	width: 600px;
	color: #1C1C1C;
	font-family: Roboto;
	font-size: 20px;

}

.derecha{
	left: 350px;
}

#desarrollo{
	padding: 25px 0px;
}

#desarrollo h2{
	/*position:absolute;*/
	left: 200px;
	margin-left: 200px;
	margin-top: 150px;
	/*top: 150px;*/
	width: 500px;
	font-family: Roboto;
	font-size: 25px;
	color: #A5A5A5; 

}
#desarrollo p{
position:absolute;
left: 350px;
	top: 200px;
	width: 600px;
	color: #1C1C1C;
	font-family: Roboto;
	font-size: 20px;
	
}
#desarrollo2{
	padding: 25px 0px;
}

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

#desarrollo3{
	padding: 25px 0px;
}

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

#desarrollo25{
	padding: 25px 0px;
}

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

#desarrollo26{
	padding: 25px 0px;
}

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

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

