/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

img {
	border: 0;
	background-position: center;
	margin-top: 12px;
	margin-bottom: 12px;
}

p{
	margin-top: 12px;
}
td{
	padding: 4px;
}
hr{
	background-color: #B7FFB7;
	height: 2px;
	margin-bottom: 16px;
	margin-top: 16px;
}
html{
	margin:0;
	padding:0;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	height: 100%;
	background-color: #065E24;
	overflow: hidden;
}
* {padding:0px;margin:0px;}
body {
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */
	height: 100%;
}

a {
	text-decoration: underline;
	color: #006600;
}

/*li{
	list-style: none;
	float: left;
}
*/
ol{
	margin-top: 0px;
	margin-left: 24px;
}

#site {
	width: 967px;
	height: 100%;
	margin:0 auto;
	padding: 0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	border: 0;
	
}
#conteudo {
	/*background-color: #ffffff;*/
	width: 767px;
	height: auto;
	float: left;
	background-color: #FFFFFF;/*	border: 1px solid #666666;
*/}
#lateral{
	float: right;
	width: 200px;
	background-image: url(imagens/lateral1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 570px;
}

#topo{
	background-image: url(imagens/topo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:80px;
}
#menu{
	float: left;
	height: 474px;
	width: 192px;
	padding: 8px;
	background-color: #FFFFFF;/*	background-image: url(imagens/fundo_menu.jpg);*/
	position:relative;
}
#texto{
	float: right;
	/*background-image: url(imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 527px;
	height: 458px;
	overflow: auto;
	background-color: #FFFFFF;
}
#logos{
	top: 4px;
	width: 176px;
	left: 16px;
	height: 120px;
	float: left;
	text-align: left;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	margin-top: 12px;
}
.destaque{
	color: #006600;
	font-weight: bold;
	margin-top: 12px;
}
.programas{
	font-weight: bold;	
	font-size: 12px;
	margin-top: 12px;
}
.foto_direita{
	float: right;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
}
.foto_esquerda{
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.important{
	color: #990000;
	font-weight: bold;
	margin-top: 24px;
	font-size: 12px;
}
.reserva{
	border: thin dotted #666666;
	padding: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.notes{
	font-size: 9px;
}
.red{
	color: #990000;
}