.imagen_header{    
    /*height: 124px;*/
    background-color: #001b39 ;
}
.ul, .dropdown:hover > ul.dropdown-menu {
    display: block;
    min-width:180px;
    padding:10px
}
.p{
    font-family: Arial;
    color: #263352 ;
    font-size: 14pt;
    font-size-adjust: auto;
    width: 300px;
}
.aside_ayuda{
    font-size: 10pt;
    font-family: Arial;
    color: #263352 ;
    
    border-radius: 5px;
    
    border-style: solid;
    border-color: darkgrey;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    
    margin: 15px;
    
    
}
.section_ayuda{
    border-style: solid;
    border-color: darkgrey;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-radius: 5px;
    
    margin: 15px;
    
}
/*ul  {
    background-color: #fff;
}*/
a:hover{
    color: #01465d !important;
    background-color: #67b6d1;
}

.enc_cont{
    background-color: #67b6d1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px;
    height: 36px;
       
}

.pleca_tit{
    
    background-color: #67b6d1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px;
    height: 36px;
    margin: 0px;
    
}

 .h_pleca{
    font-size: 18px;
    color: floralwhite;
    text-align: left;
    background-color: #67b6d1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    height: 36px;
    margin-bottom: 0px;
    
    
}  

.cont_etapas{
    align-content: center;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 0px;
    border-style: solid;
    border-color: darkgrey;
    border-width: thin;
    border-style: solid;
}
 .panel-heading2 {
    font-size: 18px;
    color: floralwhite;
    text-align: left;
    background-color: #67b6d1;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
    
}  

.tit2{
    color: #ffffff;
    font-size: 20pt;
    font-family: Arial;
       
}

.hr{
    color: #ffffff;
    font-size: 20pt;
    font-family: Arial;
    margin-top: 20px; 
    margin-bottom: 20px; 
    border-width: 1px 0px 0px; 
    border-top-style: solid; 
    border-top-color: rgb(238, 238, 238);

}