@charset "utf-8";
/* CSS Document */

@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.eot?52056620');
      src: url('../fonts/fontello.eot?52056620#iefix') format('embedded-opentype'),
           url('../fonts/fontello.woff?52056620') format('woff'),
           url('../fonts/fontello.ttf?52056620') format('truetype'),
           url('../fonts/fontello.svg?52056620#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }


    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;

      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      /*margin-right: .2em;*/
      text-align: center;
      /* opacity: .8; */

      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;

      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;

      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      /*margin-left: .2em;*/

      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */

      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;

      /* Uncomment for 3D effect */
       text-shadow: 1px 2px 2px rgba(127, 127, 127, 0.3);
	   /*font-size:36px;*/
    }

	.icon-bqIcon,
	.icon-bqIcon1,
	.icon-bqIcon2,
	.icon-bqIcon3{font-size:72px!important;}

  .strong{font-family: 'PT Sans', sans-serif!important;   font-weight: 700;}

.cursive{font-style: italic!important;}


  .listaNueva{ list-style: none; margin-left: 0px;}
  .listaNueva li{ padding: 10px 0px 0px 50px; position: relative; margin-bottom: 60px; font-size: 25px; line-height: 1.3em}

  .listaNueva li a{font-size: 25px; line-height: 1.3em; color: #000;}


  .listaNueva li span{ display: block; width: 36px;
    height: 36px;
    position: absolute;
    background-color: #000;
    
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center; 
    left: 0;
    background-image: url(../images/common/right.png);
    z-index: 100;
    cursor: pointer;
  }

  .listaDos{ list-style: none;}