@charset "utf-8";
/* CSS Document */
/* Elementos Básicos */
html{
	margin: 0;
	padding: 0;
	}
	
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	}

#principal{
	width: 780px;
	background-color:#EAEAEA;
	height:auto;
	margin: 0 auto;
	}

#topo_1{
	width:780px;
	height:100px;
	}
	
#topo_2{
	width:780px;
	height:60px;
	}
	
#conteudo{
	float: left;
	width: 780px;
	}

#subconteudo{
	margin: 0 235px 0 145px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	}

#subconteudo2{
	margin: 0 5px 0 145px;
	}
	
#parcerias{
	width:780px;
	height:90px;
	background-color:#FFFFFF;
	}

.conteudo{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
	
#col_esq{
	float: left;
	width: 140px; /*Width of left column*/
	margin-left: -780px;
	background: #EAEAEA;
	}

#menu{
	width:140px;
	height:auto;
	float:left;
	}

#coluna_1{
	width:140px;
	height:auto;
	float:left;
	position:relative;
	}

#col_dir{
	float: left;
	width: 230px; /*Width of right column*/
	margin-left: -230px; /*Set left marginto -(RightColumnWidth)*/
	background: #EAEAEA;
	}

#servicos{
	width:230px;
	height:auto;
	float:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#enquete{
	width:230px;
	height:auto;
	float:right;
	}
	
#coluna_2{
	width:230px;
	height:auto;
	float:right;
	}
	
#rodape{
	width:780px;
	height:20px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	vertical-align: 15px;
	}

/*Começo Calendário*/	
#fundo{
	background:#FFFFFF;
	font-family:Arial;
	color:#444444;
	font-size:8px;
}

#barra{
	background:#666666;
	font-family:Arial;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	font-weight: bold;
}
/*Fim Calnedário*/
	
.rodape_destaque{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	}

.km_rodape a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
	}
	
.km_rodape a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
	}
	
.km_rodape a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
	}

.km_rodape a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
	}
	
.titulo{
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	text-align:center;
	font-weight: bold;
	}
	
.destaque{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FF9900;
	text-align:center;
	font-weight: bold;
	}

.titulo_pagina{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	}

input.butao{
	color: #ffffff; 
	background-color:#FF9900; 
	font-family: Verdana, Arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	}

/*COMEÇO TABELA*/
table#alter td {background:#F5F5F5; font-family:Arial, Helvetica, sans-serif; font-size:9px}
table#alter tr.dif td {background-color: #99CCFF;}
/*FIM TABELA*/

/* Começo do Menu */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	border-bottom: 1px solid #cccccc;
	}

ul li {
	position:relative;
	}

ul li a {
	width: 125px;
	display: block;
	text-decoration: none;
	text-align:justify;
	color: #ffffff;
	padding: 5px;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
ul li a:hover {
	width: 125px;
	display: block;
	text-decoration: none;
	text-align:justify;
	color: #ffffff;
	padding: 5px;
	background-color: #EA0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

ul ul {
	position:absolute;
	display:none;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
}

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */
