t@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:Humanist777Bold;
    src: url('Humanist777Bold.eot'),
         url('Humanist777Bold.ttf'),
         url('Humanist777Bold.woff'),
		 url('Humanist777Bold.otf');
}

@font-face {
    font-family:Humanist777;
    src: url('Humanist777.eot'),
         url('Humanist777.ttf'),
         url('Humanist777.woff'),
		 url('Humanist777.otf');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
}
	
h1 { /*Estilo Titulo principal Azul*/
	font-family:'Humanist777Bold';
	font-size:18px;
	font-weight: bold;
	color: #0070AF;
	margin-top:0px;
	margin-bottom:0px;
}

h2 { /*Estilo Subtitulo Azul*/
	font-family:'Humanist777';
	font-size:16px;
	font-weight: bold;
	bold;color: #0070AF;
	margin-top:0px; 
	margin-bottom:0px;
}
h3 { /*Estilo Titulo de la página en el Header*/
	font-family:'Humanist777';
	font-size: 14px;
	float:left;
	color: #666;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
}

h4 { /*Estilo Subtitulo de la página en el Header*/
	font-size: 13px;
	color: #666;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
}
.titulos{
	font-family: 'Humanist777';
	font-size: 22px;
	font-weight: bold;
	color: #F26532;
	letter-spacing: -0.7px;
	padding-top: 10px;
	text-align: left;
}

.titulosgris{
	font-family:'Humanist777';
	font-size: 22px;
	font-weight: bold;
	color: #333;
	letter-spacing: -0.7px;
	padding-top: 10px;
}
.subtitulos{
	font-family: 'Humanist777';
	font-size: 14px;
	font-weight: bold;
	color: #F71CA4;
	letter-spacing: -0.7px;
	text-align: left;
}

.titulosIndAV{
	font-family: 'Humanist777';
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(../imagenes/fondos/f_azulv.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 5px;
}

.titulosIndA{
	font-family: 'Humanist777';
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../imagenes/fondos/f_azul.png);
	font-weight: bold;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 5px;
}

.titulosIndN{
	font-family: 'Humanist777';
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../imagenes/fondos/f_naranja.png);
	font-weight: bold;
	margin-top: 2px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 5px;
}

.subtituloTxt{
	font-family: 'Humanist777';
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.tit-peq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
