@charset "utf-8";
/* CSS Document */

html{height:100%; width:100%; overflow:hidden;}
body{height:100%; width:100%; overflow:hidden; background-color:#e8e8e8; background-image:url(../img/bg.jpg); background-repeat:no-repeat; background-position:right top; margin:0px; padding:0px; font-family:calibri, Arial;}

*{font-family:calibri, Arial !important; color:#FFFFFF}
img{border:0px}
input, textarea{background-color:#666666; border:0px; color:#FFFFFF}

#Geral{height:100%; width:100%; position:relative;}
#logo{position:absolute; top:50px; left:50px;}
#Menu{position:absolute; top:300px; left:50px;}
#Contato{position:absolute; bottom:50px; left:50px;}
#Credito{position:absolute; bottom:0px; right:0px; padding:5px; background-color:#000000; color:#FFFFFF; font-size:11px}
#Credito a{color:#FFFFFF; text-decoration:none}



#Conteudo{ height:80%; overflow:auto; position:absolute; top:50px; right:50px; width:600px; background-image:url(../img/png.png); padding:20px; color:#FFFFFF; overflow-x:hidden}
#Conteudo a{ color:#ffffff; text-decoration:none;}
#Conteudo a:hover{ background-color:#FFFFFF; color:#000000}
.tituloevento{font-size:18px; padding-bottom:10px; padding-top:10px;}
.semBG{background:none; background-color:#e8e8e8;}

.diaShow{background-color:#FFFFFF;}
.diaShow a{color:#000000 !important;}

.botaoForm{background-color:#000000; border:1px solid #CCCCCC;}

.musica{margin:10px 0px 5px 0px; background-color:#333333; padding:5px; width:670px}

/* tableless */

.divTabela {
	width: 100%;
	overflow:hidden;
}
.divLinha {
	width: 100%;
	overflow:hidden;
	display:table;
}
.divCelula {
	float:left;
	white-space: nowrap;
	overflow:hidden;
	display:table-cell;
}
.divAlnDireita {
	position: relative;
	float: right;
}
.divAlnEsquerda {
	position: relative;
	float: left;
}