/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #1b578b; color: #FFF; text-shadow: none; }
::selection { background: #1b578b; color: #FFF; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Diego Gaustein <(name)@(lastname).com.ar>
   ========================================================================== */

html {
  background-image: url('/media/img/bg.gif');
  }
  
body {
  width: 972px;
  background-color: #f9f9f9;
  margin: 0 auto;
  font-size: 80%;
  font-family: Arial,sans-serif;
  }
  
#col-i {
  width: 260px;
  float: left;
  }
  
#logo {
  padding: 50px;
  }
  
#main {
  margin-left: 260px;
  box-shadow: #888 0px 0px 10px;
  background-color: white;
  }

#top-menu {
  text-align: center;
  }
  
img.banner {
  margin-top: 56px;
}
  
#bot-estudio {
  display: inline-block;
  width: 140px;
  height: 70px;
  background-image: url('/media/img/top-menu/estudio.png');
  }
#bot-proyectos {
  display: inline-block;
  width: 128px;
  height: 70px;
  background-image: url('/media/img/top-menu/proyectos.png');
  }
#bot-clientes {
  display: inline-block;
  width: 166px;
  height: 70px;
  background-image: url('/media/img/top-menu/clientes.png');
  }
#bot-contacto {
  display: inline-block;
  width: 133px;
  height: 70px;
  background-image: url('/media/img/top-menu/contacto.png');
  }

#top-menu a:hover, #top-menu a.active {
  background-position: 0 -70px;
  }

article {
  padding: 30px 105px;
  }
  
article.wide {
  padding: 0;
}

nav {

  }
  
ul.estudio li {
  background: url('/media/img/estudio/flecha.png') no-repeat 32px center;
  }
  
ul.estudio li:hover, ul.estudio li.active {
  background: #1b578b url('/media/img/estudio/flecha-hover.png') no-repeat 32px center;
  }
  
ul.proyectos li.industrias-laboratorios {
  background: url('/media/img/proyectos/menu/industrias-laboratorios.png') no-repeat 32px center;
  }
  
ul.proyectos li.industrias-laboratorios:hover, ul.proyectos li.industrias-laboratorios.active {
  background: #1b578b url('/media/img/proyectos/menu/industrias-laboratorios-hover.png') no-repeat 32px center;
  }
ul.proyectos li.salud {
  background: url('/media/img/proyectos/menu/salud.png') no-repeat 32px center;
  }
  
ul.proyectos li.salud:hover, ul.proyectos li.salud.active {
  background: #1b578b url('/media/img/proyectos/menu/salud-hover.png') no-repeat 32px center;
  }
ul.proyectos li.hoteles-instituciones {
  background: url('/media/img/proyectos/menu/hoteles-instituciones.png') no-repeat 32px center;
  }
  
ul.proyectos li.hoteles-instituciones:hover, ul.proyectos li.hoteles-instituciones.active {
  background: #1b578b url('/media/img/proyectos/menu/hoteles-instituciones-hover.png') no-repeat 32px center;
  }
ul.proyectos li.centros-de-computo {
  background: url('/media/img/proyectos/menu/centros-de-computo.png') no-repeat 32px center;
  }
  
ul.proyectos li.centros-de-computo:hover, ul.proyectos li.centros-de-computo.active {
  background: #1b578b url('/media/img/proyectos/menu/centros-de-computo-hover.png') no-repeat 32px center;
  }
ul.proyectos li.comerciales {
  background: url('/media/img/proyectos/menu/comerciales.png') no-repeat 32px center;
  }
  
ul.proyectos li.comerciales:hover, ul.proyectos li.comerciales.active {
  background: #1b578b url('/media/img/proyectos/menu/comerciales-hover.png') no-repeat 32px center;
  }
ul.proyectos li.oficinas-bancos {
  background: url('/media/img/proyectos/menu/oficinas-bancos.png') no-repeat 32px center;
  }
  
ul.proyectos li.oficinas-bancos:hover, ul.proyectos li.oficinas-bancos.active {
  background: #1b578b url('/media/img/proyectos/menu/oficinas-bancos-hover.png') no-repeat 32px center;
  }
ul.proyectos li.viviendas {
  background: url('/media/img/proyectos/menu/viviendas.png') no-repeat 32px center;
  }
  
ul.proyectos li.viviendas:hover, ul.proyectos li.viviendas.active {
  background: #1b578b url('/media/img/proyectos/menu/viviendas-hover.png') no-repeat 32px center;
  }

nav ul {
  border-top: 1px dashed #cacaca;
  border-bottom: 1px dashed #9e9e9e;
  }

nav li {
  color: #3e3e3e;
  line-height: 35px;
  padding-left: 62px;
  border-bottom: 1px dashed #cacaca;
  border-top: 1px dashed #9e9e9e;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  }
  
nav li:hover, nav li.active {
  background-color: #1b578b;
  color: white;
  }

a, a:visited {
  text-decoration: none;
  }
  
a:hover, a:active, a.active {
  }
  
#antecedentes {
  font-size: 105%;
  background: url('/media/img/proyectos/flecha-descarga.png') no-repeat 25px center;
  padding: 20px 25px 20px 75px;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  }
  
#antecedentes:hover {
  background: #1b578b url('/media/img/proyectos/flecha-descarga-hover.png') no-repeat 25px center;
  }

#antecedentes a, #antecedentes a:visited {
  color: #1b578b;
  }

