@charset "utf-8";
/* CSS Document */
	#encFilmMain
    {
      width:200px; /* Max widht of the container */
    }
    #encFilm 
    {
      height:180px;  /* Max height of the container */
      background-color:#ffffff;
      padding:0px 0px 0px 0px;      
    }
    #encFilmInner
    {
      position:relative;
      background-color:#ffffff;
      padding:0px 0px 0px 0px;
      height:170px; /* Inner films height. It will be -10 from Max height */
      width:200px; /* this will be -20px from full width of #encFilmMain*/
      overflow:hidden;
    }
    #encScrollBarTop
    {           
      background:url('http://www.alsa.es/Alsa/Contenidos/Miscelanea/imagenes/up_arrow.gif') center center no-repeat #fff;
      text-align:center;
      color:#fff;
    }
    #encScrollBarBottom
    {    
      background:url('http://www.alsa.es/Alsa/Contenidos/Miscelanea/imagenes/down_arrow.gif') center center no-repeat #fff;
      text-align:center;
      color:#fff;
    }
    #encScrollBarTop a, #encScrollBarBottom a
    {
      line-height:10px;
      padding:2px;
      color:#fff;
      display:block;
      text-decoration:none;
    }
    #encNav
    {
      position:relative;
      color:#000;
      top:0px;
    }
  .Estilo1 {color: #1F5BAC}
