/* CSS Document */

body {
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 0px;




	
}

div#CentradaLS { position:absolute; top:50%; left:50%; width:750px; height:500px; margin-left:-375px; margin-top:-250px; }
.credits {
	font-family: "Trebuchet MS", Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #999999;
	text-align: right;
}

/* estilo de los enlaces */

a {
      text-decoration: none;
      border-bottom: 1px dotted #ff6600;
	}
a:visited {
	color:  #999999;
      background-color:transparent;
     
	}
a:link {
	color:  #999999;
      background-color:transparent;
      
	}
a:hover {
	color:  #999999;
      background-color:transparent;
	  border-bottom: 0px dotted #ff6600;
      
	}
