/*  Archivo de estilos para tipos de 
    letras
	
	Hoy inicie la segmentacion del los
	archivos de estilo.
	15 de Abril de 2015
*/

@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.woff2') format('woff2'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;		 
}

.socicon {
    position: relative;
    color: #6b6e77;
    top: 1px;
    display: inline-block;
    font-family: 'socicon' !important;
    font-size: 1.4em;
    font-style: normal;	
    font-weight: normal;	
    line-height: 1;
	speak: none;
	
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.socicon: empty{
  width: 1em;
}

.socicon-twitter:before { content: "a"; }
.socicon-facebook:before { content: "b"; }
.socicon-google:before { content: "c"; }
.socicon-pinterest:before { content: "d"; }
