
/**
 * COPYRIGHT NOTICE
 * ZOOM Design SRL
 * This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author ZOOM <info@zoomdesign.com.ar>
 * @date 00/00/2018
 * @copyright 2018 | ZOOM Design SRL
 * @package sbox
 */
 
/* LAYOUT */

html { height:100%; }
body { height:100%; }

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

* {margin: 0px; padding: 0px; outline: 0;}
a {text-decoration: none; color: #FFF;}
#clear {clear: both;}
.clear {clear: both;}
#space {height: 10px;}
#blank {height: 30px;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}

/* SELECCION */

::selection { background:#B4D1ED; color:#FFF; }
::-moz-selection { background:#B4D1ED; color:#FFF; }
::-webkit-selection { background:#B4D1ED; color:#FFF; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#box-00 {
	width: 100%;
	min-width: 980px;
	max-width: 100%;
	margin: auto;
	height: auto;
	min-height: 98%;
}

#box-01 {
	position: relative;
	width: 100%;
	min-width: 980px;
	height: auto;
	margin: auto;
	z-index: 99999;
}

#box-02 {
	position: relative;
	width: 100%;
	min-width: 980px;
	min-height: 100%;
	height: auto;
	margin: auto;
	padding: 0px;
}

#box-03 {
	position: relative;
	width: 100%;
	min-width: 980px;
	height: auto;
	margin: auto;
	z-index: 99998;
}


/* HEAD */

#top {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	height: 156px;
	top: 0px;
	z-index: 4000;
}

#header-wrapper {
	position: fixed;
	background-color: #005A98;
	width: 100%;
	min-width: 780px;
	height: 140px;
	top: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 4px solid #FFF;
	z-index: 5000;
}

#header {
	position: relative;
	width: 980px;
	height: 140px;
	margin: auto;
}

#logo{
	position: fixed;
	float: left;
	width: 207px;
	height: 140px;
	margin: 0px 0px 0px 20px;
}

#shadow-right {
	position: fixed;
	background-image: url(../imagenes/layout/shadow-right.png);
	width: 400px;
	height:	34px;
	top: 162px;
	right: 0px;
	z-index: 3500;
}

#shadow-left {
	position: fixed;
	background-image: url(../imagenes/layout/shadow-left.png);
	width: 400px;
	height:	34px;
	top: 162px;
	left: 0px;
	z-index: 3500;
}

#slogan{
	float: right;
	background-image: url(../imagenes/layout/slogan.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 84px;
	margin-top: 45px;
}

#shadow-index {
	background-image: url(../imagenes/layout/shadow-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 34px;
	width: 720px;
	margin-left: auto;
	margin-right: 14px;
}

/* BOTONES */

#menu-wrapper {
	height: 100%;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 236px;
}

#main-menu {
	position: fixed;
	background-image: url(../imagenes/layout/veinte-small.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	top: 180px;
	height: 400px;
	padding: 0px 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	background-color: #FFF;
	z-index: 88888;
}

#main-menu a {
	display: block;
	color: #5175B1;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 20px;
}
#main-menu a:hover {
	color: #00539B;
}
#main-menu li {
	margin: 4px 0 0px 0;
}
#main-menu .selected {
	color: #7EAE42;
}

.line{
  background-color: #D9D9D9;
  width: 200px;
  height: 1px;
  margin: 50px;
}

#main-menu-index {
	position: fixed;
	top: 180px;
	height: 400px;
	padding: 0px 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	background-color: #FFF;
	z-index: 88888;
}

#main-menu-index a {
	display: block;
	color: #5175B1;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 20px;
}
#main-menu-index a:hover {
	color: #00539B;
}
#main-menu-index li {
	margin: 4px 0 0px 0;
}
#main-menu-index .selected {
	color: #7EAE42;
}

/* FOOTER */

#foot {
	position: relative;
	background-image: url(../imagenes/layout/foot.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	width: 100%;
	max-width: 100%;
	min-width: 980px;
	height: 160px;
	margin: auto;
	background-color: #005A98;
}

#fa {
	position: relative;
	width: 80%;
	max-width: 80%;
	min-width: 960px;
	height: 100px;
	margin: auto;
	padding: 20px 10px;
	border-bottom: 1px solid #FFF;
	z-index: 99999;
}

#adress {
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	padding: 15px 10px;
	margin: auto;
}

/* REDES SOCIALES */

#social-box {
	position: relative;
	float: left;
	width: auto;
	height: 50px;
	padding: 25px 10px;
	margin: auto;
}

#social-box li {
	float: left;
	padding-left: 4px;
	display: inline;
}

