* {
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 11px;
}

body {
 	margin:0px;
	background-image: url(../imagens/bg.gif);
	background-repeat:repeat-y;
	text-align:justify;
}

INPUT, TEXTAREA, SELECT {
	border: solid 1px #8e8e8e;
}
.semborda {
	border: none;
}

#logo {
	margin: 15px 0px 15px 100px;
}

#alert {
	width:221px;
	border: #C1C1C1 solid 1px;
}

#menu {
	position:absolute;
	left:0px;
	top:85px;
	width:982px;
	height: 68px;
	z-index:9;
	color:#000000;
}

.tit_azul{
	color:#1E2A63;
	font-size:15px;
	font-weight:bold;
}
	
#menu ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: -1px;
	float: left;
	width: 100%;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#menu ul li {
	display: inline; 
}

#menu a.menu, a.menu_aceso, a.submenu, a.submenu_aceso {
	padding: 3px 10px 4px 10px;
	float:left;
	color: #333;
	text-decoration: none;
}

#menu a.menu:hover, a.menu_aceso:hover, a.submenu:hover, a.submenu_aceso:hover {
	text-decoration: none;
}
a.menu {
   border-right: 1px solid #e6e6e6;
}

a.menu_aceso {
	background-color:#e6e6e6;
	font-weight: bold;
}

#menu a.menu_branco {
	padding: 3px 10px 4px 10px;
	font-family:Verdana;
	font-size:11px;
	color: #E6E6E6;
	text-decoration: none;
}

#menu a.menu_branco:hover {
	color: #FFFFFF;
}

a.submenu {
	border-right: 1px solid #ffffff;
}

a.submenu_aceso {
	background-color: #ffffff;
	font-weight: bold;
}

#fundo {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:100%;
	z-index:1;
	border-left:#C1C1C1 solid 1px;
}

#d01 {
	position:absolute;
	left:17px;
	top:172px;
	width:220px;
	height:270px;
	z-index:2;
	border:#C1C1C1 solid 1px;
}

#d02 {
	position:absolute;
	left:264px;
	top:172px;
	width:470px;
	height:260px;
	z-index:3;
}

#d03 {
	position:absolute;
	left:755px;
	top:172px;
	width:220px;
	height:132px;
	z-index:20;
}

#d04 {
	position:absolute;
	left:764px;
	top:316px;
	width:220px;
	height:220px;
	z-index:21;
}

#d05 {
	position:absolute;
	left:17px;
	top:451px;
	width:220px;
	height:177px;
	z-index:6;
}
#d06 {
	position:absolute;
	left:263px;
	top:446px;
	width:220px;
	height:160px;
	z-index:7;
}

#d07 {
	position:absolute;
	left:510px;
	top:446px;
	width:223px;
	height:126px;
	z-index:8;
}

#div_tudo {
	position:relative;
	background-color: #FFFFFF;
	width: 965px;
	margin-left: 17px;
	height:100%;
	z-index:0;
}


.preto {
 color:#000000;
}

.red {
 color:#D40039;
}

.red_10px {
 color:#D40039;
 font-size: 10px;
}


.grey{
 color: #E6E6E6;
}

.branco{
	color: #E6E6E6;
}


.dark-grey{
 color: #666666;
}

.standard{
 color: #333333;
}

.cinza {
 color: #8e8e8e;
}

.background-grey{
 background-color: #E6E6E6;
}

.background-white{
 background-color: #FFFFFF;
}

.gline
{
background-color: #C1C1C1;
}

.legenda{
	font-size: 10px;
}

.link_sembold{
 text-decoration:none;
 color: #333333;
 font-size:10px;
}

a:visited, a:active, a:link{

 text-decoration:none;
 color: #333333;
 font-size:11px;
}

A:hover {
	text-decoration: underline;
}


a img{
 border-width:0px;
}

.titulo_preto {
	font-weight: bold;
}

.m_top {
	margin-top: 5px;
}

.pb {
	padding-bottom: 2px;
}

.rodape {
	font-size: 10px;
	font-weight: bold;
}


/*ul{
 list-style-image:url(../imagens/li.gif);
}

li,LI {
 position:relative;
 left:-24px;
}*/

.left {
 text-align: left;
}

.right {
 text-align: right;
}

.center {
 text-align: center;
}

.pictext{
 background-color: #E6E6E6;
 font-size:10px;
 padding-top:6px;
 padding-bottom:6px;
 padding-right:7px;
 padding-left:7px;
}

.sub_menu_esq {
 	background-color: #e6e6e6;
	border-bottom: 1px solid #FFFFFF;
}
.sub_menu_esq_aceso {
 	background-color: #c1c1c1;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

.rodape {
	font-size: 09px;
	font-weight: bold;
}

@media print {

	#logo {
		margin: 0px 0px 18px 18px;
	}
	
	#menu, .nao_imprime {
		display: none;
	}
	
	#tabelao {
		width: 620px;
	}
	
	#coluna1, #coluna2 {
		display: none;
	}
	
	.m_top {
		width: 620px;
	}

}