body
{
  margin: 0px; 
  background-color: #000000; 
  color: white; 
  font-family: Arial; 
  font-size: 11px; 
  background-image: url(/images/design/background.png);
  background-repeat: repeat-x;
}

th
{
  font-size: 13px; 
  text-align: center; 
  font-weight: bold; 
  background-image: url(http://www.tequilarasmus.com/foros/templates/TequilaRasmus/images/cellpic1.gif);
}

.acciones
{
  background-color: #333333;
}

td{font-size: 11px;}
a:link{text-decoration:none; font-weight:bold; color: white;}
a:hover{text-decoration:none; font-weight:bold; color: white;}
a:visited{text-decoration:none; font-weight:bold; color: white;}

.oscuro{background-color: #333333;}
.claro{background-color: #666666;}

#mainTd
{
  background-color: black;
  text-align: justify;
  padding-right: 25px;
  border-right: 1px solid white;
}

#bannerTd
{
  background-color: black;
  text-align: center;
  border-right: 1px solid white;
}

input,select
{
  border: 1px solid white;
  background-color: black;
  height: 18px;
  font-size: 10px;
  color: white;
}

textarea
{
  border: 1px solid white;
  background-color: black;
  font-size: 11px;
  color: white;
}

#mainContent{position: relative; top: -25px;}
#footer
{
  border: 1px solid white;
  padding: 10px; 
  text-align: center;
  background-color: #666666;
}

#ucpMenu
{
          /* display: block;  */ 
             text-align: center;
             cursor: pointer; 
             font-size: 11px;  
             border-top: 1px solid white; 
             border-left: 1px solid white;
             border-right: 1px solid black;
             border-bottom: 1px solid black;
             width: 100px; 
             background: gray; 
             margin-top: 5px; 
             padding: 1px
}

