 
@import url("general.css");

.Escuela *
{
		-border: 1px solid #f00;
}

.Escuela
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	
	margin: 1rem auto;
	border: 0.1rem solid #CCCCCC;
}

.Escuela h3
{
	width: 100%;
}

.Escuela .Datos
{
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5em;
	text-align: center;
}

.Escuela .Datos img
{
	width: auto;
	height: 2.5rem;
	border: 0.1rem solid black;
	border-radius: 0.25rem;
}

.Escuela .Imagen_Texto
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: flex-start;
	align-items: center;
	
	width: 100%;
	padding: 1rem;
}

.Escuela figure
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	
	margin: 1rem;
	width: 45rem;
	height: 45rem;
	text-align: center;
}

.Escuela figure.vertical
{
	width: auto;	
}

.Escuela figure.horizontal
{
	height: auto;	
}

.Escuela figure img
{
	max-width: 45rem;
	max-height: 45rem;
	border: 0.1rem solid black;
	border-radius: 0.5rem;
}

.Escuela figure.vertical img
{
	width: auto;
	height: 100%;
}

.Escuela figure.horizontal img
{
	width: 100%;
	height: auto;
}

.Escuela .Descripcion
{
	width: 45rem;
	font-size: 1.85rem;
	line-height: 1.25em;
}

.Escuela .EnlaceWeb
{
	font-size: 1.85rem;
	line-height: 1.25em;
	font-weight: bold;
	text-align: center;
}