﻿/*body {
     background: #056BAE;
    background:url('../imagenes/fondo.png') no-repeat center center fixed;
     -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 

    background: -webkit-radial-gradient(50% 300%, cover, #1a82f7, #000000);
    background-attachment:fixed;
    color:#fff;
    
}
#customBtn
{
    display: inline-block;
    background: #cc3732;
    color: white;
    width: 100px;
    border-radius: 15px;
    height: 100px;
    position: relative;
}
#customBtn:hover 
{
    background: #e74b37;
    cursor: pointer;
}
span.label 
{
    font-weight: bold;
}
span.icon 
{
    background: url('../imagenes/Gplus.png') 50% 50% no-repeat;
    background-size: 75% 75%;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
span.buttonText 
{
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 40px;
}
span.tresd
{
    display: inline-block;
    background: #8A2825;
    color: white;
    width: 100px;
    border-radius: 15px;
    height: 108px;    
    position: absolute;
}
#botonSingin
{
    margin-top: 10px;
    margin-bottom: 25px;
}
.cuadro
{
    border-radius: 15px;
    width: 210px;
    margin-top:20vmin;    
}
footer
{
    width:100%;
    position:absolute;
    bottom:0px;
}*/
/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900);

/*@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;*/

* {
    margin: 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

body {
    background: #ebebeb;
    margin: 0;
    color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

html,
body {
    height: 100%;
}

#h2 {
    background: url(../imagenes/header-2.jpg) no-repeat center top;
    padding-top: 5px;
    background-attachment: relative;
    background-position: center center;
    height: 100%;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #6B6B6B;
}

.inicio {
    border-radius: 15px;
    width: 350px;
    margin-top: 1vmin;
}

.inicio2 {
    width: 30em;
    margin-top: 57vmin;    
}

@media only screen and (max-width: 580px) {
    .inicio2 i {
        width: 140px;
        margin-top: 75vmin;
    }
}

footer {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#divLoginPanel {
    width: 400px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px;
    display: none;
}

    #divLoginPanel .row {
        padding-top: 1em;
    }

        #divLoginPanel .row input {
            width: 100%;
        }

#divCambiarContraseña {
    display: none;
}

#divCambiarContraseña {
    padding-top: 1em;
}

#divReestablecerContraseña {
    display: none;
}
