@charset "utf-8";
/* CSS Document */
A:link {
text-decoration: none;
color:#FFFFFF;
} 

A:visited {text-decoration: none;
color:#FFFFFF;} 

A:active {text-decoration: none;
color:#FFFFFF;}
body{
color : #FFFFFF;                    
	margin-top           : 1px;                       
	margin-left          : 1px;                       
	font-size            : 11px;                      
	font-family          : Tahoma,sans-serif;        
	background           : #000000;	                                                  
	background-image     : url(../img/background.jpg);    
	background-attachment: fixed;	                                                   
	background-repeat    : no-repeat;                                                     
	background-position  : top center;
}
td, th, textarea, body, table
{
  font-family	: Tahoma,sans-serif;
  font-size	: 11px;
  color         : #FFFFFF;
}
table
{
  border               : 0px;
}
th, td.a, td.b, td.c, td.f, input,
td.g, td.h, td.i, td.j, td.k, td.l, td.m,
td.n, td.o, td.q, td.r, td.v, .style td,
textarea, p td, table.s th img
{
  border               : 1px gray solid;
  font-size            : 11px;
  font-family          : Tahoma,sans-serif;
  color                : #FFFFFF;
}

th, td.a, td.b, td.c, td.f, input, td.g,
td.h, td.i, td.j, td.k, td.m, td.o, td.q, td.r,
td.v, td.s, .style td, p td, textarea
{
  background-color     : transparent;
  background-image     : url(../img/vetro.png);
  color                : #FFFFFF;
}

td
{
  background   	       : transparent;
  color                : #FFFFFF;
  vertical-align       : top;
  padding              : 3px;
  background-image     : url(../img/bg2.png);    
  background-position  : 100% 20%;
}
.real tr input{
	   width: 40%;
       text-align: center;       
	}
.real tr td{
   text-align: center;       
}
.peso input{
    width: 100%;
}
#div_alert{
    left: 50%;
    z-index: 10;
    background: #666666 50% 50% repeat;
    color: red;
    font-size: large;
    width: 100%;
    height: 40px;
    padding: 10px;
    top: 0;
    left: 0;        
}