@charset "utf-8";
/* CSS Document */

body{ 	
	height: 100%;
	padding: 0;
	font-size:14px;	
	text-align:left;
	margin:0px;
	position:relative;				
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#333;
	}	

html{
	height: 100%;
	padding: 0;
	}		
	
img{ 
	border:none;
	vertical-align:middle;
	}

/*MAIN*/

.mainTable{
	width:100%;
	height:100%;	
	}
	
.sb_hubyx{
	font-family: 'Open Sans', sans-serif;
	}
	
a {
	outline: none;
}
	
/*HEADER*/

header, .header{	
	height:160px;
	}

header{
	background:#FFF;
	color:#FFF;
	width:100%;
	top:0px;
	left:0px;
	position:fixed;
	display:inline-block;
	z-index:999;
	}
	
header .logo{
	height:100px;
	margin:0 auto;
	margin-top:10px;
	}
	
header .plecaLogo{
	height:120px;
	background:rgba(255,255,255,1.00);
	text-align:center;	
	}
	
header .separador{
	background:rgba(233,98,0,1.00);
	height:5px;
	width:100%;
	float:left;
	display:none;
	}

/*MENU PRINCIPAL*/
.plecaMenu{
	text-align:center;
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	background:rgba(233,98,0,1.00);
	height:40px;
	}

.menuPrincipal{
	display:inline-block;
	font-size:1em;
	margin:0 auto;
	height:40px;
	}
	
.menuPrincipal td{
	vertical-align:middle;
	height:40px;
	}
	
.menuPrincipal .menu a{
	display:inline-block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:600;	
	font-size:1em;
	text-transform:uppercase;
	
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;	
	
	margin:0px 15px;	
	position:relative;
	
	height:40px;
	line-height:40px;
	vertical-align:middle;
}

.menuPrincipal .menu a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.menuPrincipal .menu .barra{
	position:absolute;
	}

.menuPrincipal .menu a.activo .barra{	
	width:100%;
	bottom:0px;
	background:rgba(255,255,255,.5);
	height:4px;
	}
	
.btnResponsivo{
	display:inline-block;
	float:right;
	height:80px;
	display:none;	
	}
	
.btnResponsivo img{
	height:30px;
	margin:25px 20px;
	}
	
.menuPrincipal .menu .activo, .sb_hubyx .activo{	
	color:rgba(255,255,255,.5);
}

.rollOver{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.rollOver:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background:none;
}

	
/*MENU RESPONSIVO*/

.menuLeteralResponsivo{
	display:none;	
	}

.sb_hubyx td{
	display:inline-block;
	width:100%;
	padding:0px 0px;
	}
	
.sb_hubyx .smMenu{
	padding:10px 15px;
	}
	
.sb_hubyx .smMenu a{
	border-bottom:0px;
	text-align:center;
	display:inline-block;
	width:auto;
	padding:0px;
	float:left;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
	
	position:relative
	}
	
.sb_hubyx .smMenu img{
	height:25px;
	margin:0px 0px;	
	}
	
/*FOOT*/

.foot{
	height:50px;
	background:rgba(233,98,0,1.00);
	padding:10px 30px;
	color:#FFF;
	font-size:.9em;
	}
	
.tablaFoot{
	width:100%;	
	}
	
.tablaFoot td{
	width:33%;
	vertical-align:top;
	}
	
.tablaFoot .centro{
	text-align:center;
	width:34%;	
	}
	
.tablaFoot .left{
	text-align:left;	
	}
	
.tablaFoot .right{
	text-align:right;	
	}
	
.tablaFootCnt{
	float:left;
	}

.link_gris{
	color:#7c7c7c;
	text-decoration:none;
	}
	
.link_blanco{
	color:#FFF;
	text-decoration:none;
	}
	
.linkIcono{
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	font-size:.9em;
	}
	
.linkIcono .fa-stack-1x{
	color:rgba(233,98,0,1.00);
	}
	
/*CONTENIDO*/

.contenido{
	vertical-align:top;
	}
	
.mainDiv{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:30px;
	}

/*BANNERS*/

.banner{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	float:left;
	}
	
.banner img{
	width:100%;	
	}
	
.tablaBanner{
	width:100%;
	float:left;	
	}
	
