@charset "utf-8";
/* CSS Document */

body {
	background-color: #491232;
	background-image: url(../br_geral.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.societas {
	font-family: "Nueva Std", Georgia, Times New Roman;
	font-size:25px;
	color: #FFF;
}
.texto {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:16px;
	color: #F1D490;
	padding:8px 0 0 0;
}

.letras {
	font-size: 28px;
}
.idiomas{
	font-family:"Calibri", Times New Roman, Times, serif;
	font-size:16px;
	color:#900;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: none;
}
a:active {
	color: #FC3;
	text-decoration: none;
}