*{padding:0;margin:0;}
body{background-color:#001900;}
  
#pagina {background:url(fondo2.gif) no-repeat;
         width:1024px;
         height:700px;
         position:relative;
		 margin: 0 auto;}
#cabecera{color:white;
          position:absolute;
          left:230px;
          top:40px; }
 #cabecera p {display:inline;
              letter-spacing:0.5em; }  
 #cabecera p+p{padding-left:10px;
              border-left:1px solid #FFF;} 
#cuerpo{ position:absolute;
        background:url(L.png) no-repeat;
        width: 548px;
        height:500px;
        top:60px;
        left:240px;  }
#cuerpo span{display:none}

#idiomas{ height: 60px; width: 100%;
		 position:absolute;
         bottom:170px;
         left:245px;
         overflow:auto;
         
         font-weight:bold;  }

#idiomas li{ list-style-type:none;}
#idiomas a {float: left;
	font-family: sanserif, Verdana;
	font-size:12px;
	color: #FA0;
	text-decoration: none;
	height: 40px;
	width: 95px;
	padding: 20px 0px 0px 40px; /* 10px 10px 10px; */
	font-weight: bold;
	}
#idiomas a:hover {text-decoration: none; color: #000; background: url(opcion.png); repeat: no-repeat;}
				 
/*
#idiomas a:visited { color: #FFFFFF;text-decoration: none; }
*/
#idiomas a:link { color: #FFF; text-decoration: none;}
#pie_pagina { position:absolute;
	color: #FA0;
          left:230px;
          top:550px; }
#oculto {position: absolute; top: -10000px;left:-10000px;}
