body {
    background-color: #000;/*#1A324A;*/
    text-align: center;
}
table.principal {
    width:100%;
    height:100%;
    background-color:  #000;
}
/*-----------------LOGO INICIAL-------------------------*/
table.menu_arr {
    width: 375px;
    height: 31px;
}

table.menu {
    width: 630px;
    height: 100px;
}

table.menu_abj {
    width: 450px;
    height: 50px;
}

td.ini_enm {
    background-color:#2B3804;
    border: 1px #2B3804 solid;
}
td.ini_inter {
    width: 56px;
}
td.info {
    font-family: verdana, Arial, "MS Gothic","Heisi Mincho W3","Heisi Mincho W9","Ryumin Light-KL", "Kyokasho ICA", "Futo Min A101","Shin Go", "Heisei Kaku Gothic W5","Osaka Monospaced";
    font-size: 11px;
    text-align: center;
    background-color: #DDD;
    border-top: #BBB 2px solid;
    border-left: #BBB 2px solid;
    border-bottom: #FFF 2px solid;
    border-right: #FFF 2px solid;
    vertical-align: top;
}
td.normal {
    font-family: verdana, Arial, "MS Gothic","Heisi Mincho W3","Heisi Mincho W9","Ryumin Light-KL", "Kyokasho ICA", "Futo Min A101","Shin Go", "Heisei Kaku Gothic W5","Osaka Monospaced";
    font-size: 9px;
    color: white;
    text-align: center;
}
td.normal a { color: white; font-size: 9px; text-decoration:none; }
td.normal a:hover { color: #DDD; font-size: 9px; text-decoration:underline; }
td.normalS {
    font-family: verdana, Arial, "MS Gothic","Heisi Mincho W3","Heisi Mincho W9","Ryumin Light-KL", "Kyokasho ICA", "Futo Min A101","Shin Go", "Heisei Kaku Gothic W5","Osaka Monospaced";
    font-size: 9px;
    color: #666;
    text-align: center;
    cursor: default;
}
/*
td.ini_fondo{
    width: 165px;
    height: 165px;
    background-color:#E326F9;
}*/
#logo {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/lepekanji.png', sizingMethod='scale');
    background: url("../imagenes/png.php?file=lepekanji") no-repeat;
    background-color: black;
    width: 165px;
    height: 165px;
}
/*------------- MENU -------------------*/
td.botonmenu {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/botonmenu.png', sizingMethod='scale');
    background: url("../imagenes/png.php?file=botonmenu") no-repeat;
    text-align: center;
    font-family: verdana, Arial, "MS Gothic","Heisi Mincho W3","Heisi Mincho W9","Ryumin Light-KL", "Kyokasho ICA", "Futo Min A101","Shin Go", "Heisei Kaku Gothic W5","Osaka Monospaced";
    font-size: 11px;
    color black;
    cursor: pointer;
    width: 168px;
    height: 27px;
}

/*-------------BORDE----------------------*/
td.c_i_a { background: url("../imagenes/circular_izq_arr.gif") no-repeat; width:80px; height:80px; }
td.c_d_a { background: url("../imagenes/circular_der_arr.gif") no-repeat; width:80px; height:80px; }
td.c_i   { background: url("../imagenes/circular_izq.gif") repeat-y; width:80px;}
td.c_a   { background: url("../imagenes/circular_arr.gif") repeat-x; height:80px; }
td.c_i_b { background: url("../imagenes/circular_izq_abj.gif") no-repeat; width:80px; height:80px; }
td.c_d_b { background: url("../imagenes/circular_der_abj.gif") no-repeat; width:80px; height:80px; }
td.c_d   { background: url("../imagenes/circular_der.gif") repeat-y; width:80px;  }
td.c_b   { background: url("../imagenes/circular_abj.gif") repeat-x; height:80px; }

