

/*------------------------------------------------------
E L E M E N T O S   G L O B A I S
------------------------------------------------------*/


body {
	padding: 0;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	background: url("/img/structure/bg.png") #9e9e9e;
}

a {
	text-decoration: none;
	color: #6e193c;
}

img {
	border: 0px;
}

input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

form {
	padding: 0;
	border: 0;
	margin: 0;
}

#erro {
	border: 1px solid red;
	padding: 3px 5px 3px 5px;
	color: red;
	margin-bottom: 15px;
}

object, embed {
	z-index: 0;
}


/*------------------------------------------------------
E S T R U T U R A   P R I N C I P A L
------------------------------------------------------*/


#estrutura {
	left:50%;
	clear: both;
	position:absolute;
	margin-left: -390px; 
	width: 780px;
	background-color: #fff;

}

#testera {
	clear: both;
	width: 780px;
	border-bottom: 5px solid #a9a8a8;
}

#redmonkey {
	display: none;
}

#rodape {
	clear: both;
	color: white;
	font-size: 9px;
	text-align: center;
	padding: 5px 0 10px 0;
	background-color: #ca2736;
}




/*------------------------------------------------------
M E N U
------------------------------------------------------*/



#menu {
	clear: both;
	width: 780px;
	height: 30px;
	background: #ca2736;
}

#menu ul {
	float: right;
	padding: 0;
	margin: 0;
}

#menu ul li {
	display: inline;
	float:left;
	color: black;
	position: relative;
}

#menu .principal a {
	color: white;
}

#menu .principal a:hover {
}

#menu .principal {
	padding: 5px 10px 0 10px;
	height: 25px;
}

#menu ul li ul a:hover {
	padding-bottom: 0;
}

#menu .subMenu{
	padding-top: 5px;
	height: 22px;
	border-bottom: 1px solid #ca2736;
}

#menu .subMenu ul{
	display: block;
	float: none;
}

#menu .subMenu ul li{
	display: block;
	float: none;
}

#menu .subMenu a {
	background: none;
	display: block;
	text-transform: none;
	text-indent: 5px;
	padding: 0 10px 0 0;
	color: gray;
}

#menu .subMenu a:hover {
	background: none;
	display: block;
	text-transform: none;
	color: #ca2736;
	padding: 0 10px 0 0;
}

#menu li ul {
	position: absolute;
	left: 5px;
	top: 25px;
	width: 130px;
	display: none;
	padding:0px;
	margin:0px;
	background-color: white;
}

#menu li ul li{
	display: block;
	float: none;
	height:10px;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}



/*------------------------------------------------------
L A T E R A L   E S Q U E R D A
------------------------------------------------------*/



#miolo {
	clear: both;
	width: 780px;
	background: url("/img/structure/bg_menu.jpg") repeat-y;
}

#lateralEsquerda {
	float: left;
	width: 193px;
}

#lateralEsquerda .item {
	margin: 0 5px 0 5px;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid silver;
}

#centro {
	float: left;
	width: 385px;
}

#centro #noticias {
	padding: 10px 0 10px 0;
	clear: both;
}

#centro #noticias .item0 {
	float: left;
	width: 180px;
	padding: 5px;
	margin-right: 10px;
}

#centro #noticias .item1 {
	float: left;
	width: 180px;
	padding: 5px 0 5px 5px;
}

#lateralDireita {
	float: left;
	width: 202px;
}

#centroInterno {
	float: left;
	width: 567px;
	padding: 10px 10px 20px 10px;
}

#centroInterno h1 {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #ca2736;
	text-align: left;
	width: 567px;
}

#centroInterno h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ca2736;
}



/*------------------------------------------------------
C O N T E U D O
------------------------------------------------------*/



.tabela {
	border: 1px solid #ca2736;
}



/*------------------------------------------------------
F O R M U L A R I O
------------------------------------------------------*/


form input {
	width: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 14px;
}

form textarea {
	width: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 80px;
}

form .label1 {
	float: left;
	width: 120px;
	height: 25px;
}

form .field1 {
	float: left;
	width: 420px;
	height: 25px;
}

form .label2 {
	float: left;
	width: 120px;
	height: 100px;
}

form .field2 {
	float: left;
	width: 420px;
	height: 100px;
}

form .btn1 {
	text-align: center;
	clear: both;
	width: 540px;
	height: 25px;
}

form .btn1 input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
}
