@charset "utf-8";
.titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000000;
}


.titulosAzul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #003975;
}

.titulosSubAzul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #003975;
}

.titulosSubAzulGrand {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-Large;
	color: #003975;
}

.titulosSubAzulGrand02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-Large;
	color: #003975;
}


.bg_web {
	background-attachment: fixed;
	background-image: url(../images/bg_web.jpg);
	background-repeat: no-repeat;
}

.txt_blancoSubtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
}



.txt_blancoIndex {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
}

.txt_blancoSmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
}

.textos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #666;
	text-align: justify;
}

.textosAutores {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #666;

}


.textosPeq {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #666;
	text-align: justify;
	
}


.textosNegros {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}


.separador_horiz {
	background-image: url(images/separador_horizontal.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
