/*
CSS Style de index.css
*/

@font-face {
    font-family: Roboto1;
    src: url('../fonts/Roboto-Thin.ttf');
}

@font-face{
    font-family: Roboto2;
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face{
    font-family: Roboto3;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face{
    font-family: Roboto4;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face{
    font-family: Roboto5;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face{
    font-family: Roboto6;
    src: url('../fonts/Roboto-Black.ttf');
}

* {
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #ededed;
    background-size: 100% 100%;
}

page {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #34495e;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    width: 100%;
    height: 0%;
}

content {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 70px;
    margin: 0;
    width: 100%;
}

footer {
    position: absolute;
    padding-bottom: 5px;
    left: 0px;
    bottom: 0px;
    margin: 0;
    width: 100%;
    color: #fff;
    font-size: 8pt;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    font-family: Roboto2, Helvetica, Arial, Verdana;
}

footer a:link, footer a:visited, footer a:hover, footer a:active {
    color: #fff;
    text-decoration:none;
}

.titulo {
    position: relative;
    margin: auto;
    top: 20%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 30pt;
    font-weight: normal;
    text-decoration: none;
    font-family: Roboto2, Helvetica, Arial, Verdana;
}

.logo {
    position: relative;
    top: 10px;
    margin: 0 auto;
    padding: 0;
}

.logo img {
    width: 250px;
    border: 10px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}

.text {
    position: absolute;
    left: 0px;
    bottom: 20px;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    color: #fff;
    font-size: 25pt;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: Roboto2, Helvetica, Arial, Verdana;
}

.login {
    position: absolute;
    top: 0px;
    left: 35%;
    right: 35%;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.login a:link, .login a:visited, .login a:hover, .login a:active {
    color: #fff;
    text-decoration:none;
}

input[type=text],input[type=password] {
    background: #85929e url(../images/login-sprite.png) no-repeat;
    width: 100%;
    height: 36px;
    padding: 5px 10px 5px 34px;
    margin: 15px 0 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family:  Roboto3, Helvetica, Arial, Verdana;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0px solid #bbb;
}

input:focus {
    background-color: #85929e;
    outline: none;
    box-shadow: 0 0 0 1px #a10 inset;
    -moz-box-shadow: 0 0 0 1px #a10 inset;
    -webkit-box-shadow: 0 0 0 1px #a10 inset;
}

input[type=submit], input[type=button] {
    width: 100%;
    height: 36px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font: 16px/100%  Roboto3, Helvetica, Arial, Verdana;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    background-color: #212f3c;
}

input[type=submit]:hover, input[type=button]:hover {
    color: #212f3c;
    text-decoration: none;
    background-color: #fff;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#actions {
    margin: 25px 0 0 0;
    text-align: center;
}

.placeholder {
    color: #666;
    font-size:16px;
}

#username {
    background-position: 10px -4px !important;
}

#password {
    background-position: 10px -54px !important;
}

#usuario {
    background-position: 10px 1px !important;
}

#email {
    background-position: 5px -108px !important;
}

#passwd {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 101;
    visibility: hidden;
    background: rgba(0,0,0,0.4);
}

#mpasswd, #acceso {
    position: absolute;
    padding: 30px;
    top: calc(50% - 150px);
    left: calc(50% - 200px);
    height: 300px;
    width: 400px;
    display:block;
    background-color: #fff;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0.9;
    z-index: 102;
}

#mpasswd h1, #acceso h1 {
    position: relative;
    margin: 0;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: Roboto3, Helvetica, Arial, Verdana;
}

.close {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.roption .rlabel {
    margin-left: 22px;
    display: block;
    line-height: 18px;
    font-family: Roboto2, Helvetica, Arial, Verdana;
}

.mensaje {
    font-size: 11px;
    color: #666;
    line-height: 18px;
    font-family:  Roboto2, Helvetica, Arial, Verdana;
}

.error {
    color: #cd6155;
    font-weight: normal;
    font-size: 14pt;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    font-family: Roboto3, Arial, Verdana;
}

.error a:link, .error a:visited, .error a:hover, .error a:active {
    color: #fff;
    text-shadow: none;
    font-family: Roboto2, Arial, Verdana;
}

.errores {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    font-family: Roboto2, Helvetica, Arial, Verdana;
}
