/* CSS Document */

.wrap_poty label.lbl{ 
	width:80px !important;
	float:left;
}

.wrap_poty input.txt{
	width:80% !important;
}

.wrap_poty #btn_accion{
	width:auto !important;
}

.wrap_poty .button_info {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   padding: 7px 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #ffffff;
   font-size: 17px;
   font-family: Georgia, serif;
   text-decoration: none;
   display:block;
   text-align:center;
   }
.wrap_poty .button_info:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.wrap_poty .button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

