#maincontainer {
	background: url(../images/bg-mapalojas.gif) white top left repeat-y;
}

#footer {
	background: url(../images/footer-bg-infoloja.gif) #511702 top left no-repeat;
}

#coluna1 {
	width: 570px;
	float: left;
}

#coluna2 {
	width: 376px;
	margin-left: 27px;
	float: left;
}

#zonaconteudo {
	padding: 10px;
}

h1 {
	font-size: 14px;
	color: #511702;
}

#zonaconteudo div {
	font-size: 11px;
}

hr {
	border: 0;
	height: 1px;
	background: white;
	margin: 15px 0 15px 0;
}


.noticia {
	background: url(../images/homepage-bg-noticia.gif) bottom left repeat-x;
	font-size: 10px;
	color: #514743;
	padding: 0px 10px 2px 10px;
	width: 550px;
}

.noticia h3 {
	font-size: 12px;
	color: #511702;
	margin-top:0px;
}

.noticia .data_noticia {
	margin-top:6px;
	font-size: 10px;
	color: #514743;
	text-align: left;
}

.noticia button {
	border: none;
	background-color: white;
	color: #511702;
}

.noticia div {
	text-align: right;
}





/* -------------------------------------------  CALENDARIO  ------------------------------------------- */


#calendario {
	background: url(../imagens/calendar-background.gif) #eee4d6 repeat-x top left;
	border: 1px solid #dfcbb1;
	padding:3px;
	margin:5px 5px 10px 7px;
}

#mes_anterior {
	float: left;
	width: 17px;
	height: 17px;
	background: url(../imagens/calendar-prev.gif) no-repeat;
	color: transparent;
	text-align: center;
}

#mes_seguinte {
	float: right;
	width: 17px;
	height: 17px;
	background: url(../imagens/calendar-next.gif) no-repeat;
	color: transparent;
	text-align: center;
}

#mes_anterior a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #511702;
	position: relative;
	bottom: 5px;
}

#mes_seguinte a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #511702;
	position: relative;
	bottom: 5px;
	left: 1px;
}

#mes_corrente {
	float: left;
	background: url(../imagens/calendar-monthbg.gif) white no-repeat;
	width: 90%;
	height: 17px;
	position: relative;
	bottom: 1px;
	text-align: center;
	color: #511702;
	font-weight: bold;
}

#calendario table {
	clear:both;
	width: 100%;
	margin-top: 3px;
	border-collapse: collapse;
	border: 1px solid #dddee0;
}

#calendario th {
	background: url(../imagens/calendar-weekdaybg.gif) repeat-x #dfcbb1;
	border: 1px solid #dfcbb1;
	text-align: center;
	color: #511702;
	font-weight: bold;
	height: 18px;
}

#calendario td {
	background-color: white;
	border: 1px solid #dfcbb1;
	text-align: center;
	color: #b3a39d;
	height: 18px;
}

#calendario td a {
	color: #511702;
	text-decoration: none;
}

#calendario td a:hover {
	text-decoration: underline;
}

#calendario .activo {
	font-weight: bold;
	background: url(../imagens/calendar-activebg.gif) repeat-x white;
}

#calendario .passadoactivo {
	font-weight: bold;
	background: url(../imagens/calendar-activebg.gif) repeat-x white;
}

#calendario .hoje {

	text-decoration: underline;
	background: url(../imagens/calendar-today.gif) no-repeat white;
}

#calendario .hojeactivo {
	font-weight: bold;
	text-decoration: underline;
	background: url(../imagens/calendar-todayactivebg.gif) no-repeat white;
}
