@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #000;
	background-image: url(../images/fondo_home.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	SCROLLBAR-FACE-COLOR:#8f896d;
	SCROLLBAR-HIGHLIGHT-COLOR: #8f896d;
	SCROLLBAR-SHADOW-COLOR: #8f896d;
	SCROLLBAR-3DLIGHT-COLOR: #a39c7b;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #625e47;
	SCROLLBAR-DARKSHADOW-COLOR: #76715a;
	
	background-repeat: no-repeat;
}
