.descripcion_menus{

    border: 1px solid #D7D7D7;
    background-color: #EFEFEF;
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #000000;
    position:absolute;
    left:0px;
    top:0px;
    width:300px;
    height:35px;
    z-index:1;
    visibility: hidden;
}

body {
    margin : 0;
    background-color: #FFFFFF;
    font-family : Trebuchet MS;
    font-size : 11px;
    color : #666666;
    overflow: auto;
}

table {
    border-collapse : collapse;
}

td {
    padding : 0;
    font-size : 11px;

}

td

img, form {
    margin: 0px;
    border : none;
}

.textfield {
    font-family : Trebuchet MS;
    font-size : 11px;
    margin: 0px;
    border: 1px inset #666666;
    background-color: #FCFAF1;
    width: 160;
}

textarea {
    font-family : Trebuchet MS;
    font-size : 11px;
    margin: 0px;
    border: 1px inset;
    background-color: #FCFAF1;
}

select {
    font-family : Trebuchet MS;
    font-size : 11px;
    margin: 0px;
    border: 1px inset;
    background-color: #FCFAF1;
    color : #666666;
    width: 160;
    
}

.button {
    border : 1px outset #FFFFFF;
    height: 19px;
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    background-image: url('/imagenes/degradado.gif');
}


a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #666666;
}
