﻿#cabecera {
    height: 130px;
    background-color: #91CC00;
    color: white;
    border: 1px dashed #a64e00;
    box-shadow: 0 0 10px #000;
}
#ContenidoCabecera {
    width: 85%;
    margin: auto;
    margin-top: 10px;
    text-align:  right;
}
#BarraHorizontal {
    height: 40px;
    background-color: cornflowerblue;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 #000 inset;
}
#logotipo{
    width:25%;
    float:left;
    text-align:center;
    margin-top:10px;
}
    #logotipo > img{
    box-shadow:0 0 10px #000;
    }
#Titulo {
    width: 75%;
    float: left;
    text-align: center;
    box-shadow: 0 0 0 #000;
}
#Bajo {
    width: 99%;
    margin: auto;
    background-color: white;
    border-radius: 0 0 5px 5px;
    overflow: auto;
}
#ColumnIzq {
    float: left;
    width: 9%;
    min-height: 500px;
    max-height:100%;
}
#ColumnDer {
    float: left;
    width: 9%;
    min-height: 500px;
    max-height: 100%;
}
#ColumnCentro {
    float: left;
    width: 80%;
    min-height: 500px;
    max-height: 100%;
    background-color: white;
}
#Pie {
    width: 100%;
    height: 25px;
    background-color: #91CC00;
    color: white;
    border-radius: 0 0 20px 20px;
    clear: both;
}
#TituloPie {
    width: 85%;
    float: left;
    text-align: center;
    box-shadow: 0 0 0 #000;
}
