.box-container {
	width: 600px;
	height: 700px;
	display: flex;
	flex-direction: column;
	background: #F9F3F3	;
}

.head {
	height: 15%;
	display: flex;
	flex direction: row;
	background: #DA0B0B;
}

.box1 {
	text-align: center;
	width: 30%;
	margin-bottom: : 10px; 
}

.img-perfil {
	height: 100%;
	margin-right: 10PX;

}

.box2 {
	width: 40%;
	display:flex;
	flex-direction: column;
	font-family:cursive;
	font-size: 27px;
}

.box5 {
	width: 30%;
	display: flex;
	flex-direction: column;
	font-family: cursive;
	font-size: 30;
}

.body {
	height: 85%;
	display: flex;
	flex-direction: column;
}

.box3 {
 	height: 90px;
 	width: 100%;
 	font-family: inherit;
 	font-size: 40px;
 	text-align: center; 
 	margin-top: 30px;
}

.box6 {
	background: red;
	width: 900px;
	height: 250px;
	display: flex;
	flex-direction: row;
}


.title-box {
	font-family:sans-serif;
	color:black;
	font-size: 26px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

.nombre2 {

	text-align: center;
}
.dato-box {

	font-family:sans-serif;
	color: white;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.box4 {
	height: 100px;
	font-size: 15;
	font-family: monospace;
	text-align: center;

}

.box7 {
	height: 90px;
 	width: 100%;
 	font-family: inherit;
 	font-size: 40px;
 	text-align: center; 
 	margin-top: 30px;
}

.box8 {
	height: 100px;
	font-size: 15;
	font-family: monospace;
	text-align: center;

}

.nombre {

		text-align: left;

}