body{
width: 100%;
	display: flex;
justify-content: flex-start;
}

.nombre {
	font-size: 50px;
	font-family: k2d;
	display: flex;
	justify-content: center;
	font-weight: 100;
	color: #ff0000;

}

img{
	border-radius: 20px;
	display: flex;
	margin: auto;
	justify-content: center;
}

p{
	font-family: 'lobster', sans-serif; 
}

.primero {
	display: inline;
	justify-content: flex;
	font-weight: 100; 
}

.segundo {
	display: inline;
	justify-content: flex;
	font-weight: 100;
}

.tercero {
	display: inline;
	justify-content: flex;
	font-weight: 100;
}

.cuarto {
	display: inline;
	justify-content: flex;
	font-weight: 100;
}



.titulo {
	font-family: 'k2d', sans-serif;
	font-weight: 300;
	background-color: #FFA500;
	display: flex;
	justify-content: center;
	padding: 5px;
}

.width {
	width: 1200px;
	background-color: #FFA500;

}

.titulo-ppal{
display: flex;
justify-content: center;
font-weight: 0;
margin-bottom: 100px;
font-size: 50px;


}

.uno {
	display: flex;
	justify-content: initial;
	font-weight: 100;
	font-size: 20px;
	margin: 10px;
	color: #DC143C;
}


.dos {
	display: flex;
	justify-content: initial;
	font-weight: 100;
	font-size: 20px;
	margin: 10px;
	color: #DC143C;
}

.tres {
	display: flex;
	justify-content: initial;
	font-weight: 100;
	font-size: 20px;
	margin: 10px;
	color: #DC143C;
}

.cursando {
	display: flex;
	justify-content: initial;
	font-weight: 100;
	font-size: 20px;
	margin: 10px;
	color: #DC143C;
}

.btn {
	display: flex;
	justify-content: center;
	background-color: 	#00FFFF;
	width: 50px;
	font-family: k2d; 
	font-weight: 100;
	font-color: #0000FF;
}

.footer {
	font-family: k2d;
	font-size: 9px;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}