@charset "utf-8";
a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d8f1f7;
	text-decoration: none;
}
a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d8f1f7;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFA627;
	text-decoration: underline;
}
a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d8f1f7;
	text-decoration: none;
}


.legales {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.activos {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFA627;
	text-decoration: none;
}

.resaltar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}

.resaltar_2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}

.contenido {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
}

.contenido_a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
}

.contenido_b {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: none;
}

.fondo_textura_home {
	background-image: url(imagenes/bg_home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.fondo_textura_historia {
	background-image: url(imagenes/bg_historia.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.fondo_textura_mision {
	background-image: url(imagenes/bg_mision.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.fondo_textura_servicios {
	background-image: url(imagenes/bg_servicios.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.fondo_textura_clientes {
	background-image: url(imagenes/bg_clientes.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.fondo_textura_estudios {
	background-image: url(imagenes/bg_estudios.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.fondo_textura_contacto {
	background-image: url(imagenes/bg_contacto.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.fondo_circulo {
	background-image: url(imagenes/fondo_circulo.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.fondo_ovalo {
	background-image: url(imagenes/ovalo_verde.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.fondo_contenido {
	background-image: url(imagenes/bg_contenido.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.fondo_barra {
	background-image: url(imagenes/barra_azul.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
