
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,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: none;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*/////////////////////////////////////////////////////////////////////*/

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4f5e70;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;

}
a:link, a:visited, a:active{
	color:#4f5e70;
	text-decoration:none;
}
a:hover{
	color:#4f5e70;
	text-decoration:underline;
}


#fundo{
    width: 100%;
    background: url(../imagem/fundomeio.jpg) repeat-x top center;
}

#geral{
    width: 100%;
    background:#FFFFFF;
    margin: 0 auto;
}
	
#cabecalho_logo {
	float: center;
	background: url(../site/imagens/img_backlogo.gif) repeat-x top center;
	height: 117px;
	width: 100%;	
}

#logo {
	float:left;
	width: 60%;
	margin: 0px;
}

#formlogin {
	float:right;
	width: 317;
	padding-top:17px;
	margin-right: 50px;
	margin-bottom: 0px;
	height: 117px;
}

#menu{
    float: center;
	height: 44px;
	width: 900px;
}

#menu li{
    float: left;
    width: auto;
    text-align: center;
    line-height: 25px;
    height: 25px;
    border-left:1px solid #0584b0;
    padding: 12px 15px 0 15px;
	font-size: 11px;
}

#menu li a{
    display: block;
    color: #FFF;
	font-weight:bold;
}

#menu li a:hover{
    background: none;
	color: #e96d39;
	text-decoration: none;
		font-weight:bold;
	
}

#menu li:first-child{
    border-left:none;
}

.menusup1 {
	background: url(../site/imagens/img_backsup1.gif) repeat-x top center;
	height: 55px;	
	width: 100%;
}

.menusup2 {
    
	background-image: url(../site/imagens/img_backsup2.gif);
	background-repeat: repeat-x;
	height: 47px;
	width: 100%;
	color:#FFFFFF;

}

.menusup3 {
	background-image: url(../site/imagens/img_backsup3.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}




.divisor {
	background-color: #FFFFFF;
	background-image: url(file:../site/imagens/divisor.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	width: 100%;
}

.titulos {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0884b0;
	background-color: none;
	width: auto;
	border-bottom: 1px dotted #666666;
	text-align: left;
	padding: 5px;
	height: auto;
}

.borda_solida {
	border: 1px solid #CCCCCC;
}


select, input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #d6d7d8;
}

.btnform{
    width: 100px !important;
    float: center;
	border: 1px solid #2374a4;	
    margin-top: 10px;
    padding: 5px;
    background: url(../site/imagens/back_botao.gif) repeat-x;
    cursor: pointer;
}

.btnform a{
    width: 100px !important;
    float: center;
    margin-top: 10px;
    padding: 5px;
   	text-decoration: none;
    cursor: pointer;
	color: #FFFFFF;
	
}

#rodape {
	background-image: url(../site/imagens/img_backrodape.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 158px;
	
}








