/* layout */

.clearfix:after {
	content:"";
	display: table;
	clear:both;
}

/* newsletters */

#newsletters {
	margin-top:20px;
}
.newsletter {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.attachment-newsletter-widget {
	padding:10px 12px 4px 8px;
	width: 100%;
	max-width: 300px;
	height: auto;
}

/* boton verde */

.boton-verde {
  display: inline-block;
  color: #fff !important;
  background-color: #61a324;
  text-align: center;
  padding: 12px 18px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-top: 12px;
}
	
.boton-verde:hover {
  background-color: #96c16f;  
}

.widget_sp_image img {
 	max-width: 100%;
	height: auto;	
}
.widget_sp_image img:hover {
 	opacity: 0.8;	
}

.boton-widget {
  display: block;
  color: #333 !important;
  /*width:100%;*/
  background-color: #dedede;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-top: 0;
  border: 1px solid #E1E1E1;
}
.boton-widget:hover {
  background-color: #96c16f;
  color: #fff !important;
}