body {
	background: #000;
	color:#fff;
	font-family: "Trebuchet MS", Arial;
	font-size:9pt;
	margin:0;
	padding: 0;
}
a {
	color:#fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#cabecalho {
	background: url('../images/bg_cabecalho.png') no-repeat center top;
	width: 1000px;
	margin:auto;
	position:absolute;
	left:50%;
	margin-left:-500px;
	height:300px;
	z-index: 1;
}
#cabecalho .logomarca {
	margin:auto;
	width: 144px;
	margin-top:50px;
}
#menu {
	top:254px;
	position: absolute;
	z-index: 5;
	width: 100%;
	background: url('../images/bg_menu.gif') repeat-x top #FFFFFF;
	height:121px;
}
#container {
	z-index:10;
	width: 100%;
	position:absolute;
	top:415px;
}
#conteudo {
	width:880px;
	margin:auto;
	display:table;
}
#rodape {
	width: 1010px;
	margin:auto;
	height: 204px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/bg_rodape.png");
	
}
#rodape .galeria {
	height: 140px;
	
}
#rodape .texto {
	text-align: center;
	margin-top:40px;
}
#rodapeSHOWBIZ {
	margin:auto;
	height: 300px;
	background: url("../images/bg_rodape_showbiz.png") no-repeat center top;
	
}
#rodapeSHOWBIZ .galeria {
	height: 180px;
	width: 480px;
	float:left;
}
#rodapeSHOWBIZ .texto {
	clear:both;
	text-align: center;
	padding-top:70px;
}
.iconeMenu {
	width: 940px;
	margin:auto;
	display: table;
	padding-left:50px;
}
.itemMenu {
	display: block;
	float:left;
	width: 120px;
	text-align: left;
	margin:0 36px 0 0;
	cursor: pointer;
	padding-top: 5px;
}

.linha {
	background-position-x:center;
	background-repeat:no-repeat;
	background-image:url("../images/linha.png");
	height:30px;
	width: 940px;
	margin: auto;
}
h3 {
	font-size:12pt;
	margin:20px 0;
	padding:0;
}	
.itemForm {
	display: inline-block;
	width: 80px;
}
.inputText {
	border: 1px solid #fff;
	background-color:#ccc;
	height: 23px;
	color:#333;
	font-size:10pt;
	padding:3px;
	font-family: "Trebuchet MS", Arial;
}
.error-input, .error-both .input,.error-same .input { 
	border: 1px solid red; 
	background-color:#ccc;
	height: 23px;
	color:#333;
	font-size:10pt;
	padding:3px;
	font-family: "Trebuchet MS", Arial;
}
.error-div { 
	float:right; margin:7px 10px 0 0; color:#935; font-size:10px; 
}
.gFotos {
	background-color: #171717;
	border-radius:10px;
	padding:10px;
	margin-bottom:30px;
}
.gFotos:hover {
	background-color: #1b1b1b;
}
.gFotos .galeria_titulo {
	font-size:11pt;
	height:30px;
	display:block;
	margin-left:10px;
}
.gFotos .imagem {
	float: left;
    text-align: center;
    width: 143px;
	height: 110px;
	
}
.gFotos .imagem img {
	padding:2px;
	cursor:pointer;
}
.gFotos .imagem img:hover {
	padding:0;
	border:2px solid #ccc;
}

.gFotos .mais{
		text-align:right;
	margin-top:3px;
	cursor: pointer;
}
.gFotos .mais span{
	text-decoration: none;
}
.gFotos .mais span:hover {
	text-decoration: underline;
}