#social h2 {
	font-size: 11px;
	position: fixed;
	bottom: 80px;
	padding-left: 20px;
}


#social-facebook a { position: relative; float: left; margin: auto; background-image: url(../imagenes/layout/social-facebook.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 50px; height: 50px; }
#social-facebook a:hover { filter: alpha(opacity=80); opacity: 0.80; }

#social-twitter a { position: relative; float: left;  margin: 0px 0px 0px 0px; background-image: url(../imagenes/layout/social-twitter.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 50px; height: 50px; }
#social-twitter a:hover { filter: alpha(opacity=80); opacity: 0.80; }

#social-instagram a { position: relative; float: left; 	  margin: 0px 0px 0px 0px; background-image: url(../imagenes/layout/social-instagram.png); background-repeat: no-repeat; background-position: 0 0px; display: block; width: 50px; height: 50px; }
#social-instagram a:hover { filter: alpha(opacity=80); opacity: 0.80; }

#social-wsp {
	position: relative;
	float: left;
	background-image: url(../imagenes/layout/social-wsp.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 155px;
	height: 62px;
	margin: -5px 0px 0px 0px;
}

#veinte {
	position: relative;
	background-image: url(../imagenes/layout/veinte-big.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 400px;
	height: 300px;
	margin: auto;
}

#veinte-imagen {
	position: relative;
	background-image: url(../imagenes/layout/veinte-imagen.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;
	min-width: 980px;
	height: 224px;
	margin: auto;
}

/* CUERPO */

#cuerpo{
	position: relative;
	height: auto;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 180px;
}

#cuerpo-texto {
	width: 720px;
	height: auto;
	margin-right: 14px;
	margin-left: auto;
}

#cuerpo-contacto{
	height: 550px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 180px;
}

#cuerpo-obra{
	height: 2650px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 180px;
}

/* CONTENIDO INDEX */

#contenedor {
	width: 720px;
	height: auto;
	min-height: auto;
	margin-left: 246px;
	z-index: 77777;
}

#subotones-box {
	width: 720px;
	height: 230px;
	margin-left: 246px;
}

#subotones-box li {
	float: left;
	display: inline;
}

.subotones {
	display: block;
	width:	228px;
	height: 228px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

#suboton-foto{
	margin: 10px;
	width: 206px;
	height: 136px;
	border: 2px solid #CCC;	
}

#suboton-foto img:hover {
	-moz-box-shadow: 0px 10px 10px #838383;
	-webkit-box-shadow: 0px 10px 10px #838383;
	box-shadow: 0px 0px 6px #838383;
}

.vertical{
	display: block;
	width:	15px;
	height: 230px;
}

.link{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
}

a:link.link, a:visited.link, a:active.link{
	text-decoration: none;
	color: White;
}
a:hover.link {
	text-decoration: underline;
	color: White;
}

#link-01{
	padding-top: 6px;
	display: block;
	width:	210px;
	height: 53px;
	margin: 10px;
	text-align: center;
	background-color: #C5A901;
}

#link-02{
	padding-top: 6px;
	display: block;
	width:	210px;
	height: 53px;
	margin: 10px;
	text-align: center;
	background-color: #7EAE42;
}

#link-03{
	padding-top: 6px;
	display: block;
	width:	210px;
	height: 53px;
	margin: 10px;
	text-align: center;
	background-color: #6CAEDF;
}

#tarjetas {
	position: relative;
	background-image: url(../imagenes/layout/tarjetas.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100%;
	height: 99px;
	margin: 10px auto 80px auto;
}

#clientes {
	position: relative;
	background-image: url(../imagenes/layout/clientes.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 720px;
	height: 490px;
	margin: 10px auto 10px auto;
}

/* ALUMINIO */

#aluminio {
	display:block;
	overflow:hidden;
	width: 720px;
	margin:0 auto;
}
#aluminio li {
	float: left;
	height: 40px;
	width: 180px;
	list-style: none outside none;
	position: relative;
}
#aluminio ul {
	overflow:hidden;
}
#aluminio ul.hidden {
	display:none;
}
#filter-aluminio {
	position: relative;
	display: block;
	width: 720px;
	height: 25px;
	margin-left: 246px;
	text-align: center;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 14px;

	text-decoration: none;
	height: 25px;
	line-height: 37px;
}
.aluminio-selected {
	color: #7EAE42;
}
.aluminio-a {
	color: #00539B;
}

#aluminio-nota {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-style:italic;
	font-size: 16px;
	text-align: right;
	padding-right: 14px;
	text-decoration: none;
	color: #7EAE42;
}

