/* CSS Document */
/* Gris oscuro 4F4F4F */
/* Gris claro 777777 */
/* Gris Extra Claro dbdbdb */
body 
{
 background-color: #000000;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 font-family: Arial;
 font-size: 11px;
 font-style: normal;
 font-weight: bolder;
 color: #ffffff;
}

a:link 
{
 text-decoration: none;
 color: #dbdbdb;
}

a:visited 
{
 text-decoration: none;
 color: #dbdbdb;
}

a:hover 
{
 text-decoration: none;
 color: #777777;
}

a:active 
{
 text-decoration: none;
 color: #dbdbdb;
}

a 
{
 font-weight: bold;
}

.style2 
{
 color: #777777;
}

table 
{
 font-family: Arial;
 font-size: 11px;
 font-style: normal;
 font-weight: bolder;
 color: #dbdbdb;
}

/* fondos */
.fondo_menu1 
{
 background-image: url(../images/fondoa.jpg);
 background-repeat: repeat-x;
}

.fondo_menu1pedidos 
{
 background-image: url("../images/fondoa.jpg");
 background-repeat: repeat-x;
}

.fondo_menu1usuarios 
{
 background-image: url("../images/fondoa.jpg");
 background-repeat: repeat-x;
}

.fondo_menu1vendedor 
{
 background-image: url("../images/fondoa.jpg");
 background-repeat: repeat-x;
}

/* forms */
input 
{
 height: 18;
 font-size: 10px;
 font-family: Tahoma, Arial, Garamond;
}

select 
{
 height: 18;
 font-size: 10px;
 font-family: Tahoma, Arial, Garamond;
}

textarea 
{
 font-size: 11px;
 font-family: Tahoma, Arial, Garamond;
}

.form 
{
 height: 16;
 font-size: 10px;
 font-family: Tahoma, Arial, Garamond;
}