@charset "utf-8";



body {
    text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Bkgnd.gif);
	background-repeat: repeat-x;
	background-color: #000;
	height: 26px;
	scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color: #cc9933;
    scrollbar-darkshadow-color:#000;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-track-color:#000000;
}

body, html {height: 26px}

#contenedorBase
   {
    position: relative;
	padding: 0px;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	background: transparent;
	visibility: visible;
	z-index: 0;
   }

 
 
 #contenedorMarcoPrincip
   {
    position: relative;
	padding: 0px;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 26px;
	background: transparent;
	visibility: visible;
	z-index: 100;
   }

#contenedorMusica
   {
	position: absolute;
	padding: 0px;
	left: 50%;
	margin-top: 0px;
	margin-left: -390px;
	width: 780px;
	height: 12px;
	background: transparent;
	text-align: center;
	border-width: 0px;
	z-index: 140;
	visibility: visible;
   } 
 

   



a:link { text-decoration: none; color: #d0a95a;}
a:visited { text-decoration: none; color: #d0a95a;}
a:hover { text-decoration: none; color: #ff0000;}
a:active { text-decoration: none; color: #d0a95a;}

