@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#036;
	font-weight:bold;
}

a {
	color:#336;
	text-decoration:none;
}

a:hover {
	color:#06C;
}

html, body {height:100%;} /**/


		
body {
	padding: 0;
	margin: 0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	background:#057BFF url(images/bg_all2.jpg) repeat-x;
	color:#066;
	line-height:15px;

}

.submit {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#09C;
	border: 0;
}

.unidades{
	padding-left:10px;
	font-weight:bold;
	color:#006;
	font-size:10px;
}

.fones {
	font-weight:bold;
	color:#036;
	font-size:12px;
}

.texto {
	padding:10px;
}

.texto td li {
	margin-left:15px;
	list-style-type:circle;
}




#tudo {
	position:relative;
	width: 1024px;
	min-height:100%;/**/
	margin:0 auto;
}
	* html #tudo {height: 100%;} /**/

/* Propriedades Topo */
#topo {
	float:left;
	width:100%;
	height: 118px;
}

#logo {
	float: left;
	background-image:url(images/logo.png);
	width:347px;
	height:114px;
}

#topo_fones {
	float:right;
	margin-top:98px;
	margin-right:5%;
}

/* propriedade menu */

#menu {
	float:left;
	width:976px;
	height:46px;
	background-image:url(images/bg_butao.png);
	background-repeat:repeat-x;
	text-transform: uppercase;
    line-height: 46px;
	font-size:12px;
	margin-bottom:10px;
}
#menu_img_left {
	background-image:url(images/bg_menu_esq.png);
	float:left;
	height:46px;
	width:24px;
}

#menu_img_dir {
	background-image:url(images/bg_menu_dir.png);
	float:left;
	height:46px;
	width:24px;
}

#menu ul {
			margin-left:7%;
}

#menu li {
	text-align:center;
	list-style:none;
	width:142px;
	height:46px;
	float:left;
	background-image:url(images/bg_butao.png);
	background-repeat:repeat-x;
	list-style:none;
	padding-left:1px;
}

#menu li a {
	font-family:Verdana, Geneva, sans-serif;
    color:#FFF;
    text-decoration:none;
    display:block;
}

#menu li a:hover {
	background-image:url(images/bg_botao2.png);
	font-size:13px;
}
	
/* propriedade conteudo */

#conteudo {	
	font-size:12px;
	text-align:justify;
}

#conteudo_right {
	width:222px;
	float:left;
}

#conteudo_left {
	width:800px;
	float:left;
}

#reserva {
	margin-left:2px;
	float:left;
	width:220px;
}


#reserva_topo2{
	float:left;
	background-image:url(images/reserva_topo3.png);
	width:220px;
	height:39px;
}

#reserva_meio {
	color:#300;
	font-weight:bold;
	width:220px;
	float:left;
	background-image:url(images/reserva_meio3.png);
	height:131px;
}

#reserva_meio input {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	background-color:#09C;
	border: 1px solid #006;
}

#reserva_meio select {
	background-color:#09C;
	border: 1px solid #006;
	color:#FFF;
}

#reserva_fim {
	float:left;
	width:220px;
	height:13px;
    background-image:url(images/reserva_fim3.png);
}

#banner {
	margin-left:4px;
	float:left;
	width:780px;
	height:205px;

}

#promocoes {
	margin-top:10px;
	margin-left:2px;
	float:left;
	width:222px;
}


#promocoes_topo{
	float:left;
	background-image:url(images/promo_topo2.png);
	width:220px;
	height:39px;
}


#promocoes_meio {
	color:#300;
	font-weight:bold;
	width:220px;
	float:left;
	background-image:url(images/promo_meio2.png);
	height:131px;
}

#promocoes_fim {
	float:left;
	width:220px;
	height:13px;
	background-image:url(images/promo_fim2.png);
	background-repeat:no-repeat;
}

#promocoes_meio img {
	width:200px;
	float:left;
	height:130px;
	margin-left:10px;
}


#bemvindos {
	margin-top:5px;
	width:350px;
	height:200px;
	float: left;
}

#bemvindos_topo {
	width:350px;
	height:23px;
	background-image:url(images/bemvindos.png);
	background-repeat:no-repeat;
}
#bemvindos_meio {
	margin-left:10px;
	width:350px;
	height:135px;
	left:4px;
	text-align:justify;
}

#noticias {
	margin-left:15px;
	width:200px;
	height:150px;
	float: left;
}

#noticias_topo {
	width:200px;
	height:23px;
	background-image:url(images/noticias.png);
	background-repeat:no-repeat;
}
#noticias_meio {
	padding-left:4px;
	width:200px;
	height:177px;
	text-align:justify;
	word-wrap: break-word;
}

#clientes {
	width:200px;
	height:160px;
	float: left;
		
}
#clientes_topo {
	width:200px;
	height:23px;
	background-image:url(images/clientes.png);
	background-repeat:no-repeat;
}
#clientes_meio {
	margin-left:5px;
	width:200px;
	height:130px;
}

#footer {
	float:left;
	width:100%;
	height:70px;
	background-image:url(images/bg_rodape.jpg);
	text-align:center;
	color:#09C;
	font-size:12px;
	padding-top:10px;
}

#footer a {
	text-decoration:none;
	color:#C90;
}

#footer a:hover {
	color:#F90;
}
/* Calendario */
    .dia {font-family: helvetica, arial; font-size: 8pt; color: #FFFFFF}
    .data {font-family: helvetica, arial; font-size: 8pt; text-decoration:none; color:#191970}
    .mes {font-family: helvetica, arial; font-size: 8pt}
    .Cabecalho_Calendario {font-family: helvetica, arial; font-size: 10pt; color: #000000; text-decoration:none; font-weight:bold}
/* fim calendario */

