@charset "iso-8859-1";
html, body {
	height: 100%;	
}
body {
	padding: 0px;
	margin: 0px;
	background: #2A0E00 url(../img/bg.jpg) no-repeat center top;
}
td, .corpo, .conteudo, a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2A0E00;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.corpo, .conteudo {
	padding: 7px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.corpo {
	background: url(../img/bg2.jpg);	
}
.botoes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 0px;
	color: #FFF;
	font-weight: bold;
	background: #2A0E00;
}
hr {
	border: 0px;
	border-top: #2A0E00 1px dotted;
}
.inputs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: #000000 1px solid;
	background: #FFFFFF url(../img/bg_inputs.jpg) repeat-x top;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	color: #2A0E00;
}
.topico {
	text-align: right;
	color: #2A0E00;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #2A0E00 1px dotted;
}
.menu {
	font-size: 10px;
	text-align: right;
	border-bottom: #2A0E00 1px dotted;
}
.mlink:hover {
	text-decoration: none;
}
.baixo {
	color: #930;	
}
#meteo {
	text-align: left;
}
#meteo img {
	margin-right: 7px;
	border: #FFF 1px solid;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
}
