@charset "utf-8";

/* CSS Global */
*{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

body {
	background-color: #572504;
	background-image:url(images/onlinesites_01.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Fim CSS Global */

/* CSS Formulário */

/* Fim CSS Formulário */

/* IDs */
#topo {
	background-image:url(images/onlinesites_b01.gif);
	background-repeat:no-repeat;
}

#fundotabela{
	background-color:#652F09;
}

#fundomenu{
	background-image:url(images/onlinesites_03.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width: 185px;
}

#menu{
	background-image:url(images/onlinesites_04.jpg);
	background-repeat:repeat-y;
	width: 185px;
	height: 25px;
}

#comochegar{
	background-image:url(images/onlinesites_05.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 185px;
	height: 98px;
}

#cafe{
	background-image:url(images/onlinesites_06.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 185px;
	height: 93px;
}

#copy{
	background-image:url(images/onlinesites_07.jpg);
	background-repeat:repeat-x;
	height: 76px;
}
/* Fim IDs */

/* Links */
a {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;;
}
a:hover {
	text-decoration: none;
	color: #FF9A07;
}
a:active {
	text-decoration: none;
	color: #FF9A07;
}
#menuAtivo {
	color: #FF9A07;
}
/* Fim Links */

/* Classes */
.Copy{
	font-size: 10px;
	text-align:center;
}

.Menu{
	font-size: 16px;
	font-weight:bold;
}
.Hotel {
/*	font-weight: bold;*/
}
.AutorDepo {
	text-align: left;
	font-style:italic;
	font-size: 12px;
	color: #FF9A07;
	font-weight:bold;
}
.Fonte{
	text-align: left;	
	
}.TituloApartamento {
	color: #FF7C08;
	font-size: 18px;
	font-weight: bold;
}
/* Fim Classes */




.formularios_contato {
	color: #000;
	border-color: #282828;
	background: #FFF;
	border: solid;
	border:1px;
	font-size:11px;
}
