html,
body {
    height: 100%;
    background:url('../images/background.jpg');
    font-family: 'Montserrat', sans-serif !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    /*padding: 70px 15px 20px;*/
    background:#fff;
}

.affix {
    top: 0;
    /*width: 100%;*/
    z-index: 9999 !important;
}

.affix .container {
    /* padding: 0px; */
    margin: 0px;
}
.wrap > .container-fluid {
}

#noticias{
    margin-top:0px;
}

.img-central .img-responsive {
    margin: 0 auto;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.lnk_slider{
  text-decoration:none;
  color:#fff;
}

.lnk_slider:hover{
  text-decoration:none;
  color:#fff;
  cursor:pointer;
}

.lnk_noticias{
  color:#000;
  text-decoration:none;
  margin-top:40px;
}

.lnk_noticias:hover{
  text-decoration:none;
  cursor:pointer;
}

.lnk_noticias img{
  margin-top:20px;
}

.otras_noti{
  font-size:14px;
}

.otras_noti_fecha{
  font-style:italic;
  color:#bbb;
}

.linkfooter{
  width:100%;
  font-weight:normal;
  cursor:pointer;
  float:left;
  color:#fff;
  margin-bottom:10px;
}
.linkfooter:hover{
  text-decoration:none;
  color:#ff6666;
}

.footer{
  background:#686868;
  padding:50px 50px;
  float:left !important;
}

/*.footer {

    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}*/

.tit_foot{
  margin-bottom:15px;
  float:left;
}

.navbar-inverse{
  margin-bottom:0px;
}

figure{
  margin:20px 0 20px 0 !important;
}

figcaption{
  font-style:italic;
  font-size:13px;
  color:#888;
}

#juntospodemos{
  float:right;
}

.notis{
  margin:15px 0px 15px 0px;
  height:360px;
}

.notis img{
  /* height:200px; */
}




/*.cuerpo_noti img{
  width:100px !important;
}*/

@media(max-width:768px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .affix {
        width: 100%;
    }

    #cargarmas{
      margin:30px 0 30px 0;
    }
}

@media(max-width:400px) {

    #headaff2{
      margin-left:80px !important;
    }

    #juntospodemos{
      float:none;
      text-align:center;
      margin:0 auto;
    }

    #cargarmas{
      margin:30px 0 30px 0;
    }
}

@media(max-width:994px) {
  .quitar{
    display:none;
  }

  #headaff2{
    display:inline !important;
  }

  .footgroup{
    margin-top:40px;
    text-align:center;
  }

  .tit_foot{
    margin-bottom:15px;
    float:none;
    text-align:center;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#cargarmas{width:100%;}
