#p_institucional {
	padding-top: 2em;
	padding-bottom: 1em;
	background-color: rgb(249, 249, 249);
}

#p_institucional .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.texto {
	width: 100%;
	font-family: 'Metrophobic', sans-serif;
}

.texto .titulo_seccion {
	color: steelblue;
	text-align: left;
	font-family: 'Bellota Text', cursive;
	font-size: 2em;
	padding-left: .5em;
}

.texto p {
	margin-top: 0%;
	padding: 2em;
	font-size: 1em;
	color: #333;
	text-align: justify;
	font-family: 'Metrophobic', sans-serif;
}

.texto li {
	margin-top: 0%;
	padding: .2em;
	padding-left: 1.1em;
	padding-right: 6em;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

.texto2 {
	width: 100%;
	/* font-family: 'Metrophobic', sans-serif; */
	/* border-left: 1px solid gray; */
	padding-left: .5em;
	background: rgb(237, 237, 237);
}

.texto2 .titulo_seccion {
	color: steelblue;
	text-align: left;
	font-size: 2em;
	font-family: 'Mandali', sans-serif;
	margin-top: 0;
	margin-left: .7em;
	margin-bottom: 0;
}

.texto2 p {
	margin-top: 0%;
	padding: 1em;
	font-size: 1em;
	color: rgb(0, 153, 255);
	text-align: justify;
	font-family: 'Expletus Sans', cursive;
}

.texto2 li {
	text-decoration: none;
	list-style: none;
	text-align: left;
}

.texto2 li {
	margin-top: 0%;
	padding: .7em 0em;
	font-size: 1em;
	color: #333;
	text-align: justify;
}

.texto2 li a {
	color: gray;
	text-align: justify;
	padding-bottom: .5em;
	border-bottom: 1px;
	text-shadow: none;
	text-decoration: none;
}

.texto2 li a:hover{
	color: #000;
	text-align: justify;
}

.texto2 h3 {
	margin-top: 0;
	padding: .5em;
	padding-left: 0;
	margin-left: 0;
	font-size: 5px;
	color: steelblue;
	text-align: justify;
}

/* MEDIA QUERYS */

@media (min-width: 480px) {
	#p_institucional {
		padding-top: 2em;
		padding-bottom: 1em;
	}
	.texto2 li a {
		border-bottom: 1px solid gray;
	}
}

@media (min-width: 1024px) {
	.texto {
		width: 60%;
	}

	.texto p {
		margin-top: 15px;
		padding: 0 1em;
		padding-right: 1em;
		color: #333;
	}

	.texto2 {
		width: 37%;
	}

	.texto2 p {
		padding-top: 2em;
		padding-left: 2em;
	}
}

