hr{border-top: 1px dotted #999;}
hr.clear{clear: both; visibility: hidden; padding:0px; margin:0px; height:0px;}
hr.separador-horizontal{margin: 10px 0px;}
a{color: #41a5e8; cursor: pointer; text-decoration: none;}
a:hover{text-decoration: underline;}
span.separador{color: #999; padding: 0 5px 0 5px;}
span.info_tip_obligatorio{color: #ff0000; margin-left: 3px;}

#cabecera{
    /*margin-left: 30px;*/
    /*padding: 5px 0 5px 0;*/
    background-color: #072d74;
}
#cabecera img {
    /*height: 60px;*/
    width: 100%;
}

#cabecera_barra{text-align: right;}

#titulo{font-weight: bold; font-size: 14px;}

#menu_usuario {
    padding: 5px 10px;
    text-align: right;
    background-color: #00173a;
}
#menu_usuario * {
    vertical-align: middle;
}
#btn_login{margin-right: 10px;}
#btn_usuario{margin-right: 10px;}
#btn_logout{margin-right: 10px;}
#btn_marcadores{margin-right: 10px;}

#contenido{min-height: 360px;}
#contenido div#col1{}
#contenido div#col2{}

#pie {
    color: #5474c7;
    background-color: #00173a;
    margin: 50px 0 0 0;
    padding-bottom: 20px
}
#pie_imagen {
    /*background: url("../imagenes/footer.png") 0 0 no-repeat;*/
    background-position: center;
    height: 30px;
}

.titulo{font-weight: bold;}
.msg_error{color: #ff0000;}
.hidden{display: none;}

#upload_progress{
    display: none;
    margin: 5px 0 5px 0;
}

#upload_progress div.bar {
    width: 0%;
    height: 5px;
    background: green;
}

#btn-top {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 0;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #41a5e8;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px 0 0 4px;
}

#btn-top:hover {
    background-color: #555;
}

@media (max-width: 480px) {
    #cabecera img {
        width: 100%;
        height: auto;
    }
}