/* SIDEBAR ______*/  
#Sidebar{
  border-radius: 4px;
  float: left;
  font-family: 'Exo 2', sans-serif;
  width: 280px;
}
  /* SIDEBAR PAGE RIGHT */
  #Sidebar.sidebar-page-right{
    margin: 0 35px 0 0;
  }
  
  /* NAV ASIDE  */
  #Sidebar nav.aside{
    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');
    box-shadow: 0 0 3px #c0c0c0;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    float: left;
    margin: 0 0 20px;
    padding: 10px;
    width: 260px;
  }
    #Sidebar nav.aside ul{
      float: left;
    }
      #Sidebar nav.aside ul > li{
        font-size: 13px;
        font-weight: 450;
      }
        #Sidebar nav.aside ul > li > a{
          background: #e1e1e1 url(images/ico-menumore.png) no-repeat right center;
          border-radius: 4px;
          border-bottom: 1px solid #FFFFFF;
          color: #535353;
          float: left;
          margin: 0 0 0;
          padding: 5px 10px;
          width: 240px;
        }
          #Sidebar nav.aside ul > li > a:hover{
            background: #818181 url(images/ico-menumore_hover.png) no-repeat right center;
            color: #FFFFFF;
          }
        /* OPEN */
        #Sidebar nav.aside ul > li.open > a{
          background: #818181 url(images/ico-menuopen_hover.png) no-repeat right center;
          border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px;
          border-bottom-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px;
          color: #FFFFFF;
        }
        /* ACTIVE */
        #Sidebar nav.aside ul > li.active > a, #Sidebar nav.aside ul > li.active > a:hover{
          background: #b9b9b9;
          color: #FFFFFF;
        }
        /* LI TITTLE */
        #Sidebar nav.aside ul > li.title > a{
          background: url(images/post_label-red.png) no-repeat left center;
          border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px;
          border-bottom-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px;
          color: #B00003;
          font-size: 18px;
          margin: 0 0 15px -15px;
          min-height: 38px;
          padding:  0 0 0 50px;
          width: 225px;
          
        }
          #Sidebar nav.aside ul > li.title > a:hover{
            background: url(images/post_label-gray.png) no-repeat left center;
          }
        /* UL UL */
        #Sidebar nav.aside ul > ul{
          margin: 0 0 5px;
        }
        #Sidebar nav.aside ul > ul > li > a{
          background: #f3f3f3;
          background-image: none;
          border-radius: 0px;
          color: #535353;
          float: left;
          font-size: 12px;
          margin: 0 0 0;
          padding: 3px 10px 3px 10px;;
          width: 240px;
        }
          #Sidebar nav.aside ul > ul > li > a:hover{
            background: #dadada;
            color: #535353;
          }
          
  /* SIDEBAR CATEGORY NEWS */
  #Sidebar .category-news{
    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');
    box-shadow: 0 0 3px #c0c0c0;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    float: left;
    margin: 0 0 20px;
    padding: 10px 0 0;
    width: 280px;
  }
    #Sidebar .category-news hgroup{
      float: left;
      height: 40px;
      margin-bottom: 10px;
      width: 280px;
    }
      #Sidebar .category-news hgroup img{
        float: left;
        margin: 0 10px 0 -5px;
        width: 43px;
      }
      #Sidebar .category-news hgroup h2{
        border-bottom: 1px solid #afafaf;
        color: #5f5f5f;
        float: left;
        font-size: 20px;
        padding-bottom: 3px;
        width: 220px;
      }
    #Sidebar .category-news > ul{
      float: left;
      margin: 0 10px 10px;
    }
      #Sidebar .category-news > ul div li{
        background: #f1f1f1;
        float: left;
        margin: 0 0 10px;
        padding: 10px; 
        width: 240px;
      }
        #Sidebar .category-news > ul div li h3{
          color: #6c6b6a;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 14px;
          margin: 0 0 5px;
          text-transform: uppercase;
        }
        #Sidebar .category-news > ul div li p{
          color: #3c3c3c;
          font-size: 12px;
          margin: 0;
        }
        #Sidebar .category-news > ul div li:last-child{
          margin: 0;
        }
        /* HOVERS */
        #Sidebar .category-news > ul div li a{
          color: #6c6b6a;
        }
          #Sidebar .category-news > ul div li:hover a{
            color: #e60000;
          }
  
  /* SIDEBAR RELATED NEWS */
  #Sidebar .related-news{
    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');
    box-shadow: 0 0 3px #c0c0c0;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    float: left;
    margin: 0 0 20px;
    padding: 10px 0 0;
    width: 280px;
  }
    #Sidebar .related-news hgroup{
      float: left;
      height: 40px;
      margin-bottom: 10px;
      width: 280px;
    }
      #Sidebar .related-news hgroup img{
        float: left;
        margin: 0 10px 0 -5px;
        width: 43px;
      }
      #Sidebar .related-news hgroup h2{
        border-bottom: 1px solid #afafaf;
        color: #5f5f5f;
        float: left;
        font-size: 20px;
        padding-bottom: 3px;
        width: 220px;
      }
    #Sidebar .related-news ul{
      float: left;
      padding: 0 10px;
    }
      #Sidebar .related-news ul > li{
        height: 70px;
        margin: 0 0 20px;
      }
        #Sidebar .related-news 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;
        }
          #Sidebar .related-news 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;
          }            
          #Sidebar .related-news ul > li:hover figure img.grow {
            width: 120%;
            height: 120%;
          }
        #Sidebar .related-news ul > li h3{
          color: #000000;
          float: left;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 14px;
          max-height: 37px;
          margin: 5px 0 5px;
          overflow: hidden;
          transition: .2s linear all;
          width: 180px;
          text-transform: uppercase;
        }
        #Sidebar .related-news ul > li p{
          float: left;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 12px;
          max-height: 33px;
          overflow: hidden;
          width: 180px;
        }
      /* HOVERS LI BIRTHDAY */
      #Sidebar .related-news ul > li:hover figure{
        box-shadow: 0 0 2px #888888;
      }
      #Sidebar .related-news ul > li:hover h3{
        color: #0063a0;
      }
      
  /* SIDEBAR VIDEO */
  #Sidebar .side-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');
    box-shadow: 0 0 3px #c0c0c0;
    border-radius: 4px;
    float: left;
    height: 330px;
    margin: 0 0 20px;
    width: 280px;
  }
    #Sidebar .side-video .video{
      margin-bottom: 10px;
    }
      #Sidebar .side-video .video .video-hover{
        background: url(images/btn-hover-youtube.png) no-repeat left center;
        height: 29px;
        position: absolute;
        margin: -93px 119px 0;
        text-indent: -999em;
        width: 42px;
      }
    #Sidebar .side-video hgroup{
      float: left;
      height: 40px;
      margin-bottom: 10px;
      width: 280px;
    }
      #Sidebar .side-video hgroup img{
        float: left;
        margin: 0 10px 0 -5px;
        width: 43px;
      }
      #Sidebar .side-video hgroup h2{
        border-bottom: 1px solid #afafaf;
        color: #5f5f5f;
        float: left;
        font-size: 20px;
        padding-bottom: 3px;
        width: 220px;
      }
      #Sidebar .side-video article{
        float: left;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        height: 70px;
        overflow: hidden;
        padding: 0 10px 0;
      }
        #Sidebar .side-video article .video-date{
          border-right: 1px solid #ECECEC;
          float: left;
          font-size: 12px;
          margin: 0 5px 15px 0;
          width: 145px;
        }
        #Sidebar .side-video article .video-see{
          background: url(images/ico-enter-little.png) no-repeat left center;
          float: left;
          font-size: 11px;
          margin: 0 0 15px;
          padding: 0 0 0 23px;
          width: 85px;
        }
        #Sidebar .side-video article p a{
          color: #000000;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 14px;
        }
      /* HOVER */
      #Sidebar .side-video:hover article p a{
        color: #f3250f;
      }
      #Sidebar .side-video:hover .video .video-hover{
        background: url(images/btn-hover-youtube.png) no-repeat right center;
      }

  /* SIDEBAR ADS */
  #Sidebar .side-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');
    box-shadow: 0 0 3px #c0c0c0;
    border-radius: 4px;
    float: left;
    height: auto;
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 280px;
  }
    #Sidebar .side-ads hgroup{
      float: left;
      height: 40px;
      margin: 15px 0 10px;
      width: 280px;
    }
      #Sidebar .side-ads hgroup img{
        float: left;
        margin: 0 10px 0 -5px;
        width: 43px;
      }
      #Sidebar .side-ads hgroup h2{
        border-bottom: 1px solid #afafaf;
        color: #5f5f5f;
        float: left;
        font-size: 20px;
        padding-bottom: 3px;
        width: 220px;
      }
    #Sidebar .side-ads ul{
      float: left;
      margin: 0 15px;
      width: 250px;
    }
      #Sidebar .side-ads ul > li{
        float: left;
        height: 42px;
        margin-bottom: 5px;
        width: 250px;
      }
        #Sidebar .side-ads ul > li figure{
          float: left;
          height: 32px;
          margin: 5px 7px 5px 0;
          transition: .2s linear all;
          width: 32px;
        }
        #Sidebar .side-ads ul > 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: 210px;
        }
        #Sidebar .side-ads ul > li p{
          float: left;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 12px;
          height: 16px;
          overflow: hidden;
          width: 210px;
        }
      /* HOVERS LI ADS */
      #Sidebar .side-ads ul > li:hover figure img{
        opacity: .8;
      }
      #Sidebar .side-ads ul > li:hover h3{
        color: #f3250f;
      }
  
  /* SIDEBAR BIRTHDAY*/
  #Sidebar .side-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');
    box-shadow: 0 0 3px #c0c0c0;
    border-radius: 4px;
    float: left;
    height: auto;
    margin: 0 0 20px;
    padding: 10px;
    width: 260px;
  }
    #Sidebar .side-birthday hgroup{
      float: left;
      height: 40px;
      margin-bottom: 10px;
      width: 260px;
    }
      #Sidebar .side-birthday hgroup img{
        float: left;
        margin-right: 10px;
        width: 28px;
      }
      #Sidebar .side-birthday hgroup h2{
        border-bottom: 1px solid #afafaf;
        color: #5f5f5f;
        float: left;
        font-size: 20px;
        padding-bottom: 3px;
        width: 220px;
      }
    #Sidebar .side-birthday ul{
      float: left;
    }
      #Sidebar .side-birthday ul > li{
        height: 70px;
        margin: 0 0 20px;
      }
        #Sidebar .side-birthday 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;
        }
          #Sidebar .side-birthday 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;
          }            
          #Sidebar .side-birthday ul > li:hover figure img.grow {
            width: 120%;
            height: 120%;
          }
        #Sidebar .side-birthday ul > li h3{
          color: #000000;
          float: left;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 16px;
          height: 25px;
          margin: 0 0 5px;
          overflow: hidden;
          transition: .2s linear all;
          width: 180px;
        }
        #Sidebar .side-birthday ul > li p{
          float: left;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 12px;
          max-height: 33px;
          overflow: hidden;
          width: 180px;
        }
      /* HOVERS LI BIRTHDAY */
      #Sidebar .side-birthday ul > li:hover figure{
        box-shadow: 0 0 2px #888888;
      }
      #Sidebar .side-birthday ul > li:hover h3{
        color: #0063a0;
      }
  /* SIDEBAR BIRTH */
  #Sidebar .side-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');
    box-shadow: 0 0 3px #c0c0c0;
      border-radius: 4px;
      float: left;
      height: 145px;
      margin: 0 0 20px;
      padding: 10px;
      width: 260px;
    }
      #Sidebar .side-birth hgroup{
        float: left;
        height: 40px;
        margin-bottom: 10px;
        width: 260px;
      }
        #Sidebar .side-birth hgroup img{
          float: left;
          margin-right: 10px;
          width: 28px;
        }
        #Sidebar .side-birth hgroup h2{
          border-bottom: 1px solid #afafaf;
          color: #009b3d;
          float: left;
          font-size: 20px;
          padding-bottom: 3px;
          width: 220px;
        }
      #Sidebar .side-birth ul{
        float: left;
      }
        #Sidebar .side-birth ul > li{
          height: 90px;
          margin: 0 0 20px;
        }
          #Sidebar .side-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;
          }
            #Sidebar .side-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;
            }            
            #Sidebar .side-birth ul > li:hover figure img.grow {
              width: 120%;
              height: 120%;
            }
          #Sidebar .side-birth ul > li h3{
            color: #000000;
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 16px;
            transition: .2s linear all;
            width: 180px;
          }
          #Sidebar .side-birth ul > li p{
            float: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 12px;
            max-height: 33px;
            overflow: hidden;
            width: 180px;
          }
        /* HOVERS LI BIRTH */
        #Sidebar .side-birth ul > li:hover figure{
          box-shadow: 0 0 2px #888888;
        }
        #Sidebar .side-birth ul > li:hover h3{
          color: #009b3d;
        }
  /* SIDEBAR CONOCIENDONOS */
  #Sidebar .side-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');
    box-shadow: 0 0 3px #c0c0c0;
    border-radius: 4px;
    float: left;
    height: 300px;
    margin: 0 0 20px;
    width: 280px;
  }
    #Sidebar .side-know{
      margin: 0 0 10px;
    }      
    #Sidebar .side-know hgroup{
      float: left;
      height: 40px;
      margin-bottom: 5px;
      width: 280px;
    }
      #Sidebar .side-know hgroup img{
        float: left;
        margin: 0 10px 0 -5px;
        width: 43px;
      }
      #Sidebar .side-know hgroup h2{
        border-bottom: 1px solid #afafaf;
        color: #009b3d;
        float: left;
        font-size: 20px;
        padding-bottom: 3px;
        width: 220px;
      }
    #Sidebar .side-know figure{
      margin: 0 0 10px;
    }
      #Sidebar .side-know figure .figure-hover{
        background: #009B3D url(images/ico-enter.png) no-repeat center center;
        height: 155px;
        margin: -155px 0 0;
        opacity: 0;
        position: absolute;
        transition: .2s linear all;
        width: 280px;
      }
    #Sidebar .side-know article{
      float: left;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 14px;
      height: 62px;
      overflow: hidden;
      padding: 0 15px;
    }
      #Sidebar .side-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: 250px;
      }
        #Sidebar .side-know a article h3{
          color: #303030;
          font-family: 'Roboto',sans-serif;
          font-size: 16px;
          font-weight: 400;
        }
      #Sidebar .side-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 */
      #Sidebar .side-know:hover a article h3,
      #Sidebar .side-know:hover a article p{
        color: #009b3d;
      }
      #Sidebar .side-know:hover a figure .figure-hover{
        opacity: .7;
      }

/* SPAN COLOURS */
span.color-red{
  color: #e7181c;
}
span.color-blue{
  color: #0063A0;
}
span.color-green{
  color: #009B3D;
}
span.color-yellow{
  color: #efa800;
}