/* HOME BIG FEATURED ______*/
#HomeFeatures{
  margin: 0 0 20px;
  position:relative;
  width: 950px;
}
  #HomeFeatures .Cover{
    float: left;
    display: inline-block;
    margin: 0 0 20px;
    transition: .2s linear all;
    width: 950px;
  }  
  
  #HomeFeatures .Carousel{
    background: url(images/bg-carrousel.png) no-repeat center top;
    float: left;
    height: 108px;
    padding: 20px 30px 0;
    width: 890px;
  }
    .Carousel ul li{
      opacity: .6;
      transition: .2s linear all;
    }
      .Carousel ul li:hover{
        opacity: 1;
      }

/* FEATURED COLUMNS */

#FeaturedColumns{
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  float: left;
  padding: 30px 0;
  width: 100%;
}
  #FeaturedColumns .col-1{
    float: left;
    margin-right: 25px;
    width: 300px;
  }
    .col-comments{
      background: #FFFFFF;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');
      border-radius: 4px;
      box-shadow: 0 0 3px #c0c0c0;
      height: 415px;
      margin: 0 0 20px;
      padding: 10px;
      width: 280px;
    }
      .col-comments hgroup{
        float: left;
        height: 40px;
        margin-bottom: 10px;
        width: 280px;
      }
        .col-comments hgroup img{
          float: left;
          margin-right: 10px;
          width: 28px;
        }
        .col-comments hgroup h2{
          border-bottom: 1px solid #afafaf;
          color: #0063a0;
          float: left;
          font-size: 20px;
          padding-bottom: 3px;
          width: 240px;
        }
      .col-comments ul{
        float: left;
      }
        .col-comments ul > li{
          height: 90px;
          margin: 0 0 20px;
        }
          .col-comments ul > li figure{
            border: 2px solid white;
            float: left;
            height: 67px;
            margin: 0 9px 0 0;
            overflow: hidden;
            transition: .2s linear all;
            width: 67px;
          }
            .col-comments ul > li figure img.grow{
              height: 67px;
              width: 67px;
              -webkit-transition: all .2s ease;
              -moz-transition: all .2s ease;
              -o-transition: all .2s ease;
              -ms-transition: all .2s ease;
              transition: all .2s ease;
            }            
            .col-comments ul > li:hover figure img.grow {
              width: 120%;
              height: 120%;
            }
            
          .col-comments ul > li h3{
            color: #000000;
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 16px;
            transition: .2s linear all;
            width: 200px;
          }
          .col-comments ul > li p{
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 14px;
            max-height: 51px;
            overflow: hidden;
            width: 200px;
          }
        /* HOVERS LI COMMENTS */
        .col-comments ul > li:hover figure{
          box-shadow: 0 0 2px #888888;
        }
        .col-comments ul > li:hover h3{
          color: #0063a0;
        }
        
      .col-comments .alerta{
        color: #8a8a8a;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 12px;
        float: left;
        text-align: center;
      }
      
    .col-sabiasque{
      background: #FFFFFF;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');
      border-radius: 4px;
      box-shadow: 0 0 3px #c0c0c0;
      height: 370px;
      margin: 0 0 0;
      width: 300px;
    }
      .col-sabiasque figure{
        margin: 0 0 10px;
      }
        .col-sabiasque figure .figure-hover{
          background: #0063a0 url(images/ico-enter.png) no-repeat center center;
          height: 166px;
          margin: -166px 0 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0;
          position: absolute;
          transition: .2s linear all;
          width: 300px;
        }
      .col-sabiasque hgroup{
        float: left;
        height: 40px;
        margin-bottom: 10px;
        width: 300px;
      }
        .col-sabiasque hgroup img{
          float: left;
          margin: 0 10px 0 -5px;
          width: 43px;
        }
        .col-sabiasque hgroup h2{
          border-bottom: 1px solid #afafaf;
          color: #0063a0;
          float: left;
          font-size: 20px;
          padding-bottom: 3px;
          width: 240px;
        }
        .col-sabiasque article{
          background: url(images/ico-quote.png) no-repeat left top;
          float: left;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 14px;
          height: 145px;
          padding: 0 15px 0 50px;
        }
          .col-sabiasque article a p{
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 14px;
          }
        /* HOVER */
        .col-sabiasque:hover article a p{
          color: #0063a0;
        }
        .col-sabiasque:hover figure .figure-hover{
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          filter: alpha(opacity=70);
          opacity: .7;
        }

  #FeaturedColumns .col-2{
    float: left;
    margin: 0 25px 5px 0;
    width: 300px;
  }
    .col-birth{
      background: #FFFFFF;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');
      border-radius: 4px;
      box-shadow: 0 0 3px #c0c0c0;
      height: 160px;
      margin: 0 0 20px;
      padding: 10px;
      width: 280px;
    }
      .col-birth hgroup{
        float: left;
        height: 40px;
        margin-bottom: 10px;
        width: 280px;
      }
        .col-birth hgroup img{
          float: left;
          margin-right: 10px;
          width: 28px;
        }
        .col-birth hgroup h2{
          border-bottom: 1px solid #afafaf;
          color: #009b3d;
          float: left;
          font-size: 20px;
          padding-bottom: 3px;
          width: 240px;
        }
      .col-birth ul{
        float: left;
      }
        .col-birth ul > li{
          height: 90px;
          margin: 0 0 20px;
        }
          .col-birth ul > li figure{
          border: 2px solid white;
            border-radius: 50%;
            float: left;
            height: 67px;
            margin: 0 9px 0 0;
            overflow: hidden;
            transition: .2s linear all;
            width: 67px;
          }
            .col-birth ul > li figure img.grow{
              height: 67px;
              width: 67px;
              -webkit-transition: all .2s ease;
              -moz-transition: all .2s ease;
              -o-transition: all .2s ease;
              -ms-transition: all .2s ease;
              transition: all .2s ease;
            }            
            .col-birth ul > li:hover figure img.grow {
              width: 120%;
              height: 120%;
            }
          .col-birth ul > li h3{
            color: #000000;
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 16px;
            transition: .2s linear all;
            width: 200px;
          }
          .col-birth ul > li p{
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 14px;
            max-height: 33px;
            overflow: hidden;
            width: 200px;
          }
        /* HOVERS LI BIRTH */
        .col-birth ul > li:hover figure{
          box-shadow: 0 0 2px #888888;
        }
        .col-birth ul > li:hover h3{
          color: #009b3d;
        }    
    
    .col-birthday{
      background: #FFFFFF;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');
      border-radius: 4px;
      box-shadow: 0 0 3px #c0c0c0;
      height: 335px;
      margin: 0 0 20px;
      padding: 10px;
      width: 280px;
    }
      .col-birthday hgroup{
        float: left;
        height: 40px;
        margin-bottom: 10px;
        width: 280px;
      }
        .col-birthday hgroup img{
          float: left;
          margin-right: 10px;
          width: 28px;
        }
        .col-birthday hgroup h2{
          border-bottom: 1px solid #afafaf;
          color: #0063a0;
          float: left;
          font-size: 20px;
          padding-bottom: 3px;
          width: 240px;
        }
      .col-birthday ul{
        float: left;
      }
        .col-birthday ul div li{
          height: 70px;
          margin: 0 0 20px;
        }
          .col-birthday ul div li figure{
            border: 2px solid white;
            border-radius: 50%;
            float: left;
            height: 67px;
            margin: 0 9px 0 0;
            overflow: hidden;
            transition: .2s linear all;
            width: 67px;
          }
            .col-birthday ul div li figure img.grow{
              height: 67px;
              width: 67px;
              -webkit-transition: all .2s ease;
              -moz-transition: all .2s ease;
              -o-transition: all .2s ease;
              -ms-transition: all .2s ease;
              transition: all .2s ease;
            }            
            .col-birthday ul div li:hover figure img.grow {
              width: 120%;
              height: 120%;
            }
          .col-birthday ul div li h3{
            color: #000000;
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 16px;
            height: 20px;
            margin: 0 0 5px;
            overflow: hidden;
            transition: .2s linear all;
            width: 200px;
          }
          .col-birthday ul div li p{
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 12px;
            max-height: 33px;
            overflow: hidden;
            width: 200px;
          }
        /* HOVERS LI BIRTHDAY */
        .col-birthday ul div li:hover figure{
          box-shadow: 0 0 2px #888888;
        }
        .col-birthday ul div li:hover h3{
          color: #0063a0;
        }
    
    .col-ads{
      background: #FFFFFF;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');
      border-radius: 4px;
      box-shadow: 0 0 3px #c0c0c0;
      height: 261px;
      margin: 0 0 20px;
      width: 300px;
    }
      .col-ads hgroup{
        float: left;
        height: 40px;
        margin: 15px 0 0;
        width: 300px;
      }
        .col-ads hgroup img{
          float: left;
          margin: 0 10px 0 -5px;
          width: 43px;
        }
        .col-ads hgroup h2{
          border-bottom: 1px solid #afafaf;
          color: #f3250f;
          float: left;
          font-size: 20px;
          padding-bottom: 3px;
          width: 240px;
        }
      .col-ads ul{
        float: left;
        margin: 0 15px;
        width: 270px;
      }
        .col-ads ul div li{
          float: left;
          height: 42px;
          margin-bottom: 5px;
          width: 270px;
        }
          .col-ads ul div li figure{
            float: left;
            height: 32px;
            margin: 5px 7px 5px 0;
            transition: .2s linear all;
            width: 32px;
          }
          .col-ads ul div li h3{
            color: #000000;
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 14px;
            height: 20px;
            margin: 3px 0 0;
            overflow: hidden;
            transition: .2s linear all;
            width: 230px;
          }
          .col-ads ul div li p{
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 12px;
            max-height: 33px;
            overflow: hidden;
            width: 200px;
          }
        /* HOVERS LI ADS */
        .col-ads ul div li:hover figure img{
          opacity: .8;
        }
        .col-ads ul div li:hover h3{
          color: #f3250f;
        }
        
  #FeaturedColumns .col-3{
    float: left;
    width: 300px;
  }
    .col-video{
      background: #FFFFFF;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');
      border-radius: 4px;
      box-shadow: 0 0 3px #c0c0c0;
      height: 636px;
      margin: 0 0 20px;
      width: 300px;
    }
      .col-video .video{
        margin: 0 0 10px;
      }
        .col-video .video .video-hover{
          background: url(images/btn-hover-youtube.png) no-repeat left center;
          height: 29px;
          position: absolute;
          margin: -95px 130px 0;
          text-indent: -999em;
          width: 42px;
        }
      .col-video hgroup{
        float: left;
        height: 40px;
        width: 300px;
      }
        .col-video hgroup img{
          float: left;
          margin: 0 10px 0 -5px;
          width: 43px;
        }
        .col-video hgroup h2{
          border-bottom: 1px solid #afafaf;
          color: #f3250f;
          float: left;
          font-size: 20px;
          padding-bottom: 3px;
          width: 240px;
        }
        .col-video article{
          float: left;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 14px;
          height: 70px;
          overflow: hidden;
          padding: 0 15px 0 15px;
        }
          .col-video article .video-date{
            border-right: 1px solid #ececec;
            float: left;
            font-size: 12px;
            margin: 0 10px 5px 0;
            width: 145px;
          }
          .col-video article .video-see{
            background: url(images/ico-enter-little.png) no-repeat left center;
            float: left;
            font-size: 11px;
            margin: 0 0 5px;
            padding: 0 0 0 23px;
            width: 90px;
          }
          .col-video article p a{
            color: #000000;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 14px;
          }
        /* HOVER */
        .col-video:hover article p a{
          color: #f3250f;
        }
        .col-video:hover .video .video-hover{
          background: url(images/btn-hover-youtube.png) no-repeat right center;
        }
        
		.col-video ul { clear: both;}
		.col-video ul li{
			margin: 10px;
		    border-top: 1px #e8e4e4 dashed;
		    padding: 10px 0 0 2px;
      	}    
      	.col-video ul li a{	color: #919191; }
      	.col-video ul li a:hover{ color: #e40404; }
      	
    
    .col-know{
      background: #FFFFFF;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');
      border-radius: 4px;
      box-shadow: 0 0 3px #c0c0c0;
      height: 300px;
      margin: 0 0 0;
      width: 300px;
    }
      .col-know{
        margin: 0 0 10px;
      }      
      .col-know hgroup{
        float: left;
        height: 40px;
        margin-bottom: 5px;
        width: 300px;
      }
        .col-know hgroup img{
          float: left;
          margin: 0 10px 0 -5px;
          width: 43px;
        }
        .col-know hgroup h2{
          border-bottom: 1px solid #afafaf;
          color: #009b3d;
          float: left;
          font-size: 20px;
          padding-bottom: 3px;
          width: 240px;
        }
      .col-know figure{
        margin: 0 0 10px;
      }
        .col-know figure .figure-hover{
          background: #009B3D url(images/ico-enter.png) no-repeat center center;
          height: 166px;
          margin: -166px 0 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0;
          position: absolute;
          transition: .2s linear all;
          width: 300px;
        }
      .col-know article{
        float: left;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        height: 62px;
        overflow: hidden;
        padding: 0 15px;
      }
        .col-know article h3{
          float: left;
          font-family: 'Roboto',sans-serif;
          font-size: 16px;
          font-weight: 300;
          margin: 0 0 5px;
          transition: all 0.2s linear 0s;
          width: 270px;
        }
          .col-know a article h3{
            color: #303030;
            font-family: 'Roboto',sans-serif;
            font-size: 16px;
            font-weight: 400;
          }
        .col-know a article p{
          color: #000000;
          float: left;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 13px;
          max-height: 35px;
          transition: .2s linear all;
        }
        /* HOVER */
        .col-know:hover a article h3,
        .col-know:hover a article p{
          color: #009b3d;
        }
        .col-know:hover a figure .figure-hover{
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          filter: alpha(opacity=70);
          opacity: .7;
        }
  
  #FeaturedColumns .col-4{
    background: #FFFFFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0')";
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c0c0c0');
    border-radius: 4px;
    box-shadow: 0 0 3px #c0c0c0;
    float: left;
    height: 360px;
    transition: .2s linear all;
    padding: 14px 10px 14px 0;
    width: 940px;
  }
    #FeaturedColumns .col-4:hover{
      box-shadow: 0 0 3px #a2a2a2; 
    }
    .col-4 hgroup{
      float: left;
      height: 40px;
      margin-bottom: 10px;
      width: 100%;
    }
      .col-4 hgroup img{
        float: left;
        margin: 0 10px 0 -5px;
        width: 43px;
      }
      .col-4 hgroup h2{
        border-bottom: 1px solid #afafaf;
        color: #EFA800;
        float: left;
        font-size: 20px;
        padding-bottom: 3px;
        width: 880px;
      }
      .col-4 figure.featured{
        float: left;
        height: 304px;
        margin: 0 20px 0 20px;
        overflow: hidden;
        position: relative;
        transition: .2s linear all;
        width: 476px;
      }
        .col-4 figure.featured .titulo{
          background: #000000;
          background: rgba(0,0,0,0.6);
          color: #FFFFFF;
          font-family: 'Exo 2', sans-serif;

          bottom: 0;
          padding: 5px 10px;
          position: absolute;
          text-align: center;
          width: 456px;
        }
      .col-4 figure.little{
        float: left;
        height: 88px;
        margin-bottom: 20px; margin-right: 20px;
        overflow: hidden;
        transition: .2s linear all;
        width: 119px;
      }
        .col-4 figure:hover{
          opacity: .8;
        }
        
/*
Oscurece pantalla para tutorial */
.cine{
	position:fixed;
	left:0;
	top:0;
	background: url(images/tutorial-inicio-fondo.png) repeat;
 	width: 100%; height: 100%;
 	z-index: 999996;
 	display: none;
}

	.cine .main{
		width: 950px;
		height: 100%;
		margin: 0 auto;
	}
	
		.cine .main .tutorial-01{
			float: left;
			background: url(images/tutorial-inicio-01.png) no-repeat;
			width: 663px; height: 81px;
			z-index: 999999;
			margin-left: 50px;			
		}
		.cine .main .tutorial-02{
			float: right;
			background: url(images/tutorial-inicio-02.png) no-repeat;
			width: 322px; height: 219px;
			z-index: 999999;
			margin-right: 6px; margin-top: -22px;			
		}
		.cine .main .tutorial-03{
			float: left;
			background: url(images/tutorial-inicio-03.png) no-repeat;
			width: 537px; height: 93px;
			margin-left: 200px; margin-top: 80px;
		}
		.cine .main .tutorial-botones{
			width: 600px; height: 91;
			float: left; margin-top:50px;
			margin-left: 220px;
		}
		.cine .main .tutorial-botones img{
			float: left; margin-right: 100px;
		}