/* ====================================================================================================================================== */
/*  www.emtempo.com.br                                                                                                                      */
/*  estilo basico                               																						  */
/*  criado em : 24/09/2005                     																					 		  */
/*  desenvolvido por: Juan Hafliger            																						   	  */
/*                                             																							  */
/* ====================================================================================================================================== */
/* Todo o conteudo textual, os graficos, imagens e fotografias especificas usadas  											              */
/* neste website sao propiedade registrada da Em Tempo Turismo Ltda. Copyright  www.emtempoturismo.com.br 2005-2006. 				      */
/* Fique a vontade para aprender css com este documento, mas nao roube o design, layout ou os graficos e fotos registradas.               */
/* Se voce viu algum site utilizando nossas imagens e/ou layout, por favor entre em contato (55 21 8618 0215). Obrigado.                  */
/* ====================================================================================================================================== */

/* TAGS BASICAS */
/* ================================================== */
a { color: #002f5d; font-weight: bold; text-decoration: none; }
a:link,a:visited,a:active {text-decoration : none;} 
a:hover {color: #005bb4; text-decoration : underline;} 

h1 { font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 1.0em; color: #005bb4; text-transform: uppercase; margin: 0px;}
h2 { font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 1.3em;  color: #333333; margin: 0; color: #333333; margin: 0px;}
h4 { font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1em; margin: 0; color: #555555; }
h5 { font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 1.0em; margin: 0; }
 
p {	font-size: 1.0em; line-height: 1.3em; padding: 0px; margin: 0px; text-align: justify;}

img { border: 0; }

hr { border: none; border-top: 1px solid #E0E4DC; margin: 20px 0;  }

.clear {clear: both;}

.text_bold { font-weight: bold;}

.text10 { font-weight: bold; font-size: 0.7em; color: #333333;}

.caixa_alta {text-transform: uppercase;}

fieldset { margin-bottom: 12px; border: 1px solid #dddddd; padding: 0.25em 0.5em; background: #ffffff url(bg_fielset.gif) repeat-x  0px bottom; }

legend{	margin-bottom: 0.5em; border: 1px solid #dddddd; padding: 0.25em 0.5em; font-weight: bold; color: #585858;}

input.index {border: 1px solid #cacaca; width: 169px;}

dd,dl {margin: 0px; padding: 3px;}

fieldset.destaques { margin-bottom: 1em; border: 1px solid #dddddd; padding: 0.25em 0.5em; background: #ffffff url(bg_fielset.gif) repeat-x  0px bottom; }
fieldset.destaques ul{ margin: 0; padding: 0; list-style: none;	text-align: left;}
fieldset.destaques ul li{ display: block; padding: 3px 10px 3px 13px; margin: 0px 0px 0px 5px; background: url(seta.gif) no-repeat left center; }
fieldset.destaques ul li a { color: #002f5d; text-decoration: none;}
fieldset.destaques ul li a:hover { color: #005bb4;}

fieldset.tarifas { margin-bottom: 1em; border: 1px solid #dddddd; padding: 0.25em 0.5em; background: #ffffff url(bg_fielset.gif) repeat-x  0px bottom; }


form {margin: 0px; padding: 0px;}
/* ================================================== */
body{
	color: #333;
	font: 70% Tahoma, Helvetica, Arial, sans-serif;
	background: #243C6F url(bg_body.gif) repeat-x top;
	margin: 0px;
	}
	
/* ============================== */
/*          DIVS BASICAS          */
/* ============================== */
#desktop{ margin: 0px auto; width: 740px;}
	
#headers{
	float: left;
	width: 740px;
	height: 224px;
	padding: 0px;
	background: #e0e5d2 url(bg_header_index.jpg) no-repeat center top;
	margin-top: 10px;
}
#container {float: left; width: 720px; margin: 0px; padding: 10px 10px 0px 10px; background: #ffffff;}

#footer {float: left; margin: 0px; padding: 19px 10px 10px 10px; background: #4b67a0 url(footer_content.gif) no-repeat center top; width: 720px; color: #7B92C1; }
#footer ul {padding: 0px; margin: 0px 0px 5px 0px;}
#footer ul li { display: inline; padding: 3px; margin: 0px; }
#footer ul li a { color: #7B92C1; text-decoration: none; }
#footer ul li a:hover { color: #fff; }
/* =========== bases novas =============== */
/* CSS Document */

.caja{width: 160px; margin: 0px 12px 10px 0px; padding: 5px 0px; float: left; background: #fbfbfb;}
.caja_dir{width: 160px; margin: 0px 0px 10px 0px; padding: 5px 0px; float: left; background: #fbfbfb;}

.caja_foto, a.caja_foto { float: left; border: 3px solid #F1F1F1; background-color: #FFF; padding: 2px; margin: 0 0 4px;} 
a.caja_foto:hover {border: 3px solid #999999;}

/* coluna esquerda */
#col_esquerda {
	float: left;
	width: 200px;
	margin: 0px;
	background: #ffffff;
	padding: 0px;

}
#col_direita {
	float: left;
	width: 507px;
	background: #fff;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
/* ========================== content ========================= */
#header_content{
	float: left;
	width: 740px;
	padding: 0px;
	background: #e0e5d2 url(header_content.jpg) no-repeat center top;
	margin-top: 10px;
}
#publicidade { margin: 15px; }
