/* CSS Document - layout.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}
#frame {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	text-align: left;
	margin-top: 10px;
}
#molduraTop {
	background-image: url(../imagens/topo.gif);
	background-repeat: no-repeat;
	width: 955px;
	height: 204px;
}
#main {
	width: 955px;
	background-image: url(../imagens/fundo_vertic.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#mainFinal {
	clear: both;
	height: 1px;
	font-size: 0px;
}
#lateral {
	width: 226px;
	float: left;
}
#lateralTop {
	height: 32px;
	width: 226px;
	background-image: url(../imagens/lateral_top.gif);
	background-repeat: no-repeat;
	background-position: 30px;
}
#lateralCityr {
	height: 42px;
	width: 226px;
	background-image: url(../imagens/lateral_cityr_fundo.gif);
	background-repeat: no-repeat;
	background-position: 30px;
}
.lateralCaixa {
	width: 226px;
	height: 370px;
	background-image: url(../imagens/lateral_fundo.gif);
	background-repeat: repeat-y;
	background-position: 30px;
}
#lateralBus {
	width: 176px;
	background-image: url(../imagens/lateral_fundo.gif);
	background-repeat: repeat-y;
	background-position: 30px;
	padding-left: 50px;
}
#lateralSep {
	height: 18px;
	width: 226px;
	background-image: url(../imagens/lateral_sep.gif);
	background-repeat: no-repeat;
	background-position: 30px;
}
#lateralBase {
	height: 18px;
	width: 226px;
	background-image: url(../imagens/lateral_base.gif);
	background-repeat: no-repeat;
	background-position: 30px;
}
#lateralAdress {
	padding: 5px 0px 0px 20px;
	position: relative;
	top: 10px;
	left: 30px;
	width: 176px;
	height: 193px;
	background: transparent url(../imagens/lateral_adress.gif) no-repeat 0px 0px;
}
#lateralAdress h3 {
	margin: 10px 0px 0px 0px;
	color: #CC3500;
	font-size: 0.9em;
	font-weight: bold;
	}
#lateralAdress h4 {
	margin: 0px 0px 30px 0px;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	}
#contentsHome {
	float: left;
	width: 684px;
	height: 275px;
	background-image: url(../imagens/home_fundo.gif);
	background-position: 14px 0px;
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-top: 3px;
}
#contents {
	float: left;
	width: 695px;
}
#contentsTop {
	height: 32px;
	width: 695px;
	background-image: url(../imagens/content_top.gif);
	background-repeat: no-repeat;
	background-position: 14px;
}
#contentsCaixa {
	width: 645px;
	background-image: url(../imagens/content_fundo.gif);
	background-repeat: repeat-y;
	background-position: 14px;
	padding-left: 50px;
}
#textos {
	width: 350px;
	float: left;
	margin-bottom:20px;
}
#textos p {
	font-size:12px;
	text-align:left;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
#textos h1 {
	font-size:18px;
	text-align:left;
	text-decoration:none;
	text-indent:10px;
	font-weight:bold;
	color: #cc3500;
	word-spacing: normal;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Box do template de maps */
#contentsCaixa_map {
	width: 670px;
	background-image: url(../imagens/content_fundo.gif);
	background-repeat: repeat-y;
	background-position: 14px;
	padding-left: 35px;
}
#maps {
	width: 640px;
	float: left;
	padding-left:0px;
}
#maps h1 {
	font-size:18px;
	text-align:left;
	text-decoration:none;
	text-indent:10px;
	font-weight:bold;
	color: #cc3500;
	word-spacing: normal;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* End da Box do template de maps */

/* Box do template de indices */
#contentsCaixa_map {
	width: 670px;
	background-image: url(../imagens/content_fundo.gif);
	background-repeat: repeat-y;
	background-position: 14px;
	padding-left: 35px;
}
#indices {
	width: 640px;
	float: left;
	padding-left:20px;
}
#indices h1 {
	font-size:18px;
	text-align:left;
	text-decoration:none;
	text-indent:10px;
	font-weight:bold;
	color: #cc3500;
	word-spacing: normal;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Listas */

.menuTourFoto {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	border:none;
}
.menuTour {
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
	display: block;
	height: 100px;
	width: 580px;
	padding-right: 5px;
}
a.menuTour {
	color: #000000;
	text-decoration: none;
	height: 100px;
	width: 580px;
	font-size:11px;
}
a.menuTour:hover {
	color: #000000;
	text-decoration: none;
	height: 100px;
	width: 580px;
	background-color: #F0F0F0;
}
.menuTourTit {
	font-size: 16px;
	color:#DE8900;
	font-weight:bold;
}
.menuTourX {
	line-height: 18px;
	margin-top: 15px;
	height: 170px;
	width: 280px;
	margin-right: 10px;
	float: left;
}
a.menuTourX {
	color: #000000;
	text-decoration: none;
	height: 180px;
	width: 280px;
}
a.menuTourX:hover {
	color: #000000;
	text-decoration: none;
	height: 180px;
	width: 280px;
	background-color: #F0F0F0;
}

/* End da Box do template de indices */


#fotos {
	width: 250px;
	height: 485px;
	margin-top:55px;
	margin-bottom:20px;	
	margin-left: 25px;
	float: left;
	overflow: visible;
}
#contentsBase {
	height: 18px;
	width: 695px;
	background-image: url(../imagens/content_base.gif);
	background-repeat: no-repeat;
	background-position: 14px;
}
#rodape {
	background-image: url(../imagens/base.gif);
	background-repeat: no-repeat;
	width: 955px;
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.clear {
	clear: both;
}

.red_txt {
	color: #CC3500;
	font-weight: bold;
}
