body {
	background-image: url(../img/bg-site.png);
	font-family: Arial;
	font-size: 12px;
}



/*-------------------------------
   O fundo escurecido do banner
--------------------------------*/
#floatBannerFundo {
z-index:1001; 
width:100%;  
height:200%;  
position: absolute; 
top:0; 
left:0; 
background-color:#000; 
filter:alpha(opacity=80); 
opacity: .8;
-moz-opacity: .8;
text-align:center;
}

/*----------
   O banner
-----------*/
#floatBanner {
z-index: 1500;
width:100%; 
position: relative;
text-align:center; 
}
#floatBanner .banner {
z-index: 1300;
width:750px; 
margin-left:auto; 
margin-right:auto;

text-align: center;
}




p {
	line-height: 1.3;
	color: #9c9c9c;
}

h1 {
	color: #f24444;
	font-size: 14px;
}

a, a:link, a:visited {
	color: #f24444;
}

a:hover {
	color: #333 !important;
}

#conteudo {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	background: #fff url(../img/bg-conteudo.png);
}

#icones {
	margin-top: 15px;
	padding-left: 8px;
	float: right;
	height: 19px;
	background: #ebebeb url(../img/bg-icones.png) no-repeat;
}

#icones ul {
	padding-top: 3px;
	width: 75px;
	height: 9px;
	list-style: none;
}

#icones ul li {
	display: inline;
}

#icones ul li a, #icones ul li a:visited {
	padding: 0 0 0 5px;
	color: #d2d2d2;
	text-decoration: none;
	border-left: 2px solid #d2d2d2;
}

#icones ul li a img {
	border: none;
}

.logo {
	float: left;
	margin-left: 20px;
	margin-top: -120px;
	padding: 0;
	width: 142px;
	height: 90px;
}

.logo img {
	padding: 0;
}

#menu {
	height: 70px;
	width: 600px;
	background: #fff url(../img/bg-menu.png) no-repeat;
	padding: 22px 0 0 110px;
	margin: 0 auto;
	text-transform: uppercase;
}

#menu ul {
	float: left;
	list-style: none;
}

#menu ul li {
	display: inline;
	font-size: 11px;
}

#menu ul li a, #menu ul li a:visited {
	padding: 0 5px 0 9px;
	color: #979797;
	text-decoration: none;
	border-left: 2px solid #f24444;
}

#menu ul#logosmenu {
	padding-top: 20px;
	padding-left: 140px;
}

#menu ul#logosmenu li a {
	padding-left: 10px;
	border-left: none;
}

.primenu {
	border-left: none !important;
}

.menuselecionado {
	color: #f24444 !important;
}

#conteudopg {
	width: 705px;
	margin: 0 auto;
	
}

#conteudopg #banner1 {
	width: 700px;
	
	
}


#copyright {
	height: 44px;
	clear: both;
	background-image: url(../img/bg-rodape.png);
}

#copyright p {
	padding-top: 15px;
	padding-left: 170px;
	color: #fff;
	font-size: 12px;
}

#copyright p a, #copyright p a:visited {
	text-decoration: none;
	color: #fff;
}

.center {
	text-align: center;
}

.opcoes {
	width: 200px;
	float: left;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.opcoes ul {
	list-style: none;
}

.opcoes ul li {
	font-size: 10px;
	background: #fff url(../img/mnu-inativo.png) no-repeat;
	min-height: 17px;
	width: 170px;
	padding-top: 5px;
	padding-left: 15px;
}

.opcoes ul li a, .opcoes ul li a:visited {
	color: #979797;
	text-decoration: none;
	display: block;
}

.opcoes ul li ul {
	margin-top: 10px;
}

.opcoes ul li ul li {
	background: #fff url(../img/bg-subopcao.png) no-repeat bottom left;
	min-height: 12px;
	padding-left: 0;
	padding-bottom: 5px;
}

.subopcoeslast {
	background: none !important;
}

.opcaoselecionada {
	background: #fff url(../img/mnu-ativo.png) no-repeat !important;
}

.subopcaoselecionada a, .subopcaoselecionada a:visited {
	color: #d2d2d2 !important;
}

.hgrande, .hmedio {
	height: 20px;
	color: #f24444;
	margin-bottom: 15px;
}

.hgrande {
	background: #fff url(../img/bg-h1-grande.png) no-repeat bottom left;
}

.hmedio {
	background: #fff url(../img/bg-h1-medio.png) no-repeat bottom left;
}

#flashMessage {
	margin-bottom: 15px;
	font-weight: bold;
	color: #f24444;
}

/* Debug */

.cake-sql-log {
	margin: 0 auto;
	color: #000;
}

.cake-sql-log tbody tr td {
	border-collapse: collapse !important;
	border: 1px solid #000;
	border-spacing: 1px;
	height: 20px;
	vertical-align: middle;
}