@charset "UTF-8";
.btn{
background-color:#003083;
width: 100%;
}
.btn:hover{
background-color:#f0f0f0;
width: 100%;
}
.btn-rojo{
font-weight: bold !important;
color:#fff !important;
background-color:#ff0000;
width: 100%;
}
.btn-rojo:hover{
color:#f00 !important;
background-color:#f0f0f0;
width: 100%;
}
