/*a:hover, a:active{
          outline-color: none;
        background-color: grey;
        font-size: 25px;
        color: white;
          transition: 0.5s;
}
*/

.redar{
color: green;

}






a:hover{

     color:#ed9747;
}


table{
	 border-radius: 3px;
     border-width: 2px;
     border: #8eb9fa 0px solid;
        border-bottom-right-radius: 45px;

     border-bottom-right-radius: 45px;
     border-top-right-radius: 100px;
     border-bottom-left-radius: 20px;

}

input, select   {

     border-radius: 3px;
     border-width: 2px;
     border: #8eb9fa 1px solid;


}


input:Focus {
     Background-color: #fcfcfc;
     border: #8eb9fa 2px solid;

    
     border-bottom-right-radius: 20px;
     border-top-right-radius: 20px;
     border-bottom-left-radius: 20px;

    
     outline: 0; 

}
select:Focus {
     Background-color: #fcfcfc;
     border: #8eb9fa 2px solid;

    
     border-bottom-right-radius: 20px;
     border-top-right-radius: 20px;
     border-bottom-left-radius: 20px;

    
     outline: 0; 

}

option:Focus {
     Background-color: #fcfcfc;
     border: #8eb9fa 2px solid;

    
     border-bottom-right-radius: 20px;
     border-top-right-radius: 20px;
     border-bottom-left-radius: 20px;

    
     outline: 0; 

}

#total{
    
     border: none;
     font-weight: bold;
}
#suma_i{
     font-size: 25px;
}
#autorizados{
     font-size: 20px;
     outline: none;
     border: 3px;
     background-color: rgb(241, 216, 184);
     margin-right: 15px;
     padding: 15px;
     border-radius: 18px;
}
#autorizados:hover{
     background-color: #ed9747;
     

}