@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
body{
	margin:0 auto;
	text-align:center;
	background: #f0f2f8 url(../_img/bg_geral.jpg) top left repeat-x;
}
#tudo{
	width:970px;
	margin:0 auto;
	text-align:left;
}
#topo{
	width:970px;
	height:282px;
	background:url(../_img/topo_.jpg) no-repeat;
}
#topo #flash{
	width:455px;
	height:220px;
	margin-top:30px;
	float:left;
}
#conteudo{
	width:970px;
	padding:10px;
	background:#dfe8f8 url(../_img/topo_inf.jpg) 0 top no-repeat;
	margin:0 auto;
}
h1{
	font:26px "myriad Pro", georgia, Arial, sans-serif;
	font-weight:bold; 
	color:#0374a3;
	text-align:left;
	text-indent:70px;
	line-height:70px;
	padding:5px;
	width:970px;
	height:75px;
}
h1.diaum{background: url(../_img/botao_dia_um.png) left center no-repeat;}
h1.diadois{background: url(../_img/botao_dia_dois.png) left center no-repeat;}
h1.diatres{background: url(../_img/botao_dia_tres.png) left center no-repeat;}
h1.diaquatro{background: url(../_img/botao_dia_quatro.png) left center no-repeat;}
h1.diacinco{background: url(../_img/botao_dia_cinco.png) left center no-repeat;}
h1.diaseis{background: url(../_img/botao_dia_seis.png) left center no-repeat;}
h1.diasete{background: url(../_img/botao_dia_sete.png) left center no-repeat;}
h1.diaoito{background: url(../_img/botao_dia_oito.png) left center no-repeat;}
#icones img{float:right;}
#icones{margin-bottom:20px;}

p{
	font:16px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	text-align:left;
	line-height:25px;
	color:#575757;
}

#conteudo p{
	font:16px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	text-align:left;
	line-height:25px;
	color:#575757;
}
.pultimo{
	margin-bottom:20px;}
hr{
	color: #ccc;
	margin:10px 0;}
/*===============FOTOS*/

#conteudo img.foto{
	border:2px solid #0374a3;
	margin:20px 0 10px 100px;
	text-align:center;
}

#conteudo #galeriadiaum{
	width:965px;
	height:306px;
	padding:10px 0;
}

/*===============SERVIÇOS*/
#servicos{
	width:600px;
	margin-top:30px;
	background:#DFE8F8;
	border:1px solid #ccc;
	padding:10px;
}
h1.servicos{
	text-indent:40px;
	width:400px;
	background: url(../_img/servicos.png) left center no-repeat;}
#servicos ul, #servicos ul li{list-style:none;}
#servicos ul li{
	font:14px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	text-align:left;
	line-height:25px;
	text-indent:30px;
	color:#575757;
	background:url(../_img/servicos-li.png) left center no-repeat;
}

/*===============PASSEIOS*/
#passeios{
	margin-top:10px;
	background:#DFE8F8;
	border:1px solid #ccc;
	padding:10px;
}
h1.passeios{
	text-indent:40px;
	width:400px;
	background: url(../_img/passeios.png) left center no-repeat;}
#passeios ul, #passeios ul li{list-style:none;}
#passeios ul li{
	font:14px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	text-align:left;
	line-height:25px;
	text-indent:30px;
	color:#575757;
	background:url(../_img/servicos-li.png) left center no-repeat;
}

/*===============DIVS FORMULÁRIO*/

#formViagem{
	float:right;
	width:310px;
	height:285px;
	padding:10px;
	margin-top:-306px;
	background:#c7d5ee;
	border:1px solid #ccc;
}
#formViagem h2{
	font:22px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	text-align:center;
	font-weight:bold;
	color:#0374a3;
	margin-top:-5px;
}
#formViagem h3{
	font:22px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	text-align:center;
	margin:10px 0;
	border:1px solid #000;
	color:#900;
	font-weight:bold;
}
#formViagem p{
	line-height:normal;
	margin-bottom:15px;
}
#formViagem form{
	line-height:normal;
	text-indent:0;
	font:12px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	color:#575757;
}
#formViagem input{ margin-bottom:5px;}
/*===============RODAPE*/

#rodape p{
	margin:20px 0;
	font:12px "trebuchet MS", "Tw Cen MT", Arial, sans-serif;
	text-align:center;
	line-height:25px;
	color:#575757;
}
#rodape p a{
	color:#0374a3;
	text-decoration:underline;}


/*===============DIV FIXA*/
#logoTiapenha{
	width:200px;
	height:250px;
	position:fixed;
	left:1030px;
	top:0;
	z-index:100;
}
#logoTiapenha img.logo{
	float:right;}
	

