@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { overflow-x:hidden; font-family: 'Source Sans Pro', sans-serif;}
body.interiores{background-color: #FFFFFF;
background-image: url("/images/bg.jpg");
 background-repeat: repeat;
    background-position: left top;}

.wrapper {
	/*max-width: 985px;*/
	width: 100%;
  /*background: red;*/
	}

.left {
  float:left !important;
	}
.right {
  float:right !important;
	}
.clear{
  clear: both;
}
input{
   -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    }
/* header 
================================================== */
header{
  width: 100%;
  height: auto; 
}

h1{
  font-size: 13px !important;
  line-height: 12px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  margin-right: 1% !important;
  margin-top: 7px !important;
  margin-bottom: 6px !important;
  font-weight: 400;
  } 
  h1 span{
    color: #777777;
    font-weight: 300;
    }
#cssmenu h1{
  float: left;
  z-index: 1000;
  position: relative;
  margin-left: 5% !important;
  margin-top: 7px !important;
  font-weight: 400;
  }
  #cssmenu.cssmenu_home h1{
    margin-right: 16% !important;
  }
  #cssmenu h1 span{
    color: #777777;
    font-weight: 300;
    }
    #cssmenu h1 a,
    #cssmenu h1 span a{
      display: block;
      color: #000000;
      text-decoration: none;
    }
  h2{
    font-size: 13px !important;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    margin:10px 0 10px 10px !important;
    text-align: right;
    }
    h2 span{
    color: #777777;
    font-weight: 300;
    }
h3{
  color: #000000;
  font-weight: 400;
  font-size: 12px; 
  line-height: 13px;
  }
  h3 span{
    color: #777777;
    font-weight: 300;
  }
/* content 
================================================== */
  .content{
    background: #FFFFFF;
    width: 96%;
    margin: 50px 0 0 0;
    overflow: hidden;
  }
  .info-proyecto{
    float: left;
    width: 22%;
    padding-left: 2.5%;
    }
     .info-proyecto ul{
      margin-bottom: 10px;
     }
     .info-proyecto ul li{
      text-align: right;
      font-size: 12px;
      color: #777777;
      line-height: 16px;
     }
     .info-proyecto ul li.autores{
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 5px;
     }
     .info-proyecto ul li a{
      color: #000000;
      text-decoration: none;
      font-weight: 400;
     }
     .info-proyecto hr{
      width: 60%;
      color: #777777;
      background:#777777; 
      height: 1px;
      float: right;
      margin-bottom: 10px
     }
     .info-proyecto p{
      text-align: right;
      font-size: 12px;
      color: #777777;
      line-height: 16px;
      margin-bottom: 15px;
     }
  .gallery{
    width: 76%;
    float: left;
    margin-left: 2%;
    }
    .gallery-opublicada{
      width: 100%;
      padding-left: 3.5%
    }
    .galerry-content{
      width: 100%;
      padding-top: 10px;
    }
    .gallery img.top{
      width: 99%;
      margin: 0 auto 6px auto;
      display: block;
    }
    .gallery ul{
      margin: 0;
    }
    .gallery ul li{
      float: left;
      width: 32.33%;
      height: auto;
      margin: 0.3% 0.5%;
      padding: 0;
    }
    .gallery ul li img{
      width: 100%;
    }
/*ul.obra-publicada{
  margin: 0;
  list-style-type: none;
  position: relative;
  }
  ul.obra-publicada li{
    float: left;
    width: 15%;
    margin: 0.5%;
    position: relative;
    display: block;
    min-height: 340px; 
    }
    @media screen and (max-width: 1280px) {
     ul.obra-publicada li{ min-height: 310px; }
    }
    @media screen and (max-width: 1100px) {
     ul.obra-publicada li{ min-height: 290px; }
    }
     ul.obra-publicada li img{
      height: auto;
      width: 100%;
      margin-bottom: 5px;
      position: absolute;
      bottom: 0;
      } 
     ul.obra-publicada li div{
      display: block;
      margin-bottom:15px; 
      color: #000000;
      font-weight: 400;
      font-size: 12px;
      line-height: 13px;
      padding-bottom:5px; 
      border-bottom: 1px solid #cbc9c9;
     }
     span.obra{
      color: #777777 !important;
     }*/
.toolbar {
    text-align:center;
}
#container {
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }
#container > div {
    padding:2px;
}
#container > div img {
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.mosaicflow{
  width: 90%;
  margin-left:5%;
  margin-right: 5%;
  margin-top: 10px;
}

.mosaicflow__column {
  float:left;
  padding-right: 1%;
  }
.mosaicflow__item {
  position:relative;
  margin-bottom: 10px;
  }
  .mosaicflow__item img {
    display:block;
    width:100%;
    max-width:500px;
    height:auto;
    margin-bottom: 5px;
    }





.google-maps {
position: relative;
padding-bottom: 50%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}