@charset "UTF-8";
/* CSS Document */

button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}

/*blue buttons*/
button.submitBtn {
	background:url(../img_gral/boton/btn_blue_right.gif) right no-repeat;
	font-size:1.0em;
}
button.submitBtn span { 
  height:35px; 
  line-height:35px;
  background:url(../img_gral/boton/btn_blue_left.gif) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(../img_gral/boton/btn_blue_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(../img_gral/boton/btn_blue_left_hover.gif) left no-repeat; 
}
button { 
  width:auto; 
  overflow:visible; 
}
button span { 
  margin-top:1px; 
}

@charset "UTF-8";
/* CSS Document */

button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}
/*blue buttons*/
button.submitBtn { 
  background:url(../img_gral/boton/btn_blue_right.gif) right no-repeat; 
  font-size:1.0em; 
}
button.submitBtn span { 
  height:35px; 
  line-height:35px;
  background:url(../img_gral/boton/btn_blue_left.gif) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(../img_gral/boton/btn_blue_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(../img_gral/boton/btn_blue_left_hover.gif) left no-repeat; 
}
button { 
  width:auto; 
  overflow:visible; 
}
button span { 
  margin-top:1px; 
}

