@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/fundo_principal.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulo_topo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D4D4D4;
	font-weight: bold;
}
.fundo_linha {
	background-image: url(images/linha_fundo.png);
}
.texto_titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #366B9E;
}
.texto_titulo_2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.texto_chamada {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
.fundo_botao {
	background-image: url(images/botao_fundo.png);
}
.texto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-align: justify;
	line-height: 150%;
}

A.menu_esquerdo:link {color: #FFF; text-decoration: none; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; font-size: 12px}
A.menu_esquerdo:visited {color: #FFF;  text-decoration: none; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; font-size: 12px}
A.menu_esquerdo:hover {color: #900; text-decoration: none;	font-weight: bold; font-family: Tahoma, Geneva, sans-serif; font-size: 12px}

A.link_texto_titulo_2:link {color: #666; text-decoration: none; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; font-size: 12px}
A.link_texto_titulo_2:visited {color: #666;  text-decoration: none; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; font-size: 12px}
A.link_texto_titulo_2:hover {color: #900; text-decoration: none;	font-weight: bold; font-family: Tahoma, Geneva, sans-serif; font-size: 12px}

A.link_texto_titulo_3:link {color: #666; text-decoration: none; font-weight: none; font-family: Tahoma, Geneva, sans-serif; font-size: 11px}
A.link_texto_titulo_3:visited {color: #666;  text-decoration: none; font-weight: none; font-family: Tahoma, Geneva, sans-serif; font-size: 11px}
A.link_texto_titulo_3:hover {color: #900; text-decoration: none;	font-weight: none; font-family: Tahoma, Geneva, sans-serif; font-size: 11px}

.fundo_destaques {
	background-image: url(images/destaque1.png);
}
.texto_evendo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
A.link_texto_evendo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.texto_titulo_noticia {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.bordar_banner {
	border: 1px solid #900;
}
.texto2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 110%;
}
.fundo_convenios {
	background-image: url(images/convenios.png);
}
.pontilhado {
	border: 1px dotted #CCC;
}
.texto2branco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-align: justify;
	line-height: 110%;
}