#antecedentes:hover h3, #antecedentes:hover a {
  color: white;
  }
  
#antecedentes p {
  margin: 0;
  line-height: 120%;
  }
  
a.opacity:hover img, input.opacity:hover {
  opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
  }

h1, h2, h3 {
  color: #1b578b;
  }
  
h1 {
  font-size: 165%;
  }
  
h3 {
  margin: 0;
  }

header h1 {
  font-size: 300%;
  margin: 0;
  line-height: 100%;
  }
  
header h2 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
}

header div {
  padding: 26px 50px;
}

header span {
  padding-left: 10px;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  }
  
header img {
  vertical-align: bottom;
  padding-bottom: 10px;
  }
  
footer {
  clear: both;
  background-color: #1b578b;
  color: white;
  font-size: 95%;
  line-height: 50px;
  border-top: 1px solid #c4d0dc;
  text-align: center;
  }
  
footer a, footer a:visited {
  color: white;
  font-weight: bold;
  }

footer a:hover {
  color: white;
  text-decoration: underline;
  }
  
footer img {
  vertical-align: middle;
  padding: 5px;
  }
  
#weikup {
  padding-left: 30px;
  }

article ul {
  padding-left: 0;
  }
  
article li {
  list-style-type: none;
  position: relative;
  text-indent: 25px;
  }
  
article li:before {
  content: '. /';
  position: absolute;
  left: -20px;
  color: #1d598d;
  font-weight: bold;
  }
  
article.estudio li {
  font-size: 110%;
  }

section.proyecto {
  padding: 2.5em 65px;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #9b9b9b;
  }
  
section.proyecto a, section.proyecto a:visited {
  color: black;
  }
  
section.proyecto:first-child {
  border-top: none;
  }
  
section.proyecto:nth-child(odd) {
  background-color:#f9f9f9;
  }
  
section.proyecto hgroup {
  vertical-align: middle;
  background: url('/media/img/proyectos/flecha-d.png') no-repeat left 8px;
  padding: 0 0 25px 45px;
  }
  
section.proyecto h1 {
  margin: 0;
  font-size: 170%;
  }

section.proyecto span.imagen {
  position: relative;
  float: left;
  box-shadow: #B9B9B9 0px 0px 4px;
  }
  
section.proyecto div.mas {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
  background: url('/media/img/proyectos/mas.png') no-repeat;
  }
  
section.proyecto:hover div.mas {
  background: url('/media/img/proyectos/mas-hover.png') no-repeat;
  }
  
section.proyecto div {
  margin-left: 220px;
  font-size: 85%;
}

span.calefaccion, span.refrigeracion, span.vapor {
  height: 4em;
  display: inline-block;
  vertical-align: top;
  width: 27%;
  border-right: 1px solid #B9B9B9;
  padding-left: 12%;
  margin-right: 1%;
  font-weight: bold;
  line-height: 120%;
  }
  
span.superficie {
  display: inline-block;
  width: 17%;
  font-weight: bold;
  height: 4em;
  line-height: 120%;
  }
  
span.calefaccion {
  background: url('/media/img/proyectos/calor-off.png') no-repeat left top;
  }
  
span.calefaccion.active {
  background: url('/media/img/proyectos/calor-on.png') no-repeat left top;
  }
  
span.refrigeracion {
  background: url('/media/img/proyectos/frio-off.png') no-repeat left top;
}

span.refrigeracion.active {
  background: url('/media/img/proyectos/frio-on.png') no-repeat left top;
}

section.proyecto h4 {
  margin: 0;
  color: #CDCDCD;
  }
  
section.proyecto span.active h4 {
  color: #1b578b;
  }

#slideshow {
  height: 356px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
  }
  
div.slides_container {
  min-height: 356px;
  }
 
a.prev {
  position: absolute;
  z-index: 99;
  left: 20px;
  top: 45%;
  }
    
a.next {
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 45%;
  }

.f-l {
  float: left;
  padding-bottom: 1em;
  }

.col-1-2 {
  float: left;
  width: 43%;
  padding: 0 7% 0 0;
  }
  
.col-2-2 {
  margin-left: 50%;
  width: 44%;
  padding: 0 0 0 6%;
  }

hr {
  /*border-top: 1px dashed #6b6b6b;*/
  border-bottom: 1px dashed #cccccc;
  border-top: 1px dashed #9b9b9b;
  height: 0;
}

ul hr {
  margin: 0.5em 0;
  }
  
nav hr {
  margin: 0;
  }

form {
  white-space: nowrap;
  font-size: 88%
  }

input, textarea, select {
  border: none;
  background-color: #E7E7E9;
  margin-top: 8px;
  font-size: 115%
}

input.image {
  vertical-align: bottom;
  }

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
.full {
  width: 100%;
  }
.half-1 {
  width: 50%;
  display: inline-block;
  }
  
.half-2 {
  margin-left: 1%;
  width: 49%;
  display: inline-block;
  }
  
label {
  padding-left: 1em;
  font-size: 95%;
  display: inline-block;
  }
  
#contacto, #contacto a {
  font-size: 115%;
  color: #1b578b;
  }
  
#contacto a {
  font-weight: bold;
  }
  
#contacto a:hover {
  text-decoration: underline;
  }

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #numberDisplay a { color: black; padding-left: 5px; padding-right: 5px;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6 !important;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}