.tablaBanner td{
	width:50%;
	}
	
.tablaBanner .titulo{
	width:50%;
	color:rgba(255,255,255,1.00);
	text-transform:uppercase;
	font-size:3em;
	font-weight:800;
	line-height:1em;
	letter-spacing:-.05em;
	text-align:center;
	vertical-align:middle;
	background:rgba(0,0,0,1.00);
	padding:20px;
	}	
	
.tablaBanner .pic img{
	width:100%;
	}


/*BLOQUES*/
	
.tabla_1x3{
	width:100%;
	float:left;
	}
	
.tabla_1x3 td{
	vertical-align:top;
	}
	
.tabla_1x3 tr td:first-child{
	padding-right:20px;
	width:25%;
	}
	
.tabla_1x3 tr td:last-child{
	padding-left:20px;
	width:75%;
	}
	
.tituloColLeft{
	color:rgba(233,98,0,1.00);
	text-transform:uppercase;
	text-align:right;
	font-size:3em;
	font-weight:800;
	line-height:1em;
	letter-spacing:-.05em;		
	}
	
.bloqueTexto{
	font-size:1em;
	text-align:justify;	
	}
	
.mainDiv{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	padding:30px;
	}
	
.bordeGris{
	border-right:rgba(177,177,177,1.00) solid 1px;	
	}
	
/*MENU LATERAL*/

.menuLateral{
	width:100%;
	float:left;
	position: relative;
	font-size:1em;
	border-bottom:#E1E1E1 solid 1px;
	}
	
.menuLateral .tituloSmal{
	color:#fea305;
	font-size:2em;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:10px;
	}

.menuLateral a, .menuLateral a:link, .menuLateral a:visited, .menuLateral a:link {
	color:rgba(72,72,72,1.00);
	display:inline-block;
	width:100%;		
	vertical-align:middle;
	text-decoration:none;
	cursor:pointer;
	position: relative;
	}
	
.menuLateral a:hover{
	color:rgba(72,72,72,.5); !important;
	}	
		
.menuLateral .cat{
	font-weight:bold;
	}	

.menuLateral .mlLevel_0{
	text-transform:uppercase;	
	border-top:#E1E1E1 solid 1px;
	color:rgba(72,72,72,1.00) !important;
	height:25px;
	line-height:25px;
	margin-bottom:0px;
	}
	
.menuLateral .mlBloque:first-child .mlLevel_0{
	border-top:none;
	}
	
.menuLateral .fa{
	color:rgba(72,72,72,1.00) !important;
	}
	
.menuLateral .categoriaItemActivo{
	color:#e96200 !important;
	font-weight:800 !important;
	}
	
.menuLateral .mlBloqueSub{
	margin-bottom:10px;
	}	
	
.tdMenuProyectos{
	border-right:#E1E1E1 solid 1px;	
	}
	
.tdMenuProyectos .menuLateral{
	border-bottom:none;
	text-align:left;
	font-size: 3em;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1em;
    text-transform: uppercase;
	}
	
	
/*MENU LATERAL RESPONSIVO*/

.menuLateralResp{
	display:inline-block;
	width:100%;
	display:none;
	}

.menuLateralResp div{
	display:inline-block;
	width:100%;
	}
	
.menuLateralResp{
	}
	
.menuLateralResp .mlLevel_0{
	text-transform:uppercase;
	}
	
.menuLateralResp .fa{
	float:right;
	}
	
	
.menuLateralResp .mlBloque{
	margin-bottom:0px !important;
	float:left !important;
	}
	
.menuLateralResp .mlBloqueSub{
	margin-bottom:0px;
	}	
	
.menuLateralResp .mlBloqueSub a{
	padding-left:30px;
	box-sizing:border-box;
	}	
	
/*APLICA TAMBIEN A SB MENU*/

.sb_hubyx .categoriaItemActivo{
	color:#FFF;
	font-weight:800 !important;
	}

.menuLateral a span {
	float:right;
	line-height:inherit;
	}	

.menuLateral .mlBloqueSub{
	padding-left:15px;
	}
	
/*PAGINADO*/

.paginado{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	padding:20px;
	text-align:center;	
	}

