/*
VERDE INSTITUCIONAL UTSJR -- #00957E
AZUL INSTITUCIONAL #003060
*/

/*NUEVA IMAGEN COMIENZAN ESTILOS*/
.container
{
	background-color:#FFF; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	border-radius: 30px;
	padding: 0 !important;
	justify-content: center; 
	align-items: center;
}
.d-flex
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.imagenEncabezado
{
    max-width:100%;  
	border-top-right-radius:  30px; 
	border-top-left-radius:  30px;
}
#NombreAspirante
{
	color: #002C55;
	font-weight: bold;
}
#NombreCarrera
{
	color: red;
}
#StatusAspirante
{
	color: red;
	margin-top: 20px;
	font-weight: bold;
}
footer{
    text-align: center;
}
/*NUEVA IMAGEN COMIENZAN ESTILOS*/