:root {
	--azul: #0a78b3;
	--azul-2: #0c425f;
	--amarillo: #fed31c;
}

body {
	background-image:url(../images/textura_fondo.jpg);
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Oswald Light", "Arial Narrow", sans-serif;
	text-align: justify;
}

p {
	text-align: justify;
}

.header {
    width:100%;
    background-color:#fed31c;
    color:#fff;
    clear:both;

	padding-top: 5px;
}

.logo {
	background-image:url(../images/logo1.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:120px;
}

.logo:hover, .logo2:hover {
	transform: rotate(-3600deg);
	-webkit-transform: rotate(-3600deg);
	-moz-transform: rotate(-3600deg);
	-o-transform: rotate(-3600deg);
	-ms-transform: rotate(-3600deg);
	transition: all 300s ease;
	-webkit-transition: all 300s ease;
	-moz-transition: all 300s ease;
	-o-transition: all 300s ease;
	-ms-transition: all 300s ease;
}

.logo2{
    background-image:url(../images/logo2.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:120px;
}

.titulo {
	color:#039;
	margin-top: 12px;
	line-height: 24px;
}

.titulo h3 {
	color: var(--azul);

	font-size: 45px;
	font-weight: 700;
	font-family: "Times New Roman", Times, serif;

	text-align: center;

	text-shadow: 4px 4px 10px rgb(248, 248, 248);

	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}

.titulo2 {
	font-size: 18px;
	font-weight: bold;
	font-family: "Merriweather Sans", sans-serif;

	text-align: center;
}

.titulo3 {
	font-size: 17px;
	font-weight: bold;
	font-family: "Merriweather Sans", sans-serif;

	text-align: center;
}

.info {
	padding-top: 30px;
	font-size:18px;
	padding-bottom: 80px;
}

.info .breadcrumb{
	background:none;
	padding: 0 0 10px 0;
	margin-top: -10px;
	border-radius:1px;
}


.info .breadcrumb li{
	font-weight:600;
}

.info .breadcrumb .active{
	color:#003b72;
	font-weight:700;

}


/************
 *  Footer  *
 ************/

 .direccion
 {
	 font-size: 12pt;
	 font-weight: bolder;
 }