@charset "utf-8";
/* CSS Document */

/* Viagem.php*/
body{
	text-align:center;
	background:#B2B2B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px auto;
}
img{
	padding-bottom:10px;
}
.titulo{
	width:100%;
	background:url(../images/fundo_titulos.gif) repeat-x top;
	font-size:13px;
	font-weight:bold;
	color:#0099FF;
	padding:2px 0px 2px 0px;
}
.valor{
	font-size:13px;
	font-weight:bold;
	color:#0099FF;
	padding:2px 0px 2px 0px;
}
.descricao{
	font-weight:bold;
	padding-top:5px;	
}
#mestre{
	width:750px;
	margin:0px auto;
	display: block;
}
.fotos_esquerda{
	position:relative;
	height:400px auto;;
	float:left;
	width:160px;
	padding:15px 2px 8px 10px;
	background-image: url(../images/fundo_inferior.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CCCCCC;
	border-top:inset black 1px;
	border-bottom:inset black 1px;
}
.fotos_direita{
	margin:auto;
	float:right;
	width:160px;
	padding:15px 2px 8px 10px;
	background-image: url(../images/fundo_inferior.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CCCCCC;
	border-top:inset black 1px;
	border-bottom:inset black 1px;
}
#roteiro{
	margin:0 180px;
	text-align:left;
}
#rodape{
	background:url(../images/fundo_inferior.gif) repeat-x;
	width:750px;
	height:15px auto;
	margin:auto;
	clear:both;
}
#fundo{
	width:100%;
	background:url(../images/fundo%20viagem.gif) repeat-y center #B2B2B2;
}
.clear{clear:both;}
