﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial,verdana,tahoma,helvetica;
	font-size: 13px;
	/*background-color: #d92128; */
}

#cabecalho {
	width: 100%;
	background-color: #fdba3f;
	height: 30px;

}
#cabecalhomenu {
	margin: 0 auto;
	width: 950px;
	height: 30px
}

#conteudo {
	clear:both;
	width: 100%;
	background-color: white;
	min-height: 800px;
	height: auto !important;
}

#topo {
	clear:both;	
	margin: 0 auto;
	width: 950px;
	height: 159px;
}

#miolo {
	margin: 0 auto;
	width: 950px;
	min-height: 550px;
	_height: 550px;	
	height: auto;
	margin-top: 15px;
}

#texto {
	float:left;
	width: 520px;
	margin-right: 15px;
}

#colunaDireita {
	float: right;
	width: 410px;
}

#fotos {
	float:right;
	width: 410px;
	/*border: 1px #E01D23 dashed;*/
	padding: 8px 0px;
	background-color: #FEBA3F;
	margin-bottom: 15px;
}

#chamadaVideo {
	float:right;
	width: 386px;
	/*border: 1px #E01D23 dashed;*/
	padding: 5px 10px;
	background-color: #FEBA3F;
	margin-bottom: 15px;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	border:2px solid #F36526;
}


#video {
	margin: 0 auto;	
	float:right;
	width: 380px;
	padding: 8px 0px;
	margin-left: 30px;
}

#rodape {
	clear:both;
	color: #f26522;
	width: 100%;
	text-align: center;
	margin-top: 35px;
	font-size: 11px;
	/*height: 100px;
	background: white url('images/fdRodape.png') repeat-x;
	padding-top: 3px;
	position: static;
	*/
}

p {
	padding-bottom: 10px;
}

.titTourVirtual {
	float: left;
	margin-left: 8px;
	margin-bottom: 5px;
	color: #FFF; 
	font-size: 20px; 
	font-weight: bold;
}

.divBtTour {
	float:right;
	margin-right: 8px;
	width: 170px;
	
}
.btTour {
	padding: 3px;
	background-color:#F26422;
	font-size:11px;
	color: #FFF;
	text-align:center;
	text-decoration: none;


	
}
.btTour1 {
	padding: 8px;
	background-color:#F26422;
	font-size:15px;
	color: #FFF;
	text-align:center;
	text-decoration: none;


	
}


.txtTitulo {
	float: left;
	color: #F36526;
	font-size: 18px;
	margin-bottom: 12px;
}

.color1 {
	color: #F36526;
}

/* ================================================================ 
Menu CSS
=================================================================== */
ul#menu
{
	clear: both;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:950px; 
	position: relative;
	display:block;
	height: 28px;
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana,Tahoma,Helvetica;
	/*border-bottom: 1px solid #C1C1C1;
	border-top: 1px solid #FFF;*/
	background-image: url('../images/back_menu.png');
	background-repeat: repeat-x;
	background-position: left 1%;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	/*font-weight:bold;*/
	padding:8px 16px 0 16px;
}
	
ul#menu li a:hover
{	
	color:#FFF;
	height:15px;
	background:url('../images/back_menu.png') no-repeat 0px -30px;
}
	

ul#menu li a.current
{
	display:inline;
	height:20px;
	background:url('../images/back_menu.png') no-repeat 0px -30px;	
	float:left;
	margin:0;
	/*color:#4469a0;*/
	color:#FFF;

}



/*------------MENU-----------------*/


