.fondoNoticias {
	background-image: url(assets/fondoNoticias.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.textNoticias {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5d6975;
}
.fondoContent {
	background-image: url(assets/fondo_contenido.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.textSubtitulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3b5987;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #535353;
}
.textPestana {
	font-family: "Fontin Sans SC", "Fontin Sans Rg";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.fondoMision {
	background-image: url(assets/fondo_contenido_mision.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondoValores {
	background-image: url(assets/fondoValores.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.textBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #535353;
}
.fondoContacto {
	background-image: url(assets/fondo_contenido_contacto.png);
	background-repeat: no-repeat;
	background-position: left top;
}

