﻿#contenedor { 
    width: 900px; 
    margin: auto; 
}

#logo {
    background-color: #ffffff;
    width: 140px;
    height: 60px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    float: left;
}

#usuario {
    background-color: aliceblue; 
    width: 260px; 
    height: 60px;
    text-align: center; 
    padding: 10px 10px 10px 10px; 
    border-radius: 10px;
    float: right;
}

#cabecera {
    background-color: #d0d0ff;
    width: 420px;
    height: 60px;
    text-align: center;
    color: #333300;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    margin-left: 170px;
}
#cuerpo { 
    margin: 10px 0px 10px 0px; 
}

#lizquierdo {
    width: 140px;
    height: 400px;
    background-color: #ffffcc;
    padding: 10px 10px 10px 10px;
    float: left;
    border-radius: 10px;
    display: none;
}

#lderecho {
    width: 140px;
    height: 400px;
    background-color: #d0d0ff;
    padding: 10px 10px 10px 10px;
    float: right;
    border-radius: 10px;
}

#principal {
    width: 710px;
    min-height: 400px;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    justify-content: center;
}

#pie{ 
    clear: both; 
    background-color: #cccccc; 
    padding: 10px 10px 10px 10px;
    text-align:center;
    border-radius:10px;
}
