.colselectdroptitle {text-align: right; padding-top: 15px; font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-weight: bold; color:#1a2d4e;}
.colselectdrop {text-align: right; padding-top: 10px; font-family: 'Helvetica Neue', sans-serif; font-size: 12px; color:#1a2d4e;}
.cuadroestatua {width: 250px; float: right; text-align: right;}
.cuadroestatuablu {border: #00000 1px solid; font-family: Arial, sans-serif;  font-size: 13px; color:#fff; background-color: #1a2d4e; padding:4px; width: 100%; }

.btnshin {
	background-image: url("imgs/i_registro.png");
	background-color: #2ba54a; 
	border:1px solid #0c7f00; 
	background-repeat: no-repeat; 
	background-position: 6px 6px; 
	padding: 10px 10px 10px 38px;  
	color: #FFFFFF; 
	letter-spacing:1px; 
	font-weight: bold; 
	font-family: 'Helvetica Neue', sans-serif;
	border-radius: 3px;
	cursor: pointer; 
}

.btnshin--pulse {
  -webkit-box-shadow: 0 0 1px 0 rgba(43, 165, 74, 0.7);
          box-shadow: 0 0 1px 0 rgba(43, 165, 74, 0.7);
  -webkit-animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
          animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 8px rgba(12, 127, 0, 0);
            box-shadow: 0 0 0 8px rgba(12, 127, 0, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 8px rgba(12, 127, 0, 0);
            box-shadow: 0 0 0 8px rgba(12, 127, 0, 0);
  }
}