@charset "utf-8";
/* CSS Document */
form.zpestanya{
    width: 20em;
    position: relative;
    }
span.zhueco {
    background-color: transparent;
    border: 0;
    border-bottom: gray solid 1px;
    }    
a.zvinculo {
    background-color: gray;
    color: white;
    border: gray solid 1px;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    }
span.ztitulo {
    padding-left: 1em;
    padding-right: 1em;
    }
a.zvinculo ins.zinterior {
    display: block;
    position: absolute;
    z-index: 0;
    background-color: rgb(235, 235, 225);
    margin: 1px;
    padding: 0.5em;
    color: black;
    width: 18.8em;
    height: 8.8em; 
    overflow: auto; 
    border: 0;
    font-weight: normal;
    text-decoration: none;
    } 
a.zvinculo:focus {
    background-color: rgb(235, 235, 225);
    border-bottom-color: transparent;
    color: blue;
    }    
a.zvinculo:focus ins.zinterior {
    z-index: 1;
    }
div.zcontenedor {
    height: 10em;
    background-color: rgb(235, 235, 225);
    border: gray solid 1px; 
    }