.pagBtn{
	height:30px;
	width:30px;
	-webkit-border-radius:15px;
	border-radius: 15px;
	background:rgba(254, 163, 5, 1);
	display:inline-block;
	box-sizing:border-box;
	margin:0px 5px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
	
	font-size:.9em;
	font-family: 'Open Sans', sans-serif;
	
}

.pagBtn:hover{
	background:rgba(233, 98, 0, 1);
	text-decoration:none;
	color:rgba(255,255,255,1.00);
}

.pagActivo, .pagActivo:hover{
	background:rgba(233, 98, 0, 1);
	text-decoration:none;
	color:rgba(255,255,255,1.00);
}

.pagBtn span{
	font-size:.8em;
}

.paginado .prev span{
	padding-right:3px;	
}

.paginado .next span{
	padding-left:3px;	
}

/*GALERIA*/
.thumbStrip{
	display:inline-block;
	float:left;
	margin-left:-10px;
	margin-right:-10px;
	}
	
.thumbStrip a{
	display:inline-block;
	float:left;
	width:20%;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	}
	
.thumbStrip a img{
	width:100%;
	}	

	
/*GRID*/

.grid{
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:15px;
	padding-top:0px !important;
	width:100%;
	}

.grid .gridBox{
	width:20%;
	display:inline-block;
	box-sizing:border-box;
	padding:15px;
	float:left;
	}
	
.gridPrincipal .thumb{
	width:100%;
	display:inline-block;	
	height:200px;
	text-align:center;
	color:rgba(255,255,255,1.00);
	position:relative;
	box-sizing:border-box;
	background:rgba(0,0,0,1.00);	
	text-decoration:none;
	}
	
	
.gridPrincipal .thumb .icono, .gridPrincipal .thumb .titulo, .gridPrincipal .thumb .desc{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	padding:20px;	
	}
	
.gridPrincipal .thumb .icono{
	font-size:3em;
	padding-bottom:0px;
	}
	
.gridPrincipal .thumb .titulo{
	font-size:1.5em;
	font-weight:800;
	text-transform:uppercase;
	padding-top:5px;
	line-height:1em;
	}
	
.gridPrincipal .thumb .desc{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:1.3em;
	line-height:1.1em;
	}
	
/*GRID PRODUCTOS*/
	
.gridProductos{
	margin-top:-15px;	
	}
	
.gridProductos .thumb{
	border:rgba(220,220,220,1.00) solid 1px;
	position:relative;
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	}
	
.gridProductos .thumb img{
	width:100%;
	}
	
.gridProductos .thumb .caption{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	position:absolute;
	bottom:0px;
	left:0px;
	background:rgba(113,113,113,1.00);
	color:rgba(255,255,255,1.00);
	text-align:center;
	padding:10px;
	font-size:.9em;
	}
	
.noProduct{
	display:inline-block;
	float:left;
	margin-top:15px;
	background:rgba(228,228,228,1.00);
	padding:30px 15px;
	width:100%;
	text-align:center;
	}
	
/*GRID PROYECTOS*/
.gridProyectos{
	margin-top:-15px;
	}
	
.gridProyectos .gridBox{
	width:25%;
	}
	
.gridProyectos .thumb{	
	position:relative;
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	}
	
.gridProyectos .thumb img{
	width:100%;
	border:rgba(220,220,220,1.00) solid 1px;
	box-sizing:border-box;
	display:inline-block;
	}
	
.gridProyectos .thumb .caption{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	bottom:0px;
	left:0px;
	color:rgba(255,255,255,1.00);
	padding:10px 0px 0px 0px;
	font-size:.9em;
	color:rgba(100,100,100,1.00);
	text-align:left;
	line-height:1.2em;
	}
	
.gridProyectos .thumb .caption{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	bottom:0px;
	left:0px;
	color:rgba(255,255,255,1.00);
	padding:10px 0px 0px 0px;
	font-size:.9em;
	color:rgba(100,100,100,1.00);
	text-align:left;
	}	
	
.gridProyectos .thumb .caption .titulo{
	font-size:1.2em;
	font-weight:600;
	}
	
.gridProyectos .thumb .caption .fecha{
	font-size:.9em;
	color:rgba(0,0,0,.5)
	}

