BODY
{
    background-color: white;
    top: 0px;
    height: 0px;
	
}
TABLE
{
    font-size: 11px;
    color: black;
    line-height: 17px;
    font-family: 'Lucida Grande' , Arial, Verdana;
}
A
{
    font-size: 11px;
    text-decoration: none;
    color: black;
}
A:hover
{
    text-decoration: none;
    color: dimgray;
}
.t10_gris
{
    font-size: 10px;
    color: #a0a0a0;
}
.t11_gris
{
    font-size: 11px;
    color: #a0a0a0;
}
.t11_negro
{
    font-size: 11px;
    color::#333;
}
.t14_negro
{
    font-size: 14px;
    font-weight: bold;
}
.t24_negro
{
    font-size: 24px;
    font-weight: bold;
}
INPUT
{
    font-size: 12px;
    border-right: lightgrey thin solid;
    border-top: lightgrey thin solid;
    border-left: lightgrey thin solid;
    border-bottom: lightgrey thin solid;
}
.tmenu
{
    font-size: 11px;
    color: silver;
    font-weight: bolder;
    text-decoration: none;
}

.tmenu a
{
    font-size: 11px;
    color: white;
    font-weight: bolder;
    text-decoration: none;
}

.tmenu a:hover
{
    font-size: 11px;
    color: silver;
    font-weight: bolder;
    text-decoration: none;
}

.t12_negro
{
    font-size: 12px;
    font-weight: bolder;
}
TEXTAREA
{
    font-size: 12px;
    border-right: lightgrey thin solid;
    border-top: lightgrey thin solid;
    border-left: lightgrey thin solid;
    border-bottom: lightgrey thin solid;
}

.tmenu_productos
{
    font-size: 11px;
    color: dimgray;
    text-decoration: none;
    background-color: #ffcf3d;
    font-weight: bold;
}

.tmenu_productos a
{
    font-size: 11px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.tmenu_productos a:hover
{
    font-size: 11px;
    color: dimgray;
    text-decoration: none;
    font-weight: bold;
}
.A_gris
{
    color: #b7b8ba;
}
.A_gris a
{
    text-decoration: none;
    color: #b7b8ba;
}
.A_gris a:hover
{
    text-decoration: none;
    color: #b7b8ba;
}
.linea_gris
{
    background-image: url(pixel_gris.gif);
    background-repeat: repeat-x;
    background-position: right center;
}

.error {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#FF0000;
height:20px;
width:600px;

}

.messagebox{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}
