/* 
    Created on : 06-abr-2015, 21:12:39
    Author     : Marco G. Belmonte
*/
/*.social {
font-size: 1px;
}
 
 This gets Facebook to fall into place 
.social iframe {
vertical-align: middle;
margin-right: 40px;
}
 
 Set an optional width for your button wrappers 
.social span {
display: inline-block;
width: 110px;
}
 
 Adjust the widths individually if you like 
.social .google {
width: 75px;
} */



/* This gets Google to fall into place */
.social-share {
	font-size: 1px;
}
 
/* This gets Facebook to fall into place */
.social-share iframe {
	vertical-align: middle;
	
}
.fb-share-button{
 margin-right:30px;
}
/* Set an optional width for your button wrappers */
.social-share span {
	display: inline-block;
	width: 110px;
}
 
/* Adjust the widths individually if you like */
.social-share .google {
	width: 75px;
}

.li-share-button{
    padding: 0 30px; 
    vertical-align:top;
}
