.contenedor {
	
	width:550px;
	height:400px;
	border:12px;
	border: solid 10px #0b2248;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	padding:20px;
	
}

.contenido {
	width:5%;
	height:10%;
	color:white;
	
	text-align:center;
	background-color: #f75508;
	margin:5px;
	flex-grow:1;
	
	
}
 .contenido2 {
	flex-grow:3;

}
