.hidden
{
  visibility: hidden;
  display: none;
}
body 
{
  background-image: url(/IMG/welcome/body-background.png);  
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  margin: 0; 
  padding: 0;
  color: #ccc;
}
#main
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  text-align: left;
}
#AlwaysJumpWelcome
{
  position: absolute;
  display: block;
  top: 305px;
  left: 600px;
  font-size: 10px;    
}
#DIVget_flash
{
  position: absolute;
  top: 320px;
  left: 440px;
}
#contacto
{
  text-align: center;
  padding: 2px 0 0 0;
  position: absolute; 
  left: 200px; 
  top: 150px; 
  width: 560px;
  height: 60px; 
  background-image: url(/IMG/welcome/contacto-background.png);
  background-repeat: no-repeat;
}
#contacto .right, #contacto .left
{
  text-align: center;
  padding-top: 5px;
  height: 45px;
}
#contacto .right
{
  width: 35%;
  float: right;  
  border-left: 1px solid #666;
}
#contacto .left
{
  width: 25%;
  float: left;
  border-right: 1px solid #666;  
}
#contacto p
{
  margin: 0;
  padding: 4px 20px 0 0;
}
#contacto .darker
{
  color : #999;
}
#LeyendaLogo
{
  position: absolute;
  top: 30px;
  left: 220px;
}
h1
{
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 2px;  
}
div#LeyendaLogo strong
{
  display: block;
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: arial, sans-serif;
}
#requerimientos
{
  position: absolute;
  left: 10px;
  width: 750px;
  top: 260px;
  color: #999;
  font-size: 11px;
}
dl, dt, dd
{
  margin: 0;
  padding: 0;
}
dt
{
  text-decoration: underline;
  font-weight: bold;
}
dd em
{
  text-decoration: underline;
  font-style: normal;
}
ul
{
  margin: 0;
  padding: 15px;
  list-style-type: none;
}
li
{
  list-style-type: none;
  margin: 0;
}
a 
{
  color: #09c;
}
a:hover 
{
  text-decoration:none;
  color: #0cf;
}
img#logo
{
  position: absolute;
  top: 20px;
  left: 35px;
  width: 150px;
  height: 85px;
}
a#SeeIntro
{
  display: block;
  position: absolute;
  top: 260px;
  left: 420px;
  width: 155px;
  height: 22px;
  background-image: url(/IMG/welcome/see_intro-background.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-decoration: none;
}
a#GoIndex
{
  display: block;
  position: absolute;
  top: 260px;
  left: 600px;
  width: 155px;
  height: 22px;
  background-image: url(/IMG/welcome/go_index-background.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-decoration: none;
}
a#GoIndex:hover, a#SeeIntro:hover
{
  background-position: -160px 0px;
}
a#GoIndex span, a#SeeIntro span
{
  visibility: hidden;
}
#copyright
{
 border: 0px solid red;

 position: absolute;
 top: 480px;
 padding-left: 10px;
 color: #666;
 font-size: .8em;
}
#copyright a
{
 color: #c60;
}