.gridProyectos .thumb .captionCat{
	padding:10px;
	background:#43a413;
	color:rgba(255,255,255,1.00);
	text-align:center;
	font-size:.9em;
	border:rgba(220,220,220,1.00) solid 1px;
	border-top:0px;
	box-sizing:border-box;
	display:inline-block;
	width:100%;
	}

/*BREADCRUMB*/

.breadCrumb{
	display:inline-block;
	float:left;
	margin-left:30px;
	margin-bottom:20px;
	padding-top:5px;
	box-sizing:border-box;
	width:100%;
	text-transform:uppercase;
	font-size:.9em;
	color:#a5a5a5;
	}
	
.breadCrumb a{
	color:rgba(165,165,165,1.00);
	text-decoration:none;
	}
	
.breadCrumb a:hover{
	color:rgba(165,165,165,.6);
	}
	
/*COLORES FONDO*/

.bk_amarillo{
	background:#fea305 !important;
	}
	
.bk_verde{
	background:#43a413 !important;
	}
	
.bk_azul{
	background:#1180a9 !important;
	}
	
.bk_rosa{
	background:#cb124a !important;	
	}
	
.bk_lila{
	background:#7131dd !important;	
	}
	
.bk_agua{
	background:#05d2fe !important;	
	}
	
.bk_gris{
	background:#6C6C6C !important;	
	}
	
/*COLORES TEXTO*/

.txt_amarillo{
	color:#dc9c02 !important;
	}
	
.txt_verde{
	color:#43a413 !important;
	}
	
.txt_azul{
	color:#1180a9 !important;
	}
	
.txt_rosa{
	color:#cb124a !important;	
	}
	
.txt_lila{
	color:#7131dd !important;	
	}
	
.txt_agua{
	color:#05d2fe !important;	
	}
	
.txt_gris{
	color:#6C6C6C !important;	
	}
	
/*LISTAS*/

.ulSimple{
	margin:0px;
	padding-left:15px;
	}
	
/*CONTACTO*/

.tablaContacto{
	width:100%;	
	}
	
.tablaContacto td{
	text-align:left;
	vertical-align:top;
	width:50% !important;
	}
	
.tablaContacto .etiqueta{
	padding-bottom:3px;	
	}
	
.tablaContacto .campo{
	padding-bottom:5px;	
	}
	
/*FORMULARIO*/

.formulario{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	float:left;
	max-width:400px;
	}
	
input[type=text], textarea{
	background:rgba(255,255,255,1.00);
	border:rgba(192,192,192,1.00) solid 1px;
	width:100%;
	box-sizing:border-box;
	padding:4px 8px;
	font-size:13px;		
	font-family: 'Open Sans', sans-serif;
	color:#3F3F3F;
	}
	
textarea{
	resize:none;
	height:80px;
	}
	
.botonGenerico{
	display:inline-block;
	float:right;
	border:none;
	background: rgba(233, 98, 0, 1);
	padding:5px 15px;
	color:#FFF;
	margin-top:10px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
	
	cursor:pointer;
	}
	
.botonGenerico:hover{
	background:rgba(233, 98, 0, .6);
	}
	
.warning{
	float:left;
	display:inline-block;
	color:rgba(233, 98, 0, 1);
	font-size:.9em;
	margin-top:16px;
	}
	
.highlight{
	background:rgba(255,244,233,1.00) !important;
	}
	
.tituloBig{
	font-size:1.2em;
	font-weight:800;	
	}
	
/*PRODUCTOS*/

.listaProductos{
	width:100%;
	}
	
.listaProductos td{
	vertical-align:top;
	}
	
.tdMenuLateral{
	width:250px;
}

.mainListado{
	padding-right:0px !important;	
	}
	
.listadoProyectos{
	padding-right:0px !important;
	padding-left:0px !important;	
	}


/*BUSCADOR*/

.buscador{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	float:left;
	margin-bottom:20px;
	}	
	
.buscador table{
	width:100%;
	}
	
.buscador table td{
	border-collapse:collapse;
	vertical-align:middle;
	height:30px;
	}
	
.buscador table td:first-child{
	border:#b0b0b0 solid 1px;
	}
	
.buscador table td:last-child{
	background:#FFF;
	width:30px;
	text-align:center;
	border:#fea305 solid 1px;
	}
	
