body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_image.gif);
	background-repeat:repeat-x;
	background-color: #052f57;
	


}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc9900;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc9900;
	text-decoration: underline;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-right:5px;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


#content {
	width: 295px;
}

#contentMask {
	width: 310px;
	height: 417px;
	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;
	margin-left:1px
}

#content {
	position: absolute;
	left: 0px; 
	top: 0px; 
	color: #ffffff; 
	padding-right: 10px;
}
#track {
	width: 23px;
	height: 395px;
	background-image: url(images/scroll_line.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#down {
    cursor: pointer;
	margin-left:1px
}

#drag {
    position: relative;
    cursor: pointer;
	left:-8px
}
#entrada
{
margin-top: 10%;
margin-bottom:auto;
}

