.btn_login{
  font-size:20px;
  font-weight:bold;
  color:white;
  background:#003298;
  border:solid 1px #fda641;/*naranja*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width:80px;
  height:40px;
  cursor:pointer;
  text-align:center;
  padding:5px;
} 
.btn_login:hover{
  background:#fda641;
  border:solid 1px #003298;/*naranja*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
} 
.btn_40x20_blueWhite{ 
  font-size:14px;
  font-weight:bold;
  color:white;
  background:#5a5ae0;
  border:solid 1px white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width:40px;
  height:20px;
  cursor:pointer;
  text-align:center;
  padding:5px;
} 
.btn_40x20_blueWhite:hover{
  background:white;
  border:solid 1px #5a5ae0;
  color:#5a5ae0;
}   
.btn_0x20_greenWhite{
  font-size:14px;
  font-weight:bold;
  color:white;
  background:green;
  border:solid 1px white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height:20px;
  cursor:pointer;
  text-align:center;
  padding:5px;
} 
.btn_0x20_greenWhite:hover{
  background:white;
  border:solid 1px green;
  color:green;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
} 
.btn_0x20_redWhite{
  font-size:14px;
  font-weight:bold;
  color:white;
  background:red;
  border:solid 1px white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height:20px;
  cursor:pointer;
  text-align:center;
  padding:5px;
} 
.btn_0x20_redWhite:hover{
  background:white;
  border:solid 1px red;
  color:red;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
} 
.btn_0x20_yellowWhite{
  font-size:14px;
  font-weight:bold;
  color:black;
  background:#ddfd03;
  border:solid 1px black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height:20px;
  cursor:pointer;
  text-align:center;
  padding:5px;
} 
.btn_0x20_yellowWhite:hover{
  background:black;
  border:solid 1px #ddfd03;
  color:#ddfd03;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
