/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);*/
/*@import url(http://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext);*/
@font-face {
    font-family: 'Avenir Next Medium';
    src: url("fonts/AvenirNextLTPro-Demi.otf"); /* File to be stored at your site */
}
@font-face {
    font-family: 'Avenir Next Condensed';
    src: url("fonts/AvenirNextLTPro-Cn.otf"); /* File to be stored at your site */
}

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
.olImageLoadError {
    /* when OL encounters a 404, don't display the pink image */
    display: none !important;
}
html ,
body {
    margin: 0;
    padding: 0;
    height: 100% !important;
    overflow-y: hidden;
    position: relative;
    /*font-family:  helvetica, arial sans-serif;*/
    /*font-size: 12px;*/
    font-family: Verdana, Arial, sans-serif !important;
    font-size: 14px;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    width: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
}
body{
    /*width: 1024px;
    margin-left: auto;
    margin-right: auto;*/
}
h3, ul, li, div {
    font-family: Verdana, Helvetica, Arial, sans-serif !important;
}

div#todoholder {
    height: 100%;
    width: 100%;
    margin: 0px !important;
}
div#allholder{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    /*border: 1pt solid #cccccc;*/
    border-radius: 5px;
    width: 100%;
    /*height: 100%; Esto hay que manejarlo diferente en MOBILE*/

    height: calc(100% - 51px) !important;
    height: -moz-calc(100% - 51px);
    height: -webkit-calc(100% - 51px);
    box-sizing: border-box;
    border-top: 0px;
}
html {
}




div.header-overdone, div.header {
    height: 51px;
    width: 100% !important;
    /* box-shadow: 1px 1px 21px rgb(90, 89, 89); */
    background: #F7F8FA !important;
    /* border-bottom: solid 10px #007B38; */
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: visible;
    border: none;
    z-index: 26;
    position: relative;
    -webkit-box-shadow: 0px 2px 36px -1px rgba(21,66,87,0.15);
    -moz-box-shadow: 0px 2px 36px -1px rgba(21,66,87,0.15);
    box-shadow: 0px 2px 36px -1px rgba(21,66,87,0.15);
}
div.header-overdone {
    position: absolute;
    top: 0px;
}
div.header-middle{
    float: left;
    width: calc( 100% - 325px );
    text-align: center;
    margin-left: 10px;
    color: #00C3F4;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
div.header-normal {
    overflow: hidden;
    height: 50px;
    display: block;
    margin-top: 7px;
}



div.logo-3, div.logo-2, div.logo-1 {
    background: url(imgs/sprite1.png) no-repeat transparent;
    display: inline-block;
    float: right;
    margin-right: 10px !important;
    margin-left: 0px !Important;
}


div.logo-2 {
    width: 92px;
    height: 43px;
    background-position: 0px -40px;
    float: right;
    margin: auto 0px;
}
div.logo-1 {
    width: 113px;
    height: 36px;
    background-position: -106px -45px;
    margin-right: 30px;
    margin-left: 00px;
}div.logo-3 {
     background-position: -245px -43px;
     width: 78px;
     height: 49px;
     margin-top: -4px;
 }

div.fondo-opacity{
    background: url(imgs/opacitycr.jpg) no-repeat #67656f center;
    display: inline-block;
    height: 394px;
    width: 100%;
}
div.contenedor-login {
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0px auto;
    padding: 10px 20px;
    transition: all 2s ease-in-out;
}

div.contenedor-login.move {
    transform: translate(0,-250px);
}



.contenedor-login {}

div.contenedor-login-inner {
    width: 300px;
    margin: 20px auto;
    border-radius: 4px;
    /* border: 1px solid; */
    padding: 10px 50px;
    box-shadow: 1px 1px 21px rgb(90, 89, 89);
}

.contenedor-header {
    color: #575757;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
div.elemento-fila label{
    width: 100px;
    display: inline-block;
}
div.elemento-fila {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

button#iniciarsesion {margin: 20px auto;float: none;display: block;}
.contenedor-login-inner  button {
    box-shadow: none !important;
}
.contenedor-login-inner button:hover {
    background-color: #7ecff4;
}
.contenedor-login-inner button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}