area {
    z-index: 2;
}

map {
    z-index: 2;
}


body {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    background-color: #eba6ee;
    background-image: url('../imgs/fundo.gif');
    background-repeat: no-repeat;
}

table, td, tr {
    border-width: 0px;
    border-color: blue;
    border-style: solid;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

img {
    border-style: none;
}

a {
    border-width: 0px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#principal {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
}

#header {
    width: 940px;
    background-image: url('../imgs/bg_header.jpg');
    background-repeat: no-repeat;
}

#box_tvhalo {
    width: 255px;
    min-height: 180px;
    background-image: url('../imgs/bg_tv.gif');
    background-repeat: repeat-y;
    background-color: #9659a6
}

* html #box_tvhalo {
    height: 180px;
}

#box_coleta {
    width: 255px;
    height: 108px;
    background-image: url('../imgs/box_postos_coleta.jpg');
    background-repeat: no-repeat;
}

#box_login {
    width: 255px;
    height: 143px;
}

#busca_coleta {
    position: relative;
	float: right;
    margin-top: 70px;
    margin-right: 7px;
}

#barra_inferior_esquerda {
    width: 255px;
    height: 53px;
    background-image: url('../imgs/barra_inferior_esquerda.jpg');
    background-repeat: no-repeat;
}

#conteudo {
    width: 684px;
    background-color: #ffffff;
}

#box_conteudo {
    width: 658px;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

#img_home {
    float: right;
}

#menu_esquerda {
    position: relative;
    float: left;
    width: 115px;
    height: 47px;
    background-repeat: no-repeat;
}

/*
#menu_esquerda:hover {
    cursor: pointer;
    width: 115px;
    background-image: url('../imgs/menu1_hover.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
}
*/

#menu_centro1 {
    position: relative;
    float: left;
    width: 110px;
    height: 47px;
    background-repeat: no-repeat;

}
/*
#menu_centro1:hover {
    cursor: pointer;
    width: 110px;
    background-repeat: no-repeat;
    color: #ffffff;
}
*/

#menu_centro2 {
    position: relative;
    float: left;
    width: 112px;
    height: 47px;
    background-repeat: no-repeat;

}

/*
#menu_centro2:hover {
    cursor: pointer;
    width: 112px;
    background-image: url('../imgs/menu_centro2_hover.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
}
*/

#menu_centro3 {
    position: relative;
    float: left;
    width: 105px;
    height: 47px;
    background-repeat: no-repeat;

}

/*
#menu_centro3:hover {
    cursor: pointer;
    width: 105px;
    background-image: url('../imgs/menu_centro3_hover.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
}
*/

#menu_centro4 {
    position: relative;
    float: left;
    width: 67px;
    height: 47px;
    background-repeat: no-repeat;

}

/*
#menu_centro4:hover {
    cursor: pointer;
    width: 67px;
    background-image: url('../imgs/menu_centro4_hover.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
}
*/

#menu_centro5 {
    position: relative;
    float: left;
    width: 86px;
    height: 47px;
    background-repeat: no-repeat;

}

/*
#menu_centro5:hover {
    cursor: pointer;
    width: 86px;
    background-image: url('../imgs/menu_centro5_hover.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
}
*/


#menu_direita {
    position: relative;
    float: left;
    width: 89px;
    height: 47px;
    background-repeat: no-repeat;
}

/*
#menu_direita:hover {
    cursor: pointer;
    width: 89px;
    background-image: url('../imgs/botaomenu_direita_hover.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
}
*/

#footer {
    width: 656px;
    margin-left: 10px;
    background-color: #ffffff;
    text-align: center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #810081;
}

#mapa_txt {
    position: relative;
    float: left;
    width: 251px;
    height: 358px;
    max-height: 358px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    overflow: auto;
    padding: 4px;
    margin-left: 3px;
    margin-top: 3px;
}

#mapa_img {
    position: relative;
    float: left;
}

#player {
    margin-left: 7px;
    margin-top: 20px;
}

#container_videos {
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 640px;
	height: 350px;
	background-color: #9659a6;
	border: 0px solid red;
}

#frame_video {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px solid yellow;
}

#container_textosuperior_video {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 240px;
	height: 40px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#container_lista_videos {
	position: absolute;
	right: 10px;
	top: 60px;
	width: 240px;
	height: 150px;
	overflow: auto;
	font-size: 12px;
	color: #810081;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	list-style-type: none;
	border: 0px solid green;
}

#logo_box_videos {
	position: absolute;
	right: 10px;
	bottom: 28px;
}

.bg_conteudo {
    background-image: url('../imgs/sombraesquerda_conteudo.jpg');
    background-repeat: repeat-y;
}

.barra_footer {
    width: 656px;
    height: 13px;
    margin-left: 10px;
}

.barra_home {
    position: relative;
    width: 660px;
    height: 5px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #dbc4e1;
    background-repeat: no-repeat;
}

.bg_menu {
	background-image: url('../imgs/bg_menu.gif');
	background-repeat: repeat-x;
}

.icone_pdf {
	margin: 10px;
}

.menu {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;

}

.item_menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;

}

.item_menu a {
	border: none;
	text-decoration: none;
}

.barra_fundotopo {
    width: 255px;
    height: 7px;
    background-image: url('../imgs/barrinha_sup.jpg');
    background-repeat: repeat-x;
}

.align_top {
    vertical-align: top;
}

.imagens_ufs {
    position: absolute;
    z-index: 1;
}

.mapa_hover {
    z-index: 2;
}

.bg_submenu {
    width: 254px;
    min-height: 190px;
    margin-top: 15px;
    background-image: url('../imgs/bg_fundotopo_interna.jpg');
}
* html .bg_submenu {
    height: 190px;
}

.titulo_submenu {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-family: tahoma, arial, verdana, helvetica, 'sans-serif';
}

.submenu {
    position: relative;
    float: left;
    height: 33px;
    margin-top: 10px;
    margin-left: 10px;
    background-image: url('../imgs/botao_internas_topo.gif');
    background-repeat: no-repeat;
}

.submenu:hover {
    cursor: pointer;
    background-image: url('../imgs/botao_internas_topo_hover.gif');
    background-repeat: no-repeat;
    font-weight: bold;
}

.submenu_ativo {
    background-image: url('../imgs/botao_internas_topo_hover.gif');
    position: relative;
    float: left;
    height: 33px;
    margin-top: 10px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.txt_submenu {
    margin-top: 8px;
    margin-left: 35px;
    font-size: 12px;
    color: #666666;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}



.txt_submenu a:link {
    color: #666666;
}

.txt_submenu a:visited {
    color: #666666;
}

.txt_submenu a:active {
    color: #666666;
}

.txt_submenu a:hover {
    text-decoration: underline;
}

.separador_submenu {
    margin-top: 3px;
    margin-left: 15px;
}

