@charset "UTF-8";
/* CSS Document */

/* ESTILOS DE LAYOUT */

body {
	background-image: url(../images/bg-1.jpg);
	background-color: #DCDCDC;
}

a:link {
	color: #513280;
	text-decoration: none;
}
a:visited {
	color: 513280;
	text-decoration: none;
}
a:hover {
	color: ea6a21;
	text-decoration: none;
}
a:active {
	color: 513280;
	text-decoration: none;
}

/* ESTILOS DE TEXTO */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.style2 {
	color: #513280;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #513280;
	font-style: normal;
	font-weight: bold;
}
.style3_p {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #513280;
	font-style: normal;
	font-weight: bold;
}
.style4 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.style4_italico {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #513280;
	font-weight: bold;
	font-size: 13px;
}

.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ea6a21;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.titulo_noti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 17px;

}

.body,td,th {
	color: #333333;
}

.alinhar_imagens_galeria {
	float: left;
	width:20%;
	padding: 6px 40px 20px 10px;/* DISTANCIA ENTRE UM ITEM E OUTRO*/
}

.alinhar_sala_imprensa{
	float: left;
	width:25%;
	padding: 6px 50px 20px 10px;/* DISTANCIA ENTRE UM ITEM E OUTRO*/
}
