﻿html
{
    margin:0;
    padding:0;
    height:100%;    
    background: url("../imagenes/login-background.jpg") no-repeat left top fixed;      
    background-attachment:scroll;      
    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}   

form { margin:0;
    padding:0;
    height:100%;
    }     

.login_body
{   
    background-color: rgba(0, 0, 0, 0.5); 
    margin:0px;
    height:100%;
    
    
}

.login_encabezado 
{
    top:0;
    position:fixed;
    width:100%;
    height:60px;
    background-color: rgba(0, 0, 0, 0.6); 
    background-attachment:fixed;
    border-bottom:solid 3px #8fcbe7;
}


.login_registro 
{
    width:800px;
    height:50px;
    margin-top:10px;
    float:right;    
}


.login_contenedor 
{
    width:100%;
    margin-left:auto; 
    display:block;
    float:right;
    
}

.login    
{
    width:350px;
    height:400px;
    float:right;
    margin-right:100px;
    margin-top:80px;
    background-color:#FFFFFF;
    background-color: rgba(255, 255, 255, 0.85); 
    text-align:center;        
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-right: 2px solid #8fcbe7;    
    border-bottom: 2px solid #8fcbe7;        
}

.login_contenedor_bloques 
{
    width:100%;
    margin-top:30px;
    margin-left: auto; 
    margin-right:auto;    
    text-align:center;
}

.login_bloque
{
    
    margin-top:50px;
    margin-right: 20px;
    width:300px;    
    height:150px;
    display:inline-block;            
    text-align:left;        
    border-bottom: 2px solid #8fcbe7;    
}

.login_bloque_titulo
{
    
    position:relative;    
    top:0px;
    width:100%;
    height:40px;
    background-color:#595a5b;    
    text-align:left;
    border-bottom: 3px solid #494949;        
    vertical-align:middle;
}

.login_bloque_titulo h1 
{    
    font-size:14px;
    font-family: arial;    
    color:#FFFFFF;
    padding-top:10px;
}

.login_bloque p
{    
    font-size:12px;
    font-family: arial;    
    color: #666666;
    padding:10px;
}


.login_icono_avisos 
{
    background-image: url("images/iconos/avisos-llamadas.png");
    background-size: 30px;
    height:30px;
    width:30px;
    display:block;
    float:left;
    margin:5px;    
}
    
#K2Pie {position: fixed; left:0; bottom:0; height:55px; font-size:13px; color:#FFFFFF; width:100%; background:rgba(0,0,0,0.3);}    
