body {
	background-image: url(images/bg_all.gif);
	background-repeat: repeat-x;
	background-color: #014890;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.titulo {
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 10px;
}

#content {
	width: 300px;
}

a {
text-decoration:none;
color:#FFFFFF
}

a:hover {
text-decoration:underline;
}
h1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
#contentMask {
	width: 310px;
	height: 327px;
	position: relative;
	overflow: hidden;
	scrollbar-base-color: #414141; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #c0c0c0; 
	scrollbar-3dlight-color: #c0c0c0; 
	scrollbar-darkshadow-color: #414141; 
	scrollbar-track-color: #c0c0c0; 
	scrollbar-arrow-color: #ffffff; 
}
#up {
    cursor: pointer;
}

#content {
	position: absolute;
	left: 0px; 
	top: 0px; 
	color: #ffffff; 
	padding-right: 10px;
}
#track {
	width: 23px;
	height: 310px;
   background-image: url(images/scroll_line.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
}
.bt {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AE0000;
}
#fotoG {
	height: 387px;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
	border: 2px solid #3366CC;
	margin-top: -201px;
	margin-left: -300px;
	display: none;
}
