/*  
 * Esta hoja de estilos contiene los estilos necesarios
 * para el layout
 *  
*/

#designerGeneral{
}

#sector-cabecera{
    width: 100%;
}

#designerSectoresCompletos{
    margin-top: -130px;
    position: absolute;
    width: 100%;
}

#designerSectoresContenidos {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0 100px 0;
    
}

#sector-superior{
    width: 100%;
    display: none;
}

#designerColumnas{
    width: 100%;
}

#sector-izquierdo{
    width: 22%;
    height: 5px;
}

.windowLess1000 #sector-izquierdo{
    width: 5%;
}

#sector-central{
    width: 56%;
}

.windowLess1000 #sector-central{
    width: 60%;
}

#sector-derecho{
    width: 22%;
}

.windowLess1000 #sector-derecho{
    width: 35%;
}

#sector-inferior{
    position: relative;
    overflow: hidden;
    color: #dddddd;
    line-height: 1.5;
    border-top: 1px solid #333;
    background-color: #262626;
    background-color: rgba(40,40,40,0.965);
    background-image: -moz-linear-gradient(center top,#1e1e1e 0%,rgba(35,35,35,0.2) 50%);
    background-image: -webkit-linear-gradient(center top,#1e1e1e 0%,rgba(35,35,35,0.2) 50%);
    background-image: linear-gradient(center top,#1e1e1e 0%,rgba(35,35,35,0.2) 50%);
    clear: both;
    padding: 20px 0 50px 0;
}

#sector-flotante{
    position: fixed;
    margin: 0;
    margin-left:-350px;
    padding: 0;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    background: white;
    border-radius: 2px;
    z-index: 2001;
    display: block;
    box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.3);
    overflow: auto;
}