﻿body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: small;
    
}

#importante {
    color:blue;
}
#cabecera {
    height: 180px;
    background-color: white;
    color: black;
    border: 1px dashed #A64E06;
    box-shadow: 0px 0px 10px #000;
}

#contenidoCabecera {
    margin: auto;
}

#barraHorizontal {
    height: 40px;
    background-color:aliceblue;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 10px #000 inset;
    text-align:center;
}
    #barraHorizontal > ul {
        list-style-type:none;
        padding:3px;
        margin:0;
    }
    #barraHorizontal  li {
        display:inline-block;
        padding:10px;
        margin-top:2px;
        cursor:pointer;
        background-color:#0094ff;
        color: white;
        box-shadow:0px 0px 5px #000 inset
    }
        #barraHorizontal li > a {
            display:block;
            color:white;
            text-decoration:none;
            font-weight:bold;
        }

#logotipo {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

    #logotipo > img {
        box-shadow: 0px 0px 10px black;
    }

#titulo {
    width: 60%;
    float:left;
    text-shadow: 2px 2px 3px black;
}

    #titulo > h1 {
        margin-top: 12px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: coral;
    }

    #titulo > h2 {
        margin-top: 10px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: coral;
    }
    #titulo > h3 {
        margin-top:10px;
        font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        color:aliceblue;
    }

#cabDerecha {
    padding-top:30px;
    width: 12%;
    float: left;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:small;
    text-align:left;    
}


    #cabDerecha > img {
        float:left;
        width: 50px;
        height: 50px;
    }



#bajo {
    margin: auto;
    background-color: aliceblue;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px black inset;
    margin-top: 10px;
    text-align: left;
    overflow: auto;
}

#columnIzq, #columnDer {
    float: left;
    width: 10%;
    
}

#menuContextual {
    list-style-type:none;
    padding:0;
    margin:0;
    margin-top:28px;
}
    #menuContextual > li {
        padding:10px;
        text-align:center;
        background-color:#0094ff;
        border: 1px outset #0026ff;
        box-shadow:0px 0px 10px inset;
        font-weight:bold;

        color:white;
    }
        #menuContextual > li > a {
            text-decoration:none;
            color:white;
        }
#columnCentro {
    float: left;
    width: 86%;
    min-height: 500px;
    background-color: white;
    box-shadow: 0px 0px 10px black inset;
    overflow: auto;
    padding:20px;

}

#seleccion >h3
{color:red;
 font-weight:bold;
 text-align:left;
  }

#pie {
    height: 30px;
    background-color: aliceblue;
    box-shadow: 0px 0px 10px black inset;
    clear: both;
    padding-top: 8px;
}

    #pie > span {
        margin-left: 10px;
        color: black;
        text-align: center;
    }

#InscripExam {
        text-align:left;
        padding: 2px;
    background-color: red;

    border-radius: 10px 10px 10px 10px;
    padding-right: 10px;
    padding-left: 10px;
    }

        
#InscripMat {
    padding: 2px;
    background-color: cadetblue;
    float:left;
    border-radius: 10px 10px 10px 10px;
    padding-right: 10px;
    padding-left: 10px;
}


           
    