@charset "utf-8";
/* CSS Document */



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	background: transparent;

	text-decoration:none;

}


body{
margin: 0px;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;/*overflow-x: hidden;
*overflow-x:visible;*/
font-size:11px;
background-color:#fff;
color:#2E2E2E; 
background-image:url(../images/back.jpg); 
background-repeat:repeat; 
}

#geral{
width:838px;
background-image:url(../images/bg_interna.png);
background-repeat:repeat-y;
text-align:left;/* corrigi o bug causado no IE causado pelo text-align:center; usado no BODY */
margin: 0 auto; /* centraliza layout calculando as margens a partir do valor de with */
}

#topo{
width:100%;
height:225px;

}

#menu{
background-image:url(../images/bg_menu.jpg);
background-repeat:repeat-y;
background-color:#356AA0;
width:798px;
height:56px;
margin-left:20px;
border-bottom:1px solid #184473;
}
#menu a{
margin:5px 20px 0px 10px;
color:#fff;
font-family:"Trebuchet Ms";
font-size:13px;
text-align:center;
}

.list{
margin-top:-10px;}

.margem_bg_menu{
margin-bottom:5px;}

#menu ul, li{
display:inline;
list-style-type:none;
margin-left:10px;
}
#menu a:hover{ text-decoration:underline;}

#conteudo{
background-color:#356AA0;
width:798px;
height:450px;
margin-left:20px;
margin-bottom:-3px;
}

.box{
background-color:#356AA0;
margin-top:5px;
float:left;
}
.globo{
float:right;
margin-top:-150px;
margin-right:5px;

}
#rodape, #rodape a{
margin-top:10px;
text-align:center; color:#356AA0;
}
a img{ border:none;}
.direita{float:right;}
.esquerda{float:left;}
.margem_esquerda{margin-left:15px;}
.margem_direita{margin-right:15px;}
.margem_top{margin-top:55px;}
.margem_bottom{margin-bottom:15px;}
.margens{margin:15px;}
.margem_top_negativa{ margin-top:-150px;}
.bg_esquerda{
background-position:left;
}
.bg_top{ background-position:top; margin-left:-6px; margin-top:-5px;}
.bg_bottom{
background-position:bottom ;
margin-left:20px;
 margin-top:-11px;}

