@charset "iso-8859-1";

/* LAYOUT GERAL */
hr
{
	  color: #166874;
      background-color: #166874;
      height: 1px;
	  width:98%;
}

#reservado {
	margin: 0 auto; /* center for now */
	width: 226px; /* ems so it will grow */
	background: url(../images/boxbody-r.gif) no-repeat bottom right;
	margin-bottom: 5px;
}
#reservadohead {
	background: url(../images/boxhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
#reservadohead h2 {
	background: url(../images/boxhead-l.gif) no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: 10px;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#reservadobody {
	background: url(../images/boxbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 10px 10px;
}


#noticias {
	margin: 0 auto; /* center for now */
	width: 226px; /* ems so it will grow */
	background: url(../images/boxbody-r.gif) no-repeat bottom right;
	margin-bottom:5px;
}
#noticiashead {
	background: url(../images/boxhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
#noticiashead h2 {
	background: url(../images/boxhead-l.gif) no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: 10px;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#noticiasbody {
	background: url(../images/boxbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#menudto {
	margin: 0 auto; /* center for now */
	width: 226px; /* ems so it will grow */
	background: url(../images/boxbody-r.gif) no-repeat bottom right;
	margin-bottom: 5px;
}
#menudtohead {
	background: url(../images/menuhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menudtohead h2 {
	background: url(../images/menuhead-l.gif) no-repeat top left;
	margin: 0;
	}
#menudtobody {
	background: url(../images/boxbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 10px 5px;
}

/*#noticias { 
	width: 200px;
	position: relative;
	height: 85px;
	margin: 0px;
	background-image: url(imagens/noticias.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}*/

/*#menudto { 
	width: 200px;
	position: relative;
	height: 184px;
	margin: 0px;
	background-image: url(imagens/menudto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}*/
/*---------------------------------------------------------------------------*/
#main_area {   /* conteúdo */
	width: 700px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	height: 389px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.conteudo {   /* conteúdo */
	width: 680px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
	height: 389px;
	margin: 0px;
	margin-left: 0px;
	z-index:0;
}
/*---------------------------------------------------------------------------*/
#rodape{ /* caixa para menu rodape */
	margin: 0px;
	height: 25px;
	width: 500px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	position: relative;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

#CMErrorBox {
	width:80%;
	padding:5px;
	border: 1px dotted #9ad040;
	font-family: Verdana, Arial, Helvetica, sans-serif;~
	font-weight:bold;
	color:#99D140;
	font-size: 10px;
}
