@charset "utf-8";
figure {
	max-width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
figure img {
	display: block;
	max-width: 80%;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 92%;
}
#Cartel {
	text-align: center;
	margin-top: 6%;
	margin-bottom: auto;
	font-family: baumans;
	font-style: normal;
	font-weight: 400;
}
.cartel {
	font-family: forum;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	margin-right: -30px;
	margin-left: -25px;
}
.fondoinstitucional {
	background-color: #0B3474;
	color: #FDFCFC;
}
a:link {
	color: #C0C3C0;
}
#titulo {
	display: none;
}
#contacto {
	margin-left: 15px;
	margin-top: 21px;
}


a:visited {
	color: #C0C3C0;
}
footer {
	background-color: #282828;
	color: #FCFCFC;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}
main {
	width: 90%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 21px;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 45px;
	border-radius: 10px;
	margin-top: 17px;
	border: thin solid #000000;
	margin-bottom: 19px;
}
h3   {
	font-size: x-large;
	color: #879CBB;
	font-weight: bold;
}
#Wrapper {
	background-image: -webkit-linear-gradient(270deg,rgba(250,253,253,1.00) 64.24%,rgba(11,52,116,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(250,253,253,1.00) 64.24%,rgba(11,52,116,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(250,253,253,1.00) 64.24%,rgba(11,52,116,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(250,253,253,1.00) 64.24%,rgba(11,52,116,1.00) 100%);
}
#Wrapper main h3 {
	font-size: x-large;
	color: #879CBB;
	font-weight: bold;
}
#Wrapper main p {
	font-size: large;
}
#Wrapper main iframe {
	border: thin solid #000000;
	-webkit-box-shadow: 3px 3px 9px 2px #404040;
	box-shadow: 3px 3px 9px 2px #404040;
}
#mapa {
	max-width: 90%;
}
