/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
img {border:none;}
hr {display:none;}
fieldset {border: 0;}
legend {display: none;}

body  {
	text-align: center;
	background: #FFFFFF;
}
body, td, th {
	font-size: 12px;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.none {
	display: none;
}
.linkazul {
	color: #3300FF;
	text-decoration: underline;
}
.linkazul:hover {
	color: #3366FF;
	text-decoration: underline;
}

#main {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

/*TOPO*/
#topo {
	margin-top: 5px;
	border: 1px solid #000000;
	height: 124px;
	overflow: hidden;
	border-bottom: 0;
}
#topo h1 {
	position: absolute;
	text-indent: -1000in;
	width: 100px;
	margin: 3px 0 0 60px;
	z-index: 100;
}
#topo h1 a {
	display: block;
	height: 90px;
	overflow: hidden;
	background: url(../../images/logo.png) top left no-repeat;
	width: 100%;
}
#topo div.banner {
	position: absolute;
	margin: 5px 0 0 250px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}
#topo form {
	position: absolute;
	display: block;
	width: 468px;
	margin: 70px 0 0 250px;
}
#topo form input {
	border: 1px solid #000000;
	font-size: 14px;
	padding: 2px;
}
#topo form input.field {
	float: left;
	width: 385px;
}
#topo form input.botao {
	float: right;
	height: 22px;
	width: 70px;
	background-color: #E0E0E0;
}
#topo div.barra {
	position: absolute;
	margin: 100px 0 0 0;
	background: url(../../images/bg_barra_topo.png) repeat-x;
	line-height: 30px;
	height: 24px;
	overflow: hidden;
	color: #000000;
	font-size: 11px;
	width: 768px;
}
#topo div.barra p {
	float: left;
	padding: 0 0 0 48px;
}
#topo div.barra p.inicial {background: url(../../images/icon_home.png) left center no-repeat;}
#topo div.barra p.favorito {background: url(../../images/icon_favoritos.png) left center no-repeat;}
#topo div.barra p.email {background: url(../../images/icon_email.png) left center no-repeat;}
#topo div.barra a {color: #000000;}
#topo div.barra p.datatime {padding: 0 0 0 25px;}

/*MENU*/
#menu li {
	float: left;
	cursor: pointer;
}
#menu li a {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background: top repeat-x;
	border-right: 1px solid #FFFFFF;
	padding: 0 13px;
	font-weight: bold;
}
#menu li a:hover {
	background-position: bottom;
	background-repeat: repeat-x;
	text-decoration: none;
}
#menu li.ciano a {background-image: url(../../images/bg_menu_ciano.png);}
#menu li.laranja a {background-image: url(../../images/bg_menu_laranja.png);}
#menu li.verde a {background-image: url(../../images/bg_menu_verde.png);}
#menu li.musgo a {background-image: url(../../images/bg_menu_musgo.png);}
#menu li.preto a {background-image: url(../../images/bg_menu_preto.png);}
#menu li.roxo a {background-image: url(../../images/bg_menu_roxo.png);}
#menu li.azul a {background-image: url(../../images/bg_menu_azul.png);}
#menu li.vermelho a {background-image: url(../../images/bg_menu_vermelho.png);}
#menu li.lilas a {background-image: url(../../images/bg_menu_lilas.png);}
#menu li.ultima a {
	padding: 0 10px;
	border-right: 0;
}
#menu ul li ul {
	position: absolute;
	display: none;
	z-index: 100;
}
#menu ul li ul li {
	float: none;
}
#menu ul li ul li a {
	font-size: 12px;
	border: 0;
	border-top: 1px solid #FFFFFF;
	padding: 0 !important;
}
#mn_politica li a {
	background: #45ADCE !important;
	width: 78px;
}
#mn_politica li.meio a {background: #209CC3 !important;}
#mn_politica li a:hover {background: #0987AC !important;}

#mn_entretenimento li a {
	background: #9D2A71 !important;
	width: 130px;
}
#mn_entretenimento li.meio a {background: #86004C !important;}
#mn_entretenimento li a:hover {background: #700039 !important;}

/*CORES*/
.cor_pol {color: #219DC4;}
.cor_cid {color: #FE4300;}
.cor_mun {color: #00217B;}
.cor_esp {color: #54A029;}
.cor_ger {color: #0A2049;}
.cor_cul {color: #3B007F;}
.cor_fot {color: #B0000C;}
.cor_tur {color: #18555A;}
.cor_ent {color: #8A0056;}
.cor_out {color: #FF9C01;}
/*BACKGROUND*/
.bg_pol {background-color: #219DC4;}
.bg_cid {background-color: #FE4300;}
.bg_mun {background-color: #00217B;}
.bg_esp {background-color: #54A029;}
.bg_ger {background-color: #0A2049;}
.bg_cul {background-color: #3B007F;}
.bg_fot {background-color: #B0000C;}
.bg_tur {background-color: #18555A;}
.bg_ent {background-color: #8A0056;}
.bg_out {background-color: #FF9C01;}
/*BACKGROUND HOVER*/
.bg_pol a:hover {background-color: #46AECE;}
.bg_cid a:hover {background-color: #FE632B;}
.bg_mun a:hover {background-color: #254697;}
.bg_esp a:hover {background-color: #60A62B;}
.bg_ger a:hover {background-color: #334668;}
.bg_cul a:hover {background-color: #623299;}
.bg_fot a:hover {background-color: #BD2B35;}
.bg_tur a:hover {background-color: #2A6468;}
.bg_ent a:hover {background-color: #9E2B72;}
.bg_out a:hover {background-color: #FFBC21;}
/*BORDAS*/
.borda_pol {border-color: #46AECE;}
.borda_cid {border-color: #FE632B;}
.borda_mun {border-color: #254697;}
.borda_esp {border-color: #60A62B;}
.borda_ger {border-color: #334668;}
.borda_cul {border-color: #623299;}
.borda_fot {border-color: #BD2B35;}
.borda_tur {border-color: #2A6468;}
.borda_ent {border-color: #9E2B72;}
.borda_out {border-color: #FFBC21;}

/*MOSTRAR BORDA NA IMAGEM*/
a.crop-56 {height: 56px;}
a.crop-56:hover {height: 50px;}
a.crop-80 {height: 80px;}
a.crop-80:hover {height: 74px;}
a.crop-165 {height: 165px;}
a.crop-165:hover {height: 159px;}
a.show_border {
	position: relative;
	display: block;
	overflow: hidden;
}
a.show_border img {
	position: absolute;
	display: block;
}
a.show_border:hover {
	border-width: 3px;
	border-style: solid;
}
a.show_border:hover img {
	margin: -3px 0 0 -3px;
}

/*RODAPE*/
#rodape {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	text-align: center;
	background-color: #E9E9E9;
	padding: 15px 0;
	font-weight: bold;
}
#rodape a {
	margin: 0 15px;
}

/*COPYRIGHT*/
#leandro p {
	width: 100%;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 40px;
	color: #666;
}
#leandro p a {
	color: #000;
	font-weight: bold;
}
#leandro p a:hover {
	text-decoration: underline;
}
