/*  Archivo de estilos para tipos de 
    letras
	
	Hoy inicie la segmentacion del los
	archivos de estilo.
	15 de Abril de 2015
	http://www.socicon.com/
*/

@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"; }
       
.linea-texto:before {
   border-bottom: 1px solid #333;
   content: "";
   left: 0;
   position: absolute;
   right: 0;
   top: 50%;
   z-index: -1;
}

.linea-texto  {
   background: #f0f0f0;
   font-size: 0.9em;
   margin: 20px 0; 
   position: relative;
   text-align: center;
   z-index: 0;
}

.linea-texto span {
   background: #f0f0f0;
   padding: 0 10px;
}

.preguntas  li{
   background: url("../img/check2.png") no-repeat !important;
   border-bottom: 1px solid #d4d9de;
   font-size: 0.9em !important;
   margin-left: 0px !important;
   width: 90%;
}

.preguntas a:link {
  color: blue;
}

.preguntas a:visited {
  color: blue;
}