/* 
    Created on : 07-jun-2016, 14:40:32
    Author     : diputacion
*/
.logo_imagen{
    height: 100%;
    width: 100%;
}
.margin-20 {
    margin-bottom: 20px;
}
.margin-30 {
    margin-bottom: 30px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.ancho-input{
    margin: 0 auto;
}
.login-box {
    //height: 290px;
    overflow: hidden;
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 3px #EEEEEE;
    color: #555555;
    padding: 30px;
}

.sinmargen{
    margin-right: : 1px;
}
.etiqueta {
    
    text-align: center;
    width: 51px;
    padding: 8px 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #cccccc;
    border-top-left-radius:5px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:5px;
}

