/*----- LAYOUT ----- */

#tudo {
	width: 920px;
	margin:0 auto;
	position: relative;
	min-height: 100%;
}

#cabecalho {
	padding:0 0 0 2px;
	margin: 0 0 0 2px;
	height: 32px;
}
#header {
	height: 500px;
	margin: 0px 0 0 0px;
	padding: 0px 0 0 0px;
}

#conteudo {
	margin: -5px 0 0 0px;
	height: 2370px;
}
#footer {
	background: transparent url(images_back/containere.jpg);
        background-repeat:no-repeat;
	background-position:top center;
	padding:0px 0 0 0px;
	margin: 0 0 0 0px;
	height: 90px;
	text-align:center;

}

/* ----- BASIC ELEMENTS AND FONTS ----- */
html, body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#333333;
	background: transparent url(images_back/bg1.jpg);
	background-repeat: no-repeat;
	background-position:top center; 
	background-color: #18191b;
	margin:0;
	padding:0;
	height:100%;
}

i {color: #fcfa4d; font-style:italic; font-size:11px;}
p {color:#999999; 
	font-size:11px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 3px;}
.font1 {color:#999999; font-size:10px;}

.font2 {color:#a9c3e7; font-size:11px; font-family: tahoma;}
.font3 {
	padding:0px 10px 0px 5px; 
	font-size: 11px;
	color:#666666;}
.font4 {color:#fffc02; font-size:11px; font-family: tahoma;}


#box_noticias {
     margin:2px 0 2px 2px;
     position: relative;
     width: 470px;
     height: 2200px;
     scrollbar-arrow-color:#000000;
     scrollbar-3dlight-color: #090b0c;
     scrollbar-highlight-color: #000000;
     scrollbar-face-color: #18191b;
     scrollbar-shadow-color: #333333;
     scrollbar-darkshadow-color:#000000;
     scrollbar-track-color:#090b0c;
     overflow: auto;}


.fade {
  position: absolute;
  top: 0px
  left: 0px
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}


a {text-decoration: none; font-weight:bold; color:#a9c3e7;}
a:hover {font-weight:bold; color:#ecf0f6; cursor: hand; }


/* ######### Default class for drop down menus ######### */
.anylinkmenu{
position: absolute;
left: 0;
top: 0px;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: red;
width: 200px; /* default width for menu */
}
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #fafce7;
}
.anylinkmenu a:hover{ /*hover background color*/
background: #1c2630;
color: #a9c3e7;
}


/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
margin: 0 0 0 10px;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}