@charset "utf-8";
/* Social Media Icon Links Extension (S.M.I.L.E.) */
div.smile a {display:inline-block;outline:none;}
div.smile a img {border:none;}
div.smilecredits {width:100%}
div.smilecredits a {font-size:10px;}
.clr {clear:both;}

.Twitter_logo {
 width: 20px;
 height:20px;
 background:transparent url('icons/t_gris.png') center top no-repeat;
}

.Twitter_logo:hover {
   background-image: url('icons/t_violet.png');
}
	
.Linkedin_logo {
 width: 20px;
 height:20px;
 background:transparent url('icons/in_gris.png') center top no-repeat;
}

.Linkedin_logo:hover {
   background-image: url('icons/in_violet.png');
}

.Facebook_logo {
 width: 20px;
 height:20px;
 background:transparent url('icons/f_gris.png') center top no-repeat;
}

.Facebook_logo:hover {
   background-image: url('icons/f_violet.png');
}