@charset "iso-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}
/***
		= HTML > BODY 
***********************************************/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

div, p, h1, h2, h3, h4{
	margin: 0;
	padding:0;	
}
a, a:link, a:hover, a:visited {
	color: #666666;
	text-decoration: underline;
}
a.noticia, a.noticia:link, a.noticia:visited {
	color: #000;
	text-decoration: none;
}
a.noticia:hover{
	color: #000;
	text-decoration: underline;
}
/***
		= GENERAL DIV STYLES
***********************************************/

div#container {
	width:100%;
	height:auto;
	margin:auto;
}

div#header {
	width:760px;
	height:60px;
	margin:auto;
	margin-top:30px;
}
div#menu {
	width:760px;
	height:40px;
	margin:auto;
	margin-top:10px;
}
div#content {
	width:760px;
	height:750px;
	margin:auto;
}
div#barra_inf {
	width:760px;
	height:40px;
	margin:auto;
	background-color:#FF6600;
}
div#menu_inf {
	width:760px;
	height:30px;
	margin:auto;
}
div#footer {
	width:760px;
	height:50px;
	margin:auto;
}
/***
		= HEADER
***********************************************/
div#header .logo{
	width:145px;
	height:60px;
	float:left;
	background:url(../img/logo_sindepat.gif) no-repeat;
}
div#header .frase{
	width:600px;
	height:60px;
	margin-left:15px;
	float:left;
	background:url(../img/img_header.gif) no-repeat left bottom;
}
/***
		= MENU
***********************************************/
div#menu .menu_01{
	width:68px;
	float:left;
}
div#menu .menu_02{
	width:75px;
	float:left;
}
div#menu .menu_03{
	width:75px;
	float:left;
}
div#menu .menu_04{
	width:79px;
	float:left;
}
div#menu .menu_05{
	width:75px;
	float:left;
}
div#menu .menu_06{
	width:59px;
	float:left;
}
div#menu .menu_07{
	width:60px;
	float:left;
}
div#menu .menu_08{
	width:61px;
	float:left;
}
div#menu .menu_09{
	width:79px;
	float:left;
}
div#menu .menu_10{
	width:68px;
	float:left;
}
div#menu .menu_11{
	width:61px;
	float:left;
}
/***
		= CONTENT
*******************************************************************************************************/
div#content .banner {
	width:760px;
	height:310px;
	margin:10px 0 13px 0;
}
div#content #noticias {
	width:760px;
	height:212px;
	background:url(../img/bg_titulos.gif) no-repeat center top;
}
div#noticias .veja_mais{
	width:40px;
	height:16px;
	float:left;
	clear:left;
	padding-left:130px;
}
div#noticias .noticias_01, .noticias_02{
	width:260px;
	height:212px;
	float:left;
}
div#noticias .noticias_03{
	width:240px;
	height:212px;
	float:left;
}
div#noticias .hit1{
	width:75px;
	height:50px;
	float:left;
}
div#noticias .hit2{
	width:75px;
	height:50px;
	float:left;
}
div#noticias .hit3{
	width:110px;
	height:50px;
	float:left;
}
div#noticias .txt_01, .txt_02, .txt_03{
	width:170px;
	height:112px;
	padding-top:20px;
	float:left;
	clear:left;
	font-size:12px;
}

div#content #cont_inferior {
	width:760px;
	height:178px;
	margin:18px 0 12px 0;
}
div#cont_inferior .titulo {
	width:75px;
	height:20px;
}
div#cont_inferior #associados {
	width:260px;
	float:left;
}
div#associados .cont_associados {
	width:240px;
	height:158px;
}
div#cont_inferior #galeria {
	width:260px;
	float:left;
}
div#galeria .cont_galeria {
	width:240px;
	height:158px;
}
div#cont_inferior #graficos {
	width:240px;
	float:left;
	background:url(../img/img_graficos_01.gif) no-repeat bottom;
}
div#graficos .cont_graficos {
	width:240px;
	height:158px;
	float:left;
}
div#graficos .links_graficos {
	width:150px;
	height:14px;
	padding:6px 0 0 12px;
	float:left;
}
div.links_graficos a{
	font-size:9px;
}
div#cont_inferior .titulo2 {
	width:75px;
	height:20px;
	float:left;
}
/***
		= BARRA_INF
***********************************************/
div#barra_inf .area_restrita{
	width:304px;
	float:left;
}
.esqueceu{
	width:auto;
	float:right;
	padding:6px 10px 0 0;
}
div#barra_inf .area_restrita .esqueceu a{
	color:#FFFFFF;
}
.area{
	width:auto;
	float:left;
}

div#barra_inf .newsletter{
	width:397px;
	float:left;
}

div#barra_inf .parceiros{
	width:59px;
	float:left;
}
/***
		= MENU_INF
***********************************************/
div#menu_inf .menu_footer{
	width:730px;
	padding-top:10px;
	text-align:center;
	margin:auto;
}
div.menu_footer table tr td {
	height:14px;
	vertical-align:middle;
	border-right:1px solid #666666;
}
div.menu_footer table tr td.ultimo {
	border-right:1px solid #ffffff;
}
/***
		= FOOTER
***********************************************/
div#footer .endereco{
	padding-top:7px;
	text-align:center;
}

/***
		= IMAGE STYLES
***********************************************/

img {
	border: none;
	margin:0;
	padding:0;
	vertical-align:middle;
}

/***
		= LINK STYLES
***********************************************/




/***
		= FORM STYLES
***********************************************/

input, select, textarea, fieldset { 
	font-size: 12px;
	color:#666666;
	vertical-align:middle;
	border-color:#ff6600;
	border-style:solid;
	border-width:1px;
}

input.btn_image {
	border: none;
	width: auto;
}

input.login, .senha{
	width: 64px;
	height:18px;
	vertical-align:middle;
}
input.email{
	width: 134px;
	height:18px;
	vertical-align:middle;
}
select.tipo_usuario{	
	width: 134px;
	height:20px;
	vertical-align:middle;
}

/***
		= HEADER STYLES
***********************************************/

h1 {
	font-family:"Century Gothic", Verdana, sans-serif;
	font-size: 20px;
	color:#333333;
	font-weight:normal;
	padding-left:22px;
	padding-bottom:5px;
}
h2 {
	font-family:"Century Gothic", Verdana, sans-serif;
	font-size: 15px;
	color:#666666;
	font-weight:normal;
	padding-left:66px;
	padding-bottom:5px;
}
h3 {
	font-family:"Century Gothic", Verdana, sans-serif;
	font-size: 15px;
	color:#666666;
	font-weight:normal;
	padding-left:188px;
	padding-bottom:5px;
}
span.red {
	font-size:12px;
	font-weight:bold;
	color:#92000D;
}
span.red2 {
	font-size:10px;
	color:#92000D;
}