#pdf {
	overflow: hidden;
	float: left;
	display: inline-block;
	width: 720px;
	height: 32px;
}
#pdf h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAA;
	text-align: left;
	margin-top: 9px;
	font-style: normal; font-weight: normal; font-variant: normal;
	padding-left: 40px;
}

#pdf h3 a{
	color: #AAA;
	text-decoration: none
}

#pdf h3 a:hover{
	color: #888;
	text-decoration: none
}


.pdf-icono a{
	float: left;
	background-image: url(../imagenes/layout/pdf.png);
	background-position: 0 0px;
	display: block;
	height: 32px;
	padding-left: 32px;
	background-repeat: no-repeat;
}

.pdf-icono a:hover {
	background-position: 0 -32px;
	color: #444444;
}

/*PRODUCTOS*/

.renovacion-foto {
	display: block;
	width: 180px;
	height: 180px;
	background-color: #FFF;
	background-image:url(../imagenes/layout/renovacion.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 25px 0px 25px 0px;
}

.renovacion-corte {
	display: block;
	width: 230px;
	height: 230px;
	background-image:url(../imagenes/layout/renovacion-corte.png);
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	margin-left: 0px;
}

.pvc-foto-01 {
	display: block;
	width: 180px;
	height: 180px;
	background-color: #CCC;
	background-image:url(../imagenes/layout/pvc-01.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 25px 0px 25px 0px;
}

.pvc-foto-02 {
	display: block;
	width: 180px;
	height: 180px;
	background-color: #CCC;
	background-image:url(../imagenes/layout/pvc-02.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 25px 0px 25px 0px;
}

.pvc-corte-01 {
	display: block;
	width: 230px;
	height: 230px;
	background-image:url(../imagenes/layout/pvc-corte-01.png);
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	margin-left: 0px;
}

.pvc-corte-02 {
	display: block;
	width: 230px;
	height: 230px;
	background-image:url(../imagenes/layout/pvc-corte-02.png);
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	margin-left: 0px;
}

.colores {
	background-image: url(../imagenes/layout/colores.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 240px;
	width: 720px;
	margin-left: auto;
	margin-right: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.pielvidrio-foto {
	display: block;
	width: 180px;
	height: 180px;
	background-color: #CCC;
	background-image:url(../imagenes/layout/pielvidrio.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 25px 0px 25px 0px;
}

.pielvidrio-corte {
	display: block;
	width: 230px;
	height: 230px;
	background-image:url(../imagenes/layout/pielvidrio-corte.png);
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	margin-left: 0px;
}

.a30new-foto {
	display: block;
	width: 180px;
	height: 180px;
	background-color: #CCC;
	background-image:url(../imagenes/layout/a30new.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 25px 0px 25px 0px;
}

.a30new-corte {
	display: block;
	width: 230px;
	height: 230px;
	background-image:url(../imagenes/layout/a30new-corte.png);
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	margin-left: 0px;
}

.modena-foto {
	display: block;
	width: 180px;
	height: 180px;
	background-color: #CCC;
	background-image:url(../imagenes/layout/modena.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 25px 0px 25px 0px;
}

.modena-corte {
	display: block;
	width: 230px;
	height: 230px;
	background-image:url(../imagenes/layout/modena-corte.png);
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	margin-left: 0px;
}

.aluminio-items {
	display: block;
	width:	310px;
	height: 180px;
	margin: 25px 0px 25px 0px;
}

.aluminio-items li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	color: #999;
	padding-left: 40px;
}
.aluminio-titulo{
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 1.4em;
	text-align: left;
	color: #7EAE42;

}

/*LISTADO DE PRODUCTOS Y SERVICIOS*/

#productos-box {
	position: relative;
	width: 720px;
	height: 250px;
	margin: auto;
}

#productos-box-02 {
	position: relative;
	width: 540px;
	height: 250px;
	margin: auto;
}


#columnas{
	float: left;
	width: 180px;
	height: 250px;
}
#imagen-producto {
	height: 166px;
	width: 156px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: auto;
	margin-top: 12px;
}
#productos-box h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777;
	margin-top: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* OBRAS */

#block-proyectos {
	display: block;
	width: 720px;
	height: 425px;
	float: left;
	border: 1px solid #BBB;
	background-color: #EEE;
}

#block-proyectos-vertical {
	display: block;
	float: left;
	width: 720px;
	height: 550px;
	border: 1px solid #BBB;
	background-color: #EEE;
}


.project {
	float: left;
	padding-top: 25px;
	width: 720px;
	height: 90px;
	border-bottom: 1px solid #CCC;
}

#description {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-style: italic;
	float: left;
	color: #6697C3;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 40px;
}

