/* CSS Document */
body{
	background-attachment: fixed;
	margin:0px;
	height:100%;
}
img{border:0;}
.rodapeP{
	color: #FFF;
	font-family: Verdana;
	font-size:10px;
	font-weight:normal;
	padding-top:0;
	text-decoration: none;
	text-align:center;
}

/* ------------------------------   Cabecalho   ------------------------------ */
.cabecalho
{
	width: 1000;
	height: 121px;
}
.cabecalhoFlash
{
	width:100%;
}
/* ---------------------------------- principal ---------------------------------- */
#col_centro {
	padding-right:2px;
	font-size:10px;
	background-color:#FFF;
}
#col_centro a{
	text-decoration: none;
	color: #000;
}

/*BANNERS*/
#baner
{
	position:absolute;
	z-index:100;
}
#img
{
	 background-image:url(../app.images/admin_bgH2MenuFlutuante.jpg);
	 position:absolute;
	 z-index: 100;
	 border-top:      1px solid #000;
	 border-left:     1px solid #000;
	 border-right:    1px solid #000; 
	 border-bottom:   1px solid #000; 
	 border-collapse: collapse; 
}
#img a
{
    color: #FF0000;
}
#botao 
{
    position: absolute;
	top:2px;
	width: 32px;
	text-align: right;
}
