html,body{
    position: fixed;height: 100%;
    width: 100%;
    background-color: #FFF;
    text-align: center;
}

ul{
    text-align: left;
}

#cabecera{
    border: 1px solid black;
    height: 15%;
}

#cuerpo{
    /*border: 1px solid red;*/
    background: rgba(230, 27, 92, 1);
    height: 70%;
}

#cuerpo > img{
    width: 100%;
    height: 100%;
}

#fila1, #fila2, #fila3{
    height: 33%;
}

#c1{
    background-color: rgba(230, 27, 92, 1);
    height: 100%;
    border: 1px solid white;
}

#c2{
    background-color: rgba(17, 166, 159, 1);
    height: 100%;
    border: 1px solid white;
}

#c3{
    background-color: rgba(177, 76, 124, 1);
    height: 100%;
    border: 1px solid white;
}

#selector{
    /*background-color: rgba(133, 200, 178, 1);
    height: 100%;*/
    width: 100%;
    /*border: 1px solid white;*/
    display: table;
    position: relative;
    /*top: -110%;
    transform: translateY(-50%);*/
}

#sel{
    display: table-cell;
    vertical-align: middle;
}

#sel > label{
    font-weight: normal;
    color: #fff;
}

#c4{
    background-color: rgba(230, 225, 48, 1);
    height: 100%;
    border: 1px solid white;
}

#c5{
    background-color: rgba(234, 235, 186, 1);
    height: 100%;
    border: 1px solid white;
}

#c6{
    background-color: rgba(232, 75, 29, 1);
    height: 100%;
    border: 1px solid white;
}

#cliente{
    height: 35px;
}

#pie{
    /*border:3px solid blue;
    height: 15%;*/
    height: 30%;
}

.dropdown-menu > li > a{
    padding-left: 10px!important;
    padding-right: 10px!important;
}

li[data-original-index="0"] a{
    height: 0px!important;
    padding: 0px!important;
}

.modal-content{
    border-radius: 0px!important;
}

.modal-header{
    border-bottom: 1px solid #ccc;
}

.modal-footer{
    margin-top: 0px;
    /*padding-top: 0px;*/
}

#clave{
    text-align: center;
    border-radius: 0px
}

@media screen and (orientation: landscape){
    #selector{
        width: 100%;
        top: 35%;
    }

    .icono{
        position: relative;
        top: 5%;
    }

    .icono img{
        width: 120px;
    }

    #sel img{
        width: 25px;
        margin-left: -18px;
        margin-right: 5px;
    }

    .logos{
        position: relative;
        top: 15%;
    }

    .logos img{
        width: 50%;
        height: 35px;
    }
}

@media screen and (orientation: portrait){
    .icono{
        position: relative;
        top: 20%;
    }

    .icono img{
        width: 150px;
    }

    #selector{
        top: 100%;
    }

    #sel img{
        width: 25px;
        margin-left: -10px;
        margin-right: 5px;
    }

    .logos{
        position: relative;
        top: 30%;
    }

    .logos img{
        width: 80%;
    }
}