html{
    overflow-y:auto;
    height: 100%;
}

body{
    margin: 0px;
    height: 100%;
    background-color: white;
}

body#contenido {
    margin: 0px;
    min-height: 100%;
    background-color: #1968B1;  
    min-width: 1600px;
    max-width: 1600px;
    min-height: 808px;
    max-height: 808px;
}
.btn_proyectos{
    /*background-color: #006CB7;
    color: #fff;*/
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #31708F;    
    font-size:20px;
    text-transform: uppercase;
    min-width: 200px;
    max-width: 200px;
    min-height: 180px;
    max-height: 180px;
}

#btn_ras {
   
}

#btn_ce {
    /*margin-left:40%;*/
}

#btn_urgencia{
    /*margin-left:80%;*/
}

#btn_archivo{
    /*margin-top:20%;*/
}

#btn_inscrito{
    /*margin-left:40%; 
    margin-top:20%;*/
}

#btn_onco {
    /*margin-left:80%; 
    margin-top:20%;*/
}

#btn_proyectos {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #31708F; 
    font-size: 20px;
    text-transform: uppercase;    
    min-width: 200px;
    max-width: 200px;
    min-height: 180px;
    max-height: 180px;
}
#btn_restablecer_contraseņa {
    background-color: #4aa7c3; 
    color: #fff;
    font-size: 12px;  
    min-width: 140px;
    max-width: 140px;
    min-height: 35px;
    max-height: 35px;
}

h2{
    display:inline-block;
}
.btn{
    box-shadow: 1px 1px 5px #888888;   
}

.btn:focus,
.btn:active:focus,
.btn.active:focus{
    outline: none;
    outline-offset: 0px;
}

#btn_proyectos:hover{
    color: #EBEBEB;
    /*background-color: #0061a4;*/
    background-color: #428bca;
} 

.btn_proyectos:hover{
    color: #EBEBEB;
    /*background-color: #0061a4;*/
    background-color: #428bca;
} 

a {color:#fff;}
a:hover {text-decoration:none; color: #fff;}

