/* -------------------- ESTILOS GENERALES -------------------- */
body {
    /*background: #CCC;*/
    background: #c2c2c2;
    color: #606060;
    /*font-size:14px;*/
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 0 0 0;
    cursor: default;
}

input[type='button'] {
    font: inherit;
    cursor: pointer;
}

.clear {
    clear: both;
}

#contenedor_general {
    width: 100% !important;
    /*max-width:1280px;*/
    min-width: 768px;
    background: #E6E6E6;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.rotate-content {
    transform: rotate(180deg)
}