/* Borrar */
aside {
  width: 250px;
  margin: 0px; }

/* Cajas General */
.box {
  background-color: whitesmoke;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden; }
  .box .b-header {
    background-color: #FFF;
    border-top: 2px solid;
    height: 40px; }
    .box .b-header .icon {
      height: 20px;
      margin-left: 14px;
      margin-top: 10px;
      background-image: url("sprite-lateral.png"); }
    .box .b-header h4 {
      font-size: 15px;
      font-weight: 700;
      line-height: 39px;
      color: #333; }
      .box .b-header h4 a {
        border-left: 1px solid #b4b4b4;
        margin-left: 10px;
        padding-left: 10px; }
  .box .b-body {
    padding: 10px;}
  .box.b-ciudadana .b-body { 
    width: 228px;
    height: 225px;
  }
    .box .b-body .b-img {
      background-size: cover;
      background-position: center center;
      background-color: #4D4D4D;
      /* Cambiar por imagen generica */ }
    .box .b-body .b-btn,
    .box .b-btn {
      margin-bottom: 10px;
      width: 100%;
      float: left; }
      .box .b-body .b-btn a,
      .box .b-btn a {
        width: 100%;
        height: 35px;
        display: block; }
      .box .b-body .b-btn h3,
      .box .b-btn h3 {
        float: left;
        line-height: 33px;
        margin-left: 10px;
        color: #FFF; }
      .box .b-body .b-btn span,
      .box .b-btn span {
        width: 35px;
        height: 35px;
        float: right;
        background-image: url("sprite-lateral.png"); }

/* Comentarios Bio Bio */
.b-comentarios .b-header {
  border-color: #24558e; }
  .b-comentarios .b-header .icon {
    width: 35px; }
.b-comentarios .b-body ul {
  width: 100%; }
  .b-comentarios .b-body ul li {
    width: 100%;
    background-color: #FFF;
    margin-bottom: 10px; }
    .b-comentarios .b-body ul li h3 {
      width: 128px;
      padding: 10px;
      float: left;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2; }
    .b-comentarios .b-body ul li .b-img {
      width: 80px;
      height: 80px;
      float: right; }

/* Bio Bio Blogs */
.b-blogs .b-header {
  border-color: #24558e; }
  .b-blogs .b-header .icon {
    width: 18px;
    background-position: -35px 0px; }
.b-blogs .b-body ul {
  width: 100%; }
  .b-blogs .b-body ul li {
    width: 100%;
    background-color: #FFF;
    margin-bottom: 10px; }
    .b-blogs .b-body ul li h3 {
      width: 128px;
      padding: 10px;
      float: left;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2; }
    .b-blogs .b-body ul li .b-img {
      width: 80px;
      height: 80px;
      float: right; }
.b-blogs .b-body .b-btn {
  background-color: #24558e; }
  .b-blogs .b-body .b-btn span {
    background-color: #063770;
    background-position: 0 -40px; }

/* Foto Ciudadana */
.b-ciudadana{
  position: relative;
}
.b-ciudadana .b-header {
  border-color: #00b3a1; }
  .b-ciudadana .b-header .icon {
    width: 23px;
    background-position: 0px -20px; }
.b-ciudadana .b-body .b-img {
  width: 100% !important;
  height: 180px !important;
  position: relative; }
  .b-ciudadana .b-arrow,
  .b-videos .b-arrow {
    width: 50px;
    height: 25px;
    position: absolute;
    background-color: whitesmoke;
    top: 180px;
    right: 10px;
    z-index: 99; }
.b-ciudadana .b-arrow i ,
.b-videos .b-arrow i {
  width: auto;
  line-height: 25px;
  margin: 0 5px;
  cursor: pointer;
}
.b-ciudadana .b-body h3 {
  width: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  background-color: #FFF; }
.b-ciudadana .b-btn {
  margin-top: 10px;
  background-color: #00b3a1; }
  .b-ciudadana .b-btn span {
    background-color: #009583;
    background-position: -35px -40px; }
  .b-ciudadana .b-btn h3 {
    background-color: transparent;
    padding: inherit; }

/* Foto Videos */
.box.b-videos .b-body {
  width: 228px;
  height: 235px;
}
.b-videos .b-header {
  border-color: #00b3a1; }
  .b-videos .b-header .icon {
    width: 23px;
    background-position: -35px -20px; }
.b-videos .b-body .b-img {
  width: 100% !important;
  height: 180px !important;
  position: relative; }
  .b-videos .b-arrow {
    width: 50px;
    height: 25px;
    position: absolute;
    background-color: whitesmoke;
    bottom: 10px;
    right: 10px; }
.b-videos .b-body h3 {
  width: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  background-color: #FFF; }

/* Rss */
.b-rss .b-header {
  border-color: #f99700; }
  .b-rss .b-header .icon {
    width: 20px;
    background-position: -70px 0px; }
.b-rss .b-body h3 {
  padding: 10px;
  background: white;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700; }
.b-rss .b-body form {
  margin-top: 10px; }
  .b-rss .b-body form input {
    border: 0;
    background-color: #cdcdcd;
    width: 130px;
    padding: 10px; }
  .b-rss .b-body form .b-submit {
    background-color: #f99700;
    color: white;
    font-size: 12px;
    padding: 10px;
    float: right;
    cursor: pointer; }

/* + Leidos */
.b-leidos .b-header {
  border-color: #24558e;
  padding: 0px 9px; }
  .b-leidos .b-header a {
    border-left: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important; }
  .b-leidos .b-header .b-tab {
    float: left;
    width: 76px;
    text-align: center;
    margin-top: 10px; }
    .b-leidos .b-header .b-tab h4 {
      font-size: 13px;
      line-height: 1.5; }
      .b-leidos .b-header .b-tab h4 a {
        color: #919191; }
      .b-leidos .b-header .b-tab h4 .active {
        color: #24558e; }
    .b-leidos .b-header .b-tab:nth-child(2) {
      border-left: 1px solid #b4b4b4;
      border-right: 1px solid #b4b4b4; }
.b-leidos .b-body ul {
  width: 100%; }
  .b-leidos .b-body ul li {
    width: 100%;
    margin-bottom: 10px; }
    .b-leidos .b-body ul li a {
      font-size: 13px;
      font-weight: 700;
      display: block;
      line-height: 1; }
      .b-leidos .b-body ul li a .b-img {
        width: 75px;
        height: 75px;
        float: right;
        margin-left: 10px; }
      .b-leidos .b-body ul li span {
        color: #666666;
        font-size: 12px;
        font-weight: 400;
        margin-top: 5px; }
.b-leidos .b-body .b-btn {
  background-color: #24558e; }
  .b-leidos .b-body .b-btn span {
    background-color: #063770;
    background-position: 0 -40px; }

/*# sourceMappingURL=laterales.css.map */
