@charset "utf-8";
/* CSS Document */

div a {
    font-family: Bookman Old Style;
    color: #000000;
    font-weight: bold; 
    width: 100%;
}

.fondoDiv {
    font-family: Bookman Old Style;
    background: #b40000;
}

#pestanas {
    float: top;
    font-size: 18px;
    font-weight: bold;
    font-family: Bookman Old Style;  
}

#pestanas ul{
    margin-left: -40px;    
}

#pestanas li{
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0px 2px -2px -0px;
    background: #721422;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid #00ee00;
    border-bottom: #104e8b;
    padding: 0px 20px 0px 20px;
}

#contenidopestanas{
    clear: both;  
    background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(124,1,30,1) 0%,rgba(178,1,51,1) 100%);
    padding: 20px 0px 20px 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 2px solid #00ee00;
    width: 1025px;
    color: #660000;
}

#pestanas a:link{
    text-decoration: none;
    color:  #00ee00;
}

#pestanas a:hover {
    color: yellow;
    }

#pestanas a:active {
    color: #ffffff;
    }

#lista ul{
    display: block;    
}

#lista li{
    display: block;    
}

#vertical {
    display: block;
    position:absolute;
    }
    
#horizontal {
    display: inline;
    position:relative;
    float:inherit;
    top: 8em;
    }