
@import url("general.css");

#LaEscuela
{
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	order: 1;
	margin: 0 auto 1rem auto;
}

#LaEscuela nav
{
	width: 100%;
	margin: 1rem auto;
	order: 2;
}

#LaEscuela nav ul
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: flex-start;
	align-items: center;

	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
    max-width: 85rem;
    min-width: 40rem;
	margin: 0 auto;
	order: 2;
	font-family: YesevaOne,Georgia,Cambria,'Times New Roman',serif;
    font-style: normal;
	font-size: 2rem;
	font-weight: normal;
	text-align: start;
	text-shadow: none;
	line-height: 1em;
	list-style-position: inside;
-border: 1px solid red;
}

#LaEscuela nav ul li
{
	margin: 0.5rem 1rem 0.5rem 0;
	padding: 0;
	text-indent: 0;
-border: 1px solid green;
}

#LaEscuela section
{
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;

    max-width: 85rem;
    min-width: 40rem;
	margin: 0 auto 1rem auto;
	order: 3;
}

#LaEscuela section header
{
	display: block;
}

#LaEscuela h3
{
	margin: 2rem 1.5rem 0 1.5rem;
	font-family: YesevaOne,Georgia,Cambria,'Times New Roman',serif;
    font-style: normal;
	font-size: 2.75rem;
	font-weight: bold;
	text-align: start;
	text-shadow: none;
	line-height: 1em;
	color: rgba(0,0,0,0.75); 
}

#LaEscuela p
{
	margin: 0.75em 1.25rem 0 1.25rem;
	padding: 0;
	text-align: justify;
	text-indent: 1em;
	font-family: DayRoman,Georgia,Cambria,'Times New Roman',serif;
	font-size:   2.25rem;
	line-height: 1.5em;
	color: rgba(0,0,0,0.9);  
}

#LaEscuela p span
{
	font-family: AlteHaasGrotesk,Georgia,Cambria,'Times New Roman',serif;
	font-size:   1.8rem;
}

#LaEscuela ul
{
	margin: 0.75em 1.25rem 0 1.25rem;
	padding: 0;
	text-align: left;
	text-indent: 1em;
	font-family: DayRoman,Georgia,Cambria,'Times New Roman',serif;
	font-size:   2.25rem;
	line-height: 1.5em;
	list-style-position: inside;
	color: rgba(0,0,0,0.9);  
}

#LaEscuela li
{
	margin: 0 1.25rem;
	padding: 0 1.25em;
	text-indent: 0;
}

#LaEscuela .Columnas
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: flex-start;
	align-items: flex-start;

	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

#LaEscuela .Destacar
{
	-width: 100%;
	margin: 2rem auto 0 auto;
	padding: 0.75em;
	font-weight: bold;
	font-family: YesevaOne,Georgia,Cambria,'Times New Roman',serif;
	font-size: 2.125rem;
	-letter-spacing: 0.125em;
	text-align: center;
	text-indent: 0;
	text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.75), -1px 1px 0.25em rgba(0, 0, 0, 0.75), 1px -1px 0.25em rgba(0, 0, 0, 0.75), -1px -1px 0.25em rgba(0, 0, 0, 0.75);
	color:  var(--color_fondo_sin_alpha);
	background:#FFFFFF;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2), 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.19);
	border-radius: 1rem 1rem;
}