#work {
	margin-top: auto;
	margin-bottom: auto;
	border-left: 1px solid #CCC;
	float: right;
	padding-left: 25px;
}
#work h5 {
	font-family: Helvetica, Arial, sans-serif;
}
#work li {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	background-image: url(../imagenes/layout/check.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
}


.logo-block {
	position: relative;
	float: right;
	margin: 24px 0px auto auto;
	width: 720px;
	height: 64px;
	padding: 10px 0px;
	border-top: 1px solid #CCC;
}

.logo-01 a { background-image: url(../imagenes/layout/01.png); background-position: 0 0px; background-repeat: no-repeat; display: block; height: 64px; width: 73px; float:left; margin-left:115px;}
.logo-01 a:hover { background-position: 0 -64px; color: #FFF;}

.logo-02 a { background-image: url(../imagenes/layout/02.png); background-position: 0 0px; background-repeat: no-repeat; display: block; height: 64px; width: 118px; float:left;}
.logo-02 a:hover { background-position: 0 -64px; color: #FFF;}

.logo-03 a { background-image: url(../imagenes/layout/03.png); background-position: 0 0px; background-repeat: no-repeat; display: block; height: 64px; width: 62px; float:left;}
.logo-03 a:hover { background-position: 0 -64px; color: #FFF;}

.logo-04 a { background-image: url(../imagenes/layout/04.png); background-position: 0 0px; background-repeat: no-repeat; display: block; height: 64px; width: 150px; float:left;}
.logo-04 a:hover { background-position: 0 -64px; color: #FFF;}

.logo-05 a { background-image: url(../imagenes/layout/05.png); background-position: 0 0px; background-repeat: no-repeat; display: block; height: 64px; width: 67px; float:left;}
.logo-05 a:hover { background-position: 0 -64px; color: #FFF;}

#mapa {
	position: relative;
	width: 612px;
	height: 400px;
	margin: auto 36px auto auto;
	border: 1px solid #CCC;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* SEPARADORES */

.spacer-top {
	height: 1px;
	width: 720px;
  	background-color: #CCC;
	margin-left: auto;
	margin-right: 14px;
	margin-top: 0;
	margin-bottom: 25px;
}

.spacer-center {
	height: 1px;
	width: 720px;
  	background-color: #CCC;
	margin: 25px 14px 25px auto;
}

.spacer-bottom {
	height: 1px;
	width: 720px;
  	background-color: #CCC;
	margin-left: auto;
	margin-right: 14px;
	margin-top: 25px;
	margin-bottom: 0px;
}

.spacer-aluminio {
	height: 1px;
	width: 720px;
  	background-color: #CCC;
	margin: 50px 14px 25px auto;
}

.spacer-pvc {
	height: 1px;
	width: 720px;
  	background-color: #CCC;
	margin: 50px 14px 0px auto;
}

.star-divider {
	background-image: url(../imagenes/layout/star_divider.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 720px;
	margin-left: auto;
	margin-right: 14px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.blank-spacer {
	float:left;
	width: 720px;
	height: 80px;
	margin-left: 246px;
	margin-right: auto;
}

/* WhatsApp */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 99999;
}

.my-float{
	margin-top:16px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #CCC;
	font-size: 11pt;
}

h1 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 24px;
	text-decoration: none;
	color: #FFF;
	line-height: 2em;
	padding-left: 14px; 
}

h1 span{
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #457091;
	text-decoration: none;
	line-height: 1.7em;

}

h2 span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

h2 a:link, h2 a:visited, h2 a:active{
	text-decoration: none;
	background-color: #A3C6E9;
}
h2 a:hover {
	text-decoration: none;
	background-color: #B4D1ED;
}


h3 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: inherit;
	color: #999;
	text-decoration: none;
	text-align: center;
}

h4 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: inherit;
	color: #598FB8;
	text-decoration: none;
	text-align: center;
}

h4 a:link, h4 a:visited, h4 a:active{
	text-decoration: none;
	color: #598FB8;
}
h4 a:hover {
	text-decoration: none;
	color: #457091;
}


h5 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: inherit;
	color: White;
	text-decoration: none;
	text-align: center;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: right;
	font-weight: normal;
	line-height: 1.3em;
	text-decoration: none;
	letter-spacing: 1px;
}

h6 a:link, h6 a:visited, h6 a:active{
	text-decoration: none;
	color: #FFF;
}
h6 a:hover {
	text-decoration: none;
	color: #B4CADF;
}

.h7 {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: inherit;
	color: #999;
	text-decoration: none;
	text-align: center;
}

.h7 span {
	color: #005A98;
	font-size: 28px;
	line-height: 3em;
}