



/* STYLOS GENERALES ------------------------------------------------  */
p {
	font-size: 18px;
	font-weight: 300;
}






/* COLORES CORPORATIVOS ------------------------------------------------  */
:root {
	--color-01: #133655; /* corporativo 1 2b6495  */
	--color-02: #1c5282; /* corporativo 2 2b6495 */
	--color-03: #2b6495; /* corporativo 3 2b6495 */
	--color-04: #133655; /* footer */
	--color-05: #b49147; /* oro */
	--color-titulo-01: #124e82; /* titulos */
	--color-titulo-02: #124e82; /* titulos */
	--color-titulo-03: #124e82; /* titulos */
}
/* COLORES CORPORATIVOS ------------------------------------------------  */




/* TITULOS ------------------------------------------------------------  */
.titulo-01 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 800; /* normal, bold, 900 */
	line-height: 110%;
	color: -var(--color-01);
}
.titulo-02 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 800; /* normal, bold, 900 */
	line-height: 110%;
}
.titulo-03 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700; /* normal, bold, 900 */
	line-height: 110%;
}
.titulo-01-color-02 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 800; /* normal, bold, 900 */
	color: var(--color-01);
	line-height: 110%;
}
.titulo-02-color-02 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 800; /* normal, bold, 900 */
	color: var(--color-01);
	line-height: 110%;
}
.titulo-03-color-02 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 800; /* normal, bold, 900 */
	color: var(--color-01);
	line-height: 110%;
}
.titulo-apartado {
	background: var(--color-01);
	padding: 40px 0px 40px 0px;
	line-height: 110%;
}
.titulo-apartado h1 {
	text-align: left;
	font-size: 35px;
	color: #FFF;
	font-weight: 100;
	line-height: 110%;
}


/* FONDO SEPARADOR ------------------------------------------------------------  */
.fondo-separador {
	background: #cacaca;
	width: 80px;
	height: 2px;
	margin: 20px 0px 30px;
}





/* FUENTES ------------------------------------------------------------  */
.fuente-01 {
	font-family: 'Alumni Sans', sans-serif;
	line-height: 80%;
}
.fuente-02 {
	font-family: 'Shadows Into Light Two', cursive;
}
.fuente-03 {
	font-family: 'Dancing Script', cursive;
}
.fuente-04 {
	font-family: 'Orbitron', sans-serif;
}
.fuente-05 {
	font-family: 'Montserrat', sans-serif;
}
.fuente-06 {
	font-family: 'Lora', serif;
}
.fuente-07 {
	font-family: 'Cormorant Garamond', serif;
}
.fuente-08 {
	font-family: 'Nunito', sans-serif;
}
/* FUENTES ------------------------------------------------------------  */



.estilos-mapa-sitio-web {
	background-image: linear-gradient(to right, rgba(45, 45, 45, 0.65), rgba(45, 45, 45, 0.65) ), url(../imagenes/varios/fondo-mapa-web.jpeg);
	background-size: cover;
	background-position: left 35% center;
	color: #FFF;
}
.estilos-mapa-sitio-web :link{
	color: #FFF;
}




.fondo-franja-superior {
	background-color: #F90;
	padding: 15px 0px 15px 0px;
}
