/*
0.9.8 - 1 - bcowan - 8 - 2008/11/26 :: Improving buttons to click and have pointer
*/

/* ------------ PANELITOS ------------------------- */

td {color: white}

.style1 {color: #FFFFFF; text-align: right;}
input, textarea {background-color:#FF6600; color:#FFFFFF; }
input[type=text],input[type=password],textarea {border:0 #a76}
input[type=button],input[type=submit] {cursor: pointer;}
a {font-weight: bolder;text-decoration: underline;}
a:hover {color: #ccc;}
td.footer {color: white; text-align: right;}


#tabs_contenido p {color:white;text-align: justify;}

.btn_content {position:absolute;display:none;}
.btn_content.show {display:block;}

body {background: url(/img/bg/cuadro_gris_medio.gif) center 60px no-repeat #d9d9d9; padding: 10px;}


.tabs {height:18px;margin:0px;padding:0px;margin-top:4px;}
.tabs div {display:inline;margin:0px;padding:0px;border:0px;height:18px;font-size: 13px;}


.tabs .mid {color: #844; cursor: pointer;height:18px;}
.tabs .spacer {height:18px;font-size:2px;width:99%;}
.tabs .left {background: url(/img/b/lil-1.png);}
.tabs .mid {background: url(/img/b/lil-3.png);}
.tabs .right {background: url(/img/b/lil-5.png);width:9px;}
.tabs .selected.left {background: url(/img/b/lil-0.png);}
.tabs .selected.mid {background: url(/img/b/lil-2.png);cursor:select;color: #000;}
.tabs .selected.right {background: url(/img/b/lil-4.png);width:9px;}
.tabs .left  {height: 18px;width:5px;font-size:15px;}
.tabs .right  {height: 18px;width:9px;font-size:15px;}
.tabs img {vertical-align:bottom;}

/*#d9d9d9*/
.tab {
        /*position:relative;*/
        background:url(/img/btn/tab_unsel.png);
        width:92px;
        height:20px;
        margin-left:-8px;
        z-index:22;
        display:inline;
        float:left;
        text-align:center;
    }
.tab:hover {background:url(/img/btn/tab_hov.png);z-index:23;}
.tab.selected {background:url(/img/btn/tab_sel.png);z-index:24;color:#222;}



