/* CALO ESTRUCTURAS (c)2015 */
@import url(reset.css);
@import url(../fonts/fonts.css);
/** Comunes **/
.contenedor {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.all {
  text-align: center; }

.alr {
  text-align: right; }

.alc {
  text-align: center; }

.clear {
  clear: both; }

figure {
  margin: 0;
  padding: 0;
  width: auto;
  display: block; }

a {
  color: inherit; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

u {
  text-decoration: underline; }

/* reset bxslider */
.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0; }

h2 {
  font-size: 30px;
  font-family: "ralewaylight";
  margin-bottom: 35px; }

/* Animaciones */
a, input, #logo img, textarea, select, a > img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease; }

input[type=submit], .botonnaranja {
  display: inline-block;
  padding: 10px 30px;
  font-size: 22px;
  background: #d99176;
  color: #fff;
  font-weight: normal;
  font-family: "ralewaylight";
  cursor: pointer;
  border-radius: 5px; }

/*** ESTRUCTURA ***/
body {
  background: #fbfbfb url(../images/bg-top.png) no-repeat right top;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: "Segoe UI", "Myriad Pro", "Arial"; }

header {
  margin-bottom: 50px; }
  header a.logocalo {
    display: block;
    margin-left: 35px;
    width: 667px;
    margin-bottom: 33px; }
    header a.logocalo:hover {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -o-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03); }
  header nav {
    margin-left: 60px; }
    header nav ul li, header nav ul a {
      display: inline-block; }
    header nav ul li {
      padding-right: 38px;
      margin-right: 13px;
      background: url(../images/bg-item-menu.png) repeat-y right top; }
      header nav ul li a {
        background: #fff;
        box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.15);
        padding: 10px 45px;
        font-family: "Impact";
        color: #8a8a8a;
        font-size: 30px; }
        header nav ul li a:hover {
          background: #e8f1ef; }

/* activos */
#nosotros #btnosotros, #historia #bthistoria, #contacto #btcontacto {
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.15), inset 0px 0px 20px rgba(0, 0, 0, 0.75); }

/* COL LEFT */
.col-left {
  float: left;
  width: 740px;
  margin-left: 60px;
  min-height: 650px;
  /* Servicios front*/ }
  .col-left img {
    max-width: 100%; }
  .col-left .servicioslista article {
    float: left;
    width: 226px;
    text-align: center; }
    .col-left .servicioslista article a {
      display: block; }
      .col-left .servicioslista article a:hover {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -o-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03); }
        .col-left .servicioslista article a:hover h3 {
          color: #000;
          text-shadow: none; }
    .col-left .servicioslista article h3 {
      border-right: 2px solid #979797;
      color: #fff;
      text-transform: uppercase;
      text-decoration: underline;
      font-weight: bold;
      padding: 10px;
      font-size: 22px;
      line-height: 26px;
      text-shadow: 0px 0px 4px #000;
      margin-bottom: 23px;
      min-height: 90px; }
    .col-left .servicioslista article .textodetalle {
      padding: 0 20px 20px 20px; }
    .col-left .servicioslista article p {
      display: table-cell;
      vertical-align: middle;
      height: 110px;
      padding: 20px;
      background: #fff;
      font-size: 13px;
      font-weight: bold;
      margin: 20px;
      line-height: 24px;
      box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.3); }
    .col-left .servicioslista article:first-child h3 {
      border-left: 2px solid #979797; }
    .col-left .servicioslista article:nth-child(odd) h3 {
      line-height: 39px; }
    .col-left .servicioslista article:nth-child(3) p {
      /*font-size: 11px;
      padding-top: 3px;
      padding-bottom: 3px;*/
      line-height: 17px;
      padding: 15px; }
    .col-left .servicioslista article .imgservicio {
      margin-bottom: 10px; }
    .col-left .servicioslista article .slideserviciocont {
      margin-left: 20px;
      margin-right: 20px; }

/* Sidebar */
.sidebar {
  float: right;
  width: 220px;
  margin-right: 110px; }
  .sidebar h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: "ralewaylight"; }
  .sidebar.sidebarhome {
    padding-top: 50px; }
  .sidebar.sidebarinterna {
    margin-right: 50px;
    width: 270px; }
  .sidebar nav.botonessidebar {
    text-align: center;
    padding-top: 20px; }
    .sidebar nav.botonessidebar a, .sidebar nav.botonessidebar span {
      display: inline-block;
      border: 7px solid #fff;
      margin-bottom: 15px;
      box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.12);
      background: #ce714e; }
      .sidebar nav.botonessidebar a img, .sidebar nav.botonessidebar span img {
        display: block;
        width: 100%; }
      .sidebar nav.botonessidebar a:hover img, .sidebar nav.botonessidebar span:hover img {
        opacity: 0.5; }
    .sidebar nav.botonessidebar.small {
      width: 168px;
      padding-top: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -10px; }
      .sidebar nav.botonessidebar.small a {
        margin-bottom: 10px; }
  .sidebar nav.menusidebar {
    margin-bottom: 20px; }
    .sidebar nav.menusidebar ul li, .sidebar nav.menusidebar ul a {
      display: block; }
    .sidebar nav.menusidebar ul li {
      border-top: 1px solid #b5b5b5; }
      .sidebar nav.menusidebar ul li:first-child {
        border-top: none; }
      .sidebar nav.menusidebar ul li a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 0px 4px #000;
        padding: 15px; }
        .sidebar nav.menusidebar ul li a:hover {
          text-shadow: none;
          color: #000; }

/* Activos Sidebar */
#estructuras #bt-estructuras, #construcciones #bt-construcciones, #carpinteria #bt-carpinteria {
  color: #000;
  text-shadow: none; }

