@charset "utf-8";

/*
//	PROJECT:		ANDARILHO TURISMO
//	DATE:			03/10/2009
//	AGENCY:			RICTORRES.COM.BR
*/

/* ------------------------------------ */
/*                                      */
/*                GERAL                 */
/*                                      */
/* ------------------------------------ */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #e6f5ff url('../img/bg.jpg') top center no-repeat;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	cursor: default;
}

#geral {
	margin: 0 auto;
	width: 980px;
	height: auto;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 

.clearfix { 
	display: inline-block; 
} 

html[xmlns] .clearfix { 
	display: block; 
} 

* html .clearfix { 
	height: 1%; 
}

p.normal {
	margin: 6px 0;
}

p.spaced {
	margin-bottom: 20px;
}

img {
	border: 0;
}

.none {
	display: none;
}

.negrito {
	font-weight: bold;
}

ul {
	list-style: none;
}

a {
	color: #06659b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.aleft {
	float: left;
}

.aright {
	float: right;
}

.tcenter {
	text-align: center;
}

.red {
	color: red;
}

.size16 {
	font-size: 16px;
}

.upper {
	text-transform: uppercase;
}




/* ------------------------------------ */
/*                                      */
/*                TOPO                  */
/*                                      */
/* ------------------------------------ */


#topo {
}




/* ------------------------------------ */
/*                                      */
/*              BANNER                  */
/*                                      */
/* ------------------------------------ */


#banner {
	position: relative;
	width: 976px;
	height: 270px;
	border: 1px solid #fff;
	clear: both;
	padding: 1px;
	background: url('../img/loading3.gif') center center no-repeat;
}

#banner1,
#banner2,
#banner3,
#banner4 {
	position: absolute;
	width: 976px;
	height: 270px;
}




/* ------------------------------------ */
/*                                      */
/*              CONTEUDO                */
/*                                      */
/* ------------------------------------ */


#conteudo {
	margin: 0 20px;
}

#conteudo #breadcrumbs {
	margin: 13px 13px 0;
	font-size: 11px;
}

#conteudo #sec {
	margin: 23px 0 0;
}

#conteudo #sec span.separador {
	width: 100%;
	height: 5px;
	clear: both;
	display: block;
	background: url('../img/separador-big.png') no-repeat;
	margin: 10px 0;
}

#conteudo #sec h2.titulo {
	color: #2086c0;
	font: normal 26px Tahoma, Verdana, sans-serif;
	padding: 0 12px;
}

#conteudo #sec #inner {
	padding: 10px 15px;
}

#conteudo #sec #inner p {
	font-size: 13px;
}

#conteudo #sec #inner .iframes {
	border: 1px dashed #aaa;
	margin-top: 35px;
}

#conteudo #sec #inner h3 {
	font: normal 20px Tahoma, Verdana, sans-serif;
	margin-bottom: 10px;
}

#conteudo #sec #inner h4 {
	font: normal 16px  Tahoma, Verdana, sans-serif;
	margin: 10px 0;
}

#conteudo #sec #inner div.aright {
	text-align: right;
}

#conteudo #sec #inner ul.lista {
	list-style: disc;
	margin: 15px 0 15px 14px;
}

#conteudo #sec #inner ul.lista li {
	margin-bottom: 6px;
}

#conteudo #sec ul.gallery {
	margin: 20px 0;
}

#conteudo #sec ul.albums li {
	margin: 0 95px 45px 0;
	float: left;
}

#conteudo #sec ul.photos li {
	margin: 0 35px 25px 0;
	float: left;
}

#conteudo #sec ul.albums li {
	width: 200px;
	text-align: center;
}

#conteudo #sec ul.photos li {
	width: 140px;
	text-align: center;
}

#conteudo #sec ul.gallery li a img {
	border: 4px solid #bbb;
}

#conteudo #sec ul.gallery li a:hover img {
	border: 4px solid #999;
}

#conteudo ul.social {
	
}

#conteudo ul.social li {
	float: left;
	margin-right: 15px;
}




/* ------------------------------------ */
/*                                      */
/*            RODAPE                    */
/*                                      */
/* ------------------------------------ */


#rodape {
	width: auto;
	height: 163px;
	margin-top: 50px;
	background: url('../img/rodape-bg.jpg') top center no-repeat;
}

#rodape #inner {
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px;
}

#rodape #inner p.endereco {
	float: left;
	width: auto;
	text-align: left;
	color: #000;
	font-size: 12px;
	padding: 28px 0 0 0;
}

#rodape #inner a.rictorres {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin-top: 29px;
	background: url('../img/rictorres.png') no-repeat;
}

#rodape #inner a.rictorres:hover {
	background-position: 0 -30px;
}