/* CSS Document */
body{
margin:0px 0px 0px 0px; background-color:#000000; text-align:center;
font: 11px Trebuchet MS;
color:#FFFFFF;
}
#splash1{
    background: url(imgs/splash1.jpg)  no-repeat;
    width: 760px;
	height:210px;
    margin:0px auto 0px auto;
	clear:both;
}
#splash2{
    background: url(imgs/splash2.jpg) no-repeat top ;
    width: 760px;
	height:210px;
    margin:0px auto 0px auto;
	clear:both;
	/*padding-top:140px;
	padding-left:360px;*/
}
#scroll{
position:relative; left:153px; top:136px;
*left:40px;
background-color:#00A8FF;
filter: alpha(opacity=50);
opacity: .5; 
-moz-opacity:0.5; 
border:3px solid #999;
overflow:auto;
height: 110px;
width:500px;
text-align:justify;
padding:3px 3px 3px 3px;
}
#opciones{
margin-left:auto;
margin-right:auto;
margin-top:50px;
width:222px;
}
#opciones ul, 
#opciones li, 
#opciones a {
	height:30px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#opciones span {
display:none
}

#opciones li, 
#opciones a {
	float:left;
}

#opciones li.viendo a, 
#opciones li a:hover {
	background-position: 0px -30px;
}
#entrar a {background: url('imgs/entrar.jpg') no-repeat;width:111px}
#salir a {background: url('imgs/salir.jpg') no-repeat; width:111px}