/* CSS Document */

/* estrutura */
* {
	margin: 0;
}
html, body {
	height: 100%;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#dee7f6;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

.scroll_checkboxes {
	position:relative;
	float:right;
	font-weight:normal;
	background-color:#dee7f6;
	width:310px;
    height: 70px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #4d103a;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*SLIDESHOW*/
ul.ppt {
	position: relative;
	width:120px;
	height:60px;
	border: none;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	border: none;
	top: 0;
	left: 0;
}

.ppt img {
	border: none;
	padding: 0;
}
.ppt a {
	border: none;
	padding: 0;
}

.geral {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -330px; /* the bottom margin is the negative value of the footer's height */
	width:100%;
}
.miolo {
	width:900px;
	padding-top:0px;
	margin:0 auto;
}
.rodape, .push {
	height: 330px; /* .push must be the same height as .footer */
	clear: both;
}
.rodape {
	width:100%;
	background-image:url(../elementos/bau_rodape.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:330px;
}

.conteudo {
	width:408px;
	float:right;
	margin-top:-120px;
}

/* objetos*/
#cabeza {
	width:900px;
	background-image: url(../elementos/logo.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:300px;
	margin:0 auto;
}

#logolink { 
	display: block; 
	height: 150px; 
	width: 460px; 
	background-image: url(../elementos/logo.jpg) no-repeat left top; 
}

#menuer {
	position:absolute;
	width:300px;
	height:108px;
	top: 185px;
	padding-left:192px;
	z-index:10;

}
#loger {
	position:absolute;
	width:180px;
	height:80px;
	top: 50px;
	padding-left:720px;
}
#noticiar {
	position:absolute;
	width:450px;
	height:80px;
	top: 60px;
	left:437px;
}
#patroner {
	color:#c4881a;
	position:absolute;
	width:264px;
	height:90px;
	padding-left:64px;
	top: 370px;
	z-index:1;
}
#apoior {
	color:#c4881a;
	position:absolute;
	width:194px;
	height:90px;
	margin-left:64px;
	top: 460px;
	z-index:1;
}
#turismor {
	color:#c4881a;
	position:absolute;
	width:130px;
	height:90px;
	margin-left:192px;
	padding-left:24px;
	top: 370px;
	z-index:1;
}
#realizar {
	color:#c4881a;
	position:absolute;
	width:146px;
	height:120px;
	margin-left:192px;
	text-align:right;
	vertical-align:top;	
	top: 460px;
	z-index:1;
}
.titreal {
	padding:0px 0 0 24px;
	text-align:left;
}

/* textos */
.sessao {
	font-size: 15px;
	color: #4D103A;
	font-weight: bold;
}

h1 {
	font-size: 15px;
	color: #4D103A;
	font-weight: bold;
}

.titulo {
	font-size: 14px;
	color:#333333;
	font-weight: bold;
}

.chamada {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.negrito {
	font-weight: bold;
}

.hora {
	color:#000000;
	margin-left:-40px;
	margin-top:15px;
	position: absolute;
}

a:link {
	color: #4d103a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #4d103a;
}
a:active {
	text-decoration: none;
}

.vermelho {
	color: #4d103a;
}

.branco {
	color: #ffffff;
}

/* forms */
.caixa_input {
	background-color: #DEE7F6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #4d103a;
	border-right-color: #4d103a;
	border-bottom-color: #4d103a;
	border-left-color: #4d103a;
	border: 1px solid #4d103a;

}
.moderador {
	width:100px; 
	text-align:right; 
	float:left; 
	clear:left; 
	padding:3px 0 0 0;}

.formulario_info {
	color: #000000;
	font-weight: bold;
}
.vaza {
	margin-top:4px;
	border-bottom: 1px solid #4d103a;

}

#tweet-container ul {
	text-align:right;
	border:none;
	}
#tweet-container li {
	border:none;
	}
#tweet-container ul a {
	border:none;
	color: #4d103a;
	text-decoration: none;
	}
#tweet-container ul a:hover {
	border:none;
	color: #4d103a;
	text-decoration: underline;
	}

