body         {
               background-image: url("images/fondo.png");
               background-repeat: no-repeat;
               background-position: 50% 0%;
 }


a            { font-family: Arial; text-decoration: none; color: #eaeaea }
a:visited    { font-family: Arial; text-decoration: none; color: #FFFFFF }
a:hover      { color: #FFFFFF; text-decoration: none; }

td            { font-family: Arial; text-decoration: none; color: #555555; font-size:8pt; }
.a2           { font-family: Arial; text-decoration: none; color: #555555; font-size:8pt; }
.a2:visited           { font-family: Arial; text-decoration: none; color: #555555; font-size:8pt; }


#menufrm   {

         overflow: none;
         position: relative;
         top: 115px;
         text-align: center;

         scrollbar-face-color: #DEDDDD;
         scrollbar-shadow-color: #B11313;
         scrollbar-highlight-color: #B11313;
         scrollbar-3dlight-color: #DEDDDD;
         scrollbar-darkshadow-color: #DEDDDD;
         scrollbar-track-color: #DEDDDD;
         scrollbar-arrow-color: #B11313;;

}

.caja_menu {
               background-image: url("images/caja.png");
               background-repeat: no-repeat;
               height: 28px;
               padding: 15px;
               text-align: left;
}

.caja_menu a{
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
}

.caja_menu2 {
               background-image: url("images/caja2.png");
               background-repeat: no-repeat;
               height: 28px;
               padding: 15px;
               text-align: left;
}

.caja_menu2 a{
        font-family: Arial;
        font-size: 12pt;
        font-weight: bold;
}

div#btn_inicio {

        width:130px;
        text-align: center;
}

div#btn_forja {

        width:130px;
        text-align: center;
}

div#btn_regalos {

        width:130px;
        text-align: center;
}

div#buscador {
        width:130px;
        text-align: left;
}

div#buscador input{
        width: 125px;
        margin-left: 2px;
}

div#lupa {
        position: relative;
        left: 110px;
        top: -25px;
        width: 50px;
        z-index: 1;
}

div#descripcion_cat {
        position: relative;
        top: 150px;
        left: -20px;
        width: 420px;
        height: 80px;
        overflow: hidden;
        color: #fff;
        font-weight: bold;

        font-family: Arial;
        font-size: 11pt;
        text-align: left;
}
