/* CSS Document - GeoNE */

body{
	background:url(../imagens/background.jpg) no-repeat top center fixed;
}

#menu li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#7a1704;
	text-decoration:none;
	padding:5px 10px;
	display:block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#menu li a:hover{
	color:#fff;
	background-color:#7a1704;
}

/* principal */

#principal{
	width:850px;
	height:370px;
	margin:0 auto;
	position:relative;
}

#slideshow {
	width:850px;
    height:370px;
	position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#principal .conteudo_slide{
	width:280px;
	height:350px;
	background:url(../imagens/background_transparente_black.png) repeat;
	padding:10px 10px;
	position:absolute;
	top:0;
	right:0;
	z-index:999;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#principal h1{
	color:#d2ab67;
	display:block
	margin:0 0 10px 0;
}

#principal p{
	color:#fff;
	font-weight:bold;
	text-align:justify;
	margin:10px 0 0 0;
}

#principal h2{
	width:490px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	top:20px;
	left:20px;
	z-index:999;
	background:url(../imagens/background_transparente_red.png) repeat;
	padding:10px 10px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* apresentacao */

#apresentacao, #boas_vindas{
	width:850px;
	margin:0 auto;
}

#apresentacao h1, #programacao h1, #comissao h1, #localizacao h1, #contato h1, #boas_vindas h1{
	font-size:14px;
	color:#7a1704;
	display:block;
	margin:0 0 10px 0;
}

#apresentacao p, #programacao p, #localizacao p, #boas_vindas p{
	color:#7a1704;
}

/* programacao */

#programacao, #comissao{
	width:850px;
	margin:0 auto;
}

#programacao span, #localizacao span{
	font-size:11px;
	font-weight:bold;
	color:#7a1704;
	display:block;
	margin:0 0 10px 0;
}

#programacao ul li, #comissao ul li{
	color:#7a1704;
	list-style:disc;
	margin:10px 0 0 15px;
}

#programacao  p a{
	font-weight:bold;
	color:#7a1704;
}

/* patrocinadores */

#patrocinadores h1{
	font-size:14px;
	color:#7a1704;
	display:block;
	margin:0;
}

#patrocinadores{
	width:850px;
	margin:0 auto;
}

#patrocinadores span{
	font-size:11px;
	font-weight:bold;
	color:#7a1704;
	display:block;
	margin:20px 0 0 0;
}

#patrocinadores ul{
	overflow:hidden;
	margin:0 0 0 0;
}

#patrocinadores ul li{
	float:left;
	margin:10px 20px 0 0;
}

/* localizacao */

#localizacao{
	width:850px;
	margin:0 auto;
}

#localizacao ul{
	overflow:hidden;
	margin:0 0 20px 0;
}

#localizacao li{
	float:left;
}

#localizacao img{
	width:270px;
	height:185px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#localizacao iframe{
	margin:0 0 20px 0;
	border:1px solid #000;
}

#localizacao p a{
	color:#7a1704;
	text-decoration:none;
}

#localizacao p a:hover{
	text-decoration:underline;
}

/* contato */

#contato{
	width:850px;
	font-size:11px;
	margin:0 auto;
}

#contato form{
	width:302px;
	float:left;
}

#contato form label{
	font-size:12px;
	color:#000;
	display:block;
}

#contato form input{
	width:300px;
	height:20px;
	border:1px solid #000;
	display:block;
	margin:0 0 10px 0;
}

#contato form textarea{
	width:300px;
	height:100px;
	border:1px solid #000;
	display:block;
	margin:0 0 10px 0;
}

#contato form input.btn{
	width:100px;
	height:auto;
	color:#fff;
	margin:0 auto;
	margin-top:30px;
	padding:5px 0;
	background-color:#7a1704;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#contato span{
	font-size:14px;
	color:#7a1704;
	margin:0 0 0 50px;
	padding:0;
	display:block;
	float:left;
}

#contato span span{
	float:none;
	margin:0;
	padding:0 0 0 20px
}

#contato span span.icone{
	background:url(../imagens/icone.png) no-repeat left center;
	float:none;
	margin:0;
	padding:0 0 0 20px;
}

/* rodape */

#colunaSete div{
	float:left;
	margin:0 20px 0 0;
}

#colunaSete div span{
	color:#7a1704;
	font-weight:bold;
	display:block;
	clear:both;
}

#colunaSete div img{
	margin:10px 15px 10px 0;
	float:left;
}

#colunaOito{
	width:890px;
	margin-top:20px;
	background:url(../imagens/background_transparente.png) repeat;
}

#colunaOito strong{
	width:100%;
	font-size:14px;
	color:#7a1704;
	display:block;
	padding:0 0 20px 10px;
}

#colunaOito div.cotaDiamante{
	height:230px;
	margin-right:20px;
}

#colunaOito div.cotaDiamante img{
	padding:10px;
}

#colunaOito div span{
	color:#7a1704;
	font-weight:bold;
	padding:10px;
	display:block;
}

#colunaOito div.cotaOuro{
	height:230px;
	margin-right:20px;
}

#colunaOito div.cotaOuro img{
	padding:10px;
}

#colunaOito div.cotaPrata{
	height:230px;
}

#colunaOito div.cotaPrata img{
	padding:10px;
}

#colunaOito div.cotaBronze{
	clear:both;
}

#colunaOito div.cotaBronze img{
	padding:10px;
}

#rodape span{
	color:#7a1704;
	font-weight:bold;
	display:block;
	padding:0 0 0 560px;
}

#rodape img{
	position:absolute;
}


#fotos ul {
	overflow: hidden;
}

#fotos li {
	background-color: pink;
	float: left;
	height: 200px;
	margin: 10px;
	width: 200px;
}

#fotos li a {
	display: block;
	height: 100%;
	width: 100%;
}

#fotos li[data='1'] {
	background: url(../imagens/fotos/01.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='2'] {
	background: url(../imagens/fotos/02.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='3'] {
	background: url(../imagens/fotos/03.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='4'] {
	background: url(../imagens/fotos/04.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='5'] {
	background: url(../imagens/fotos/05.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='6'] {
	background: url(../imagens/fotos/06.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='7'] {
	background: url(../imagens/fotos/07.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='8'] {
	background: url(../imagens/fotos/08.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='9'] {
	background: url(../imagens/fotos/09.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='10'] {
	background: url(../imagens/fotos/10.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='11'] {
	background: url(../imagens/fotos/11.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='12'] {
	background: url(../imagens/fotos/12.jpg) no-repeat center;
	background-size: cover;
}

#fotos li[data='13'] {
	background: url(../imagens/fotos/13.jpg) no-repeat center;
	background-size: cover;
}