@font-face {
    font-family: DINOT;
    src: url('fonts/DINOT.otf') format('opentype');
}

@font-face {
    font-family: DINOT-Bold;
    font-weight: bold;
    src: url('fonts/DINOT-Bold.otf') format('opentype');
}

@font-face {
    font-family: DINOT-Medium;
    src: url('fonts/DINOT-Medium.otf') format('opentype');
}

* {
    font-family: DINOT, DINOT-Bold, DINOT-Medium, Arial, sans-serif;
}

html{
    /*background-color: green;*/
    *background-image: url('');
    *background-size: 99%;
    *background-repeat: no-repeat;
    color: white !important;
}

body, html{
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
}

body header{
    margin-top: 128px !important;
}

header, footer, section{
    max-width: 796px;
    margin: 0 auto;
    box-sizing: border-box;
    clear: left;
}

header .logo{
    clear: both;
    float: right;
    background: url('../images/logo.png') no-repeat;
    background-size: 100px 100px, contain;

    width: 100px;
    height: 100px;
}

header button{
    border: none;
    text-decoration: none;
    background-color: transparent;
    color: white;
    -moz-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    cursor: pointer;
}

header input[type='search']{
    outline: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px white solid !important;
    color: white;
}

.cuadrado_texto{
	background-color: #666;
	height: 400px;
}

footer.version{
    position: fixed;
    *margin-left: 5px;
    *font-size: 12px;
    bottom: 30px;
    *left: -40px;
}

footer{
    font-size: 12px;
}

label{
    display: block;
    text-align: left;
}

label.cw100{
    width: 150px;
    display: inline-block;
}

.cw150{
    width: 150px;
}

.cw250{
    width: 250px;
}

.cw450{
    width: 450px;
}

section{
    height: calc(100% - 213px);
}

section li div.login-form{
    float: left;
    background-color: rgba(0,190,91,0.7);
    padding: 0 2px;
    margin: 50px 0 30px 0px;
    *width: 250px;
    width: 100%;
    *min-height: 270px;
    border-collapse: collapse;
    box-sizing: border-box;
    overflow: hidden;
    word-break: normal;

}

section li div.user-form{
    float: left;
    background-color: rgba(0,190,91,0.7);
    padding: 0 2px;
    margin: 0px 0 30px 0px;
    *width: 250px;
    width: 100%;
    *min-height: 270px;
    border-collapse: collapse;
    box-sizing: border-box;
    overflow: hidden;
    word-break: normal;

}

div.form{
    margin: 30px auto;
    text-align: left;
    height: 131px;
    max-width: 600px;
}

.wrapper{
    margin: auto;
    padding-top: 20px;
    width: 100%;

}

.wrapper2{
    margin: auto;
    padding: 55px 10px;
    width: 700px;

}
input{
    *border: 0;
    padding: 2px 5px;
    margin-right: 7px;
}

button{
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 22px;
}
fieldset{
    border: none;
    margin: auto;
    padding: 0;
    display: inline-block;
}

nav ul{
    list-style-type: none;
    padding-left: 0;
}

nav a{
    text-decoration: none;
}

a{
    color: white;
}


div.error, div.off{
    width: 400px;
    padding: 40px 20px;
    margin: auto;
}

div.off{
    display: none;
}

div.error{
    background-color: orange;
    color: white;
}

