html{
scrollbar-face-color:#4b2d6d;
scrollbar-shadow-color:#4b2d6d;
scrollbar-arrow-color:#fed000;
scrollbar-track-color:#4b2d6d;
scrollbar-darkshadow-color:#4b2d6d;
scrollbar-3dlight-color:#4b2d6d;
scrollbar-3ddark-color:#4b2d6d;
scrollbar-highlight-color:#4b2d6d;
}


body{
text-align:center;
margin-top:0px;
margin-left:0px;
margin-bottom:0px;
font-family:Trebuchet, Verdana, Arial, sans-serif;
font-size:11px;
color:#ffffff;
background-color:#4b2d6d;
background-image:url(images/bg_gral.jpg);
background-repeat:repeat-x;
}

/*divs estructura general*/
#div_contenedor {
z-index:1;
width:964px;
text-align:center;
margin-left:auto;
margin-right:auto;
}


#codigo{
	position:absolute;
	width:647px;
	height:500px;
	z-index:3;
	margin-left: 260px;
	margin-top: 84px;
	text-align:right;
}