.buscador input[type=text]{
	background:none;
	border:none;	
}

.btnSearch{
	border:none;
	height:30px;
	width:30px;
	box-sizing:border-box;
	display:inline-block;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	background:rgba(254,163,5,1.00);
	color:rgba(255,255,255,1.00);
	}
	
.btnSearch:hover{
	background:rgba(254,163,5,.6);
	}

/*PRODUCTO FICHA*/

.bloqueDesc{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:0px 30px;
	}

.descProducto{
	width:100%;	
	}

.descProducto td{
	width:50%;
	text-align:left;
	vertical-align:top;
	}
	
.descProducto .foto{
	width:35%;
	position:relative;
	}
	
.descProducto .pic{
	display:inline-block;
	float:left;
	box-sizing:border-box;
	text-align:center;
	background:rgba(255,255,255,1.00);
	border:rgba(220,220,220,1.00) solid 1px;
	
	padding:0px 100px;
	
	cursor:zoom-in;
	width:100%;
	}

.descProducto .pic img{
	width:100%;
}

.hideLink{
	position:absolute;
	visibility:hidden;	
	}

.ficha{
	padding-left:30px;
}

.ficha .nombre{
	font-size:2em;
	color:#e96200;
	line-height:1em;
	margin-bottom:20px;
	display:inline-block;
	float:left;
	width:100%;
	box-sizing:border-box;
	}
	
.ficha .desc{
	text-align:left;
	margin-bottom:20px;
	display:inline-block;
	float:left;
	width:100%;
	box-sizing:border-box;
	}
	
.ficha .extras{
	font-size:.85em;
	color:rgba(0,0,0,.4);
	margin-bottom:20px;
	}
	
.tablaSpecs{
	width:auto !important;
	margin-bottom:20px;
	}
	
.tablaSpecs td{
	width:auto !important;
	vertical-align:top;
	text-align:center;
	padding:2px 6px;
	font-size:.9em;
	border-collapse:collapse;
	border:rgba(227,227,227,1.00) solid 1px;
	}
	
.tablaSpecs .titulo{
	font-size:.8em;
	text-transform:uppercase;
	background:rgba(254, 163, 5, 1);
	color:rgba(255,255,255,1.00);
	font-weight:600;
	}
	
.bulletColor{
	display:inline-block;
	margin:0px 5px 10px 0px;
	height:20px;
	width:20px;
	
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}
	
.coloresTitulo{
	float:left;
	margin-right:10px;
	}
	
.descProyecto .pic{
	padding:0px !important;
	}
	
/*GALERIA*/

.thumbSrip{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	margin-top:15px;	
	}
	
.thumbSrip a{
	display:inline-block;
	float:left;
	box-sizing:border-box;
	margin-right:5px;
	margin-bottom:5px;
	border:rgba(197,197,197,1.00) solid 1px;
	padding:0px;
	width:80px;
	}
	
.thumbSrip a img{
	width:100%;
	}
	
.slideShow a img{
	width:100%;	
	}
	
.slideShow a{
	cursor:zoom-in !important;
	}
	
	
/*MEDIA QUERIES*/

@media (max-width:1600px){
 /*PRODUCTO FICHA*/
 .descProducto .pic{
	 padding:0px 50px;
  }
  
  .gridProyectos .gridBox{
	width:33%;
	}
  
}

@media (max-width:1450px){
 /*PRODUCTO FICHA*/
 .descProducto .foto{
	width:50%;
  }
}

@media (max-width:1350px){
  /*CONTENIDO*/	  
  .tituloColLeft{
	  font-size:2.5em;	  
   }	

  /*GRID*/
    
  .gridPrincipal .thumb .titulo{
	  font-size:1.3em;
	}
	  
  .gridPrincipal .thumb .desc{	  
	  font-size:1.1em;
	  line-height:.9em;
	}
	
   .gridProductos .gridBox{
		width:25%;
	}
	
	.gridProyectos .gridBox{
	width:50%;
	}
	
}

@media (max-width:1200px){
	.gridPrincipal .gridBox{
		width:25%;
	}
	
	.gridProductos .gridBox{
		width:33%;
	}
	
	/*PRODUCTO FICHA*/
	 .descProducto .pic{
		 padding:0px 15px;
	 }
	
}