#grua #btgrua img, #chapa #btchapa img {
  opacity: 0.5; }

/* Seguinos y catalogo*/
.linksbottom {
  float: right;
  width: 380px;
  min-height: 80px;
  background: url(../images/desde-1890.png) no-repeat center bottom;
  padding-top: 60px; }
  .linksbottom span {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 35px;
    font-family: "ralewaylight"; }
    .linksbottom span h4 {
      font-size: 14px; }
    .linksbottom span h4, .linksbottom span img {
      margin-top: 10px; }

#inicio .linksbottom {
  width: 340px;
  margin-right: 40px; }

/* Paginas Internas */
.interna {
  /* columnas internas */ }
  .interna h1 {
    text-decoration: underline;
    font-size: 26px;
    margin-bottom: 65px; }
    .interna h1.big {
      font-size: 28px;
      margin-bottom: 30px;
      margin-top: 20px;
      font-weight: bold; }
  .interna h2 {
    font-family: "Myriad Pro";
    font-size: 36px;
    margin-bottom: 18px;
    font-weight: normal; }
  .interna p, .interna ul {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 35px;
    text-align: justify; }
    .interna p.nomargin, .interna ul.nomargin {
      margin-bottom: 10px; }
  .interna ul {
    margin-left: 35px; }
    .interna ul li {
      display: list-item;
      list-style: disc;
      list-style-position: outside; }
  .interna img.imgleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  .interna .textoizq {
    float: left;
    width: 210px; }
  .interna .textoder {
    float: right;
    width: 445px;
    margin-right: 20px; }
  .interna .textoizq, .interna .textoder {
    margin-bottom: 40px; }
  .interna .imggrua {
    margin-right: 40px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px; }

/*banner servicios*/
.bannerservicioscontainer {
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #fbfbfb;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75);
  width: 630px; }
  .bannerservicioscontainer img {
    cursor: pointer; }
  .bannerservicioscontainer .bx-wrapper .bx-controls-direction a {
    width: 64px;
    height: 83px;
    z-index: 998; }
    .bannerservicioscontainer .bx-wrapper .bx-controls-direction a.bx-prev {
      background: url(../images/banner-prev.png) no-repeat left center;
      left: -5px; }
    .bannerservicioscontainer .bx-wrapper .bx-controls-direction a.bx-next {
      background: url(../images/banner-next.png) no-repeat right center;
      right: -5px; }

/* Contactenos */
.formulario {
  float: left;
  width: 380px; }
  .formulario label {
    display: block;
    margin-bottom: 10px;
    font-family: "ralewaylight";
    font-size: 16px;
    cursor: pointer; }
  .formulario .error {
    padding: 10px;
    margin-bottom: 20px;
    color: #ff0000; }
  .formulario input, .formulario img {
    display: inline-block;
    vertical-align: middle; }
  .formulario img {
    margin-bottom: 20px; }
  .formulario input[type=text], .formulario select, .formulario textarea {
    width: 360px;
    padding: 10px;
    background: #fff;
    border: 1px solid #c8c8c8;
    font-family: "Myriad Pro";
    font-size: 16px;
    margin-bottom: 20px; }
    .formulario input[type=text]:hover, .formulario input[type=text]:focus, .formulario select:hover, .formulario select:focus, .formulario textarea:hover, .formulario textarea:focus {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    .formulario input[type=text].verif, .formulario select.verif, .formulario textarea.verif {
      width: 60%; }

.contactoright {
  float: right;
  width: 330px; }
  .contactoright ul {
    font-size: 14px; }
  .contactoright iframe {
    margin-bottom: 30px; }

.mensaje {
  background: #66a794 url(../images/ok.png) no-repeat center 30px;
  text-align: center;
  padding: 170px 30px 30px 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 20px; }
  .mensaje h2, .mensaje p {
    font-family: "ralewaylight";
    text-align: center; }
  .mensaje .boton {
    font-size: 16px;
    background: #b65733; }
    .mensaje .boton:hover {
      background: #8e4428; }

footer {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: url(../images/bg-footer.png) repeat-x center bottom;
  box-shadow: 0px -30px 50px #fbfbfb; }

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