/*-------------------------------------------------------
CARGANDO FUENTES
-------------------------------------------------------------*/
@font-face {
	font-family:'Fuente1';
	src: url('../fonts/HelveticaLT-Condensed-Black_gdi.eot');
	src: url('../fonts/HelveticaLT-Condensed-Black_gdi.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaLT-Condensed-Black_gdi.woff') format('woff'),
	url('../fonts/HelveticaLT-Condensed-Black_gdi.ttf') format('truetype'),
	url('../fonts/HelveticaLT-Condensed-Black_gdi.svg#HelveticaLT-Condensed-Black') format('svg');
	font-weight: 900;	font-style: normal;	font-stretch: normal;}

	@font-face {
		font-family: 'Fuente2';
		src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
		src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
		url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
		url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
		font-weight: normal; font-style: normal;
	}

	@font-face {
		font-family: 'Fuente3';
		src: url('../fonts/leaguegothic-regular-webfont.eot');
		src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
		url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
		url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
		font-weight: normal;font-style: normal;
	}

	@font-face {
		font-family: 'Fuente4';
		src: url('../fonts/raleway_thin-webfont.eot');
		src: url('../fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway_thin-webfont.woff') format('woff'),
		url('../fonts/raleway_thin-webfont.ttf') format('truetype'),
		url('../fonts/raleway_thin-webfont.svg#league_gothicregular') format('svg');
		font-weight: normal;font-style: normal;
	}

	@font-face{
		font-family: 'Fuente5';
		src: url('../fonts/ADAM.CG PRO-webfont.eot');
		src: url('../fonts/ADAM.CG PRO-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ADAM.CG PRO-webfont.woff2') format('woff2'),
		url('../fonts/ADAM.CG PRO-webfont.woff') format('woff'),
		url('../fonts/ADAM.CG PRO-webfont.ttf') format('truetype'),
		url('../fonts/ADAM.CG PRO-webfont.svg#adam.cg_proregular') format('svg');
		font-weight: normal;font-style: normal;

	}

/*-----------------------------------------
ESTILOS GENERALES
Usado para aplicar formato basico al sitio.
-----------------------------------------*/
*,*:before,*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font:16px /1.5 Arial, sans-serif;
	color: #525252;
}

h1,
.h1 {
	font-size: 2.25em;/* 36-16*/
	  font-family: "Fuente2";
}
h2,
.h2 {
	font-size: 1.875em;/* 30-16*/
}
h3,
.h3 {
	font-size: 1.5em;/*24-16*/
}
h4,
.h4 {
	font-size: 1.125em; /*18-16*/
}
h5,
.h5 {
	font-size: 0.875em; /*14p-16*/
}
h6,
.h6 {
	font-size: 0.75em; /*12-16*/
}

a{
	color:#3D9329;
	text-decoration: none;
}
a:hover{
	color: #5d9217;
	text-decoration: underline;
}



/*Listas limpia*/
ul.lista-limpia,
ul.lista-limpia li{
	margin: 0;
	padding: 0;
	list-style: none;
}

/*Efectos css*/
.efectohover{
	transition: all .5s ease;	
}
*:hover>.efectohover{
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}

.efectohover2{
	transition: all .5s ease;	
}
.centrar{
	display: block;
	margin: 0 auto;
}
/*Estilo botones generales
.btn {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
*/
.btn-primary, .btn-primary:focus {
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 18px 15px;
  margin-bottom: 0;
  font: 14px/20px 'Fuente2';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background:#5d9217;
  z-index: 3;
  transition: all 0.3s ease;
}
.btn-primary:hover{
background:#D3D403;
}
.btn-primary:before, .btn-primary:focus:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(45deg,0);
  -moz-transform: skew(45deg,0);
  -ms-transform: skewX(45deg) skewY(0);
  -o-transform: skew(45deg,0);
  transform: skew(45deg,0);
  -webkit-backface-visibility: hidden;
  content: '';
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background:#D3D403;
  z-index: -1;
}
.btn-primary:after, .btn-primary:focus:after {
  font-family: "FontAwesome";
  content: "\f18e";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
   
}

.btn-primary:hover:before, .btn-primary:focus:hover:before {
  visibility: visible;
  width: 140%;
  left: -20%;
}
/*ESTILO 2 BOTONES GENERALES
.btn-primary {
  color: #fff;
  background-color: #5d9217;
  border-color:rgba(0, 0, 0, 0.27);
  padding: 15px;
  border-radius: 0;
  transition: all .5s ease;
  font-family: "fuente2";
  font-size: 1em;
}
.btn-primary:hover,
.btn-primary:focus,
 .btn-primary:active{
  background-color:#67A910;
  border-color: rgba(0, 0, 0, 0.5);
}

.btn-mini {
	padding: 0 6px;
	font-size: 9.75px;
	border-radius: 3px;
}
*/

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 17px 18px 15px;
}
/*----------------------------------------------------
ESTILOS PARA EL  ENCABEZADO
-----------------------------------------------------*/
.superior{
	background-color:#5d9217;
	vertical-align: top;
}
.top_area {
	padding: 8px 0;
	overflow: hidden;
	font-family: 'Fuente2';
}

.ubicacion{
	display: inline-block;
	color: #ffffff;
}

.top_area .fa{
	font-size: 1.2em; /*18-15*/
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 0px rgba(2, 2, 2, 0.66);

}

.email{
	display: inline-block;
	margin: 0 0 0 18px;	
}
.email a{
	color:white;
}

/*Botones redes sociales*/
.botones_sociales{
display: inline-block;
  text-align: center;
	list-style: none;
	margin:0;
	padding:0;
}
.botones_sociales li {
	display: inline-block;
	margin: 0 2px;
}

/*Estilo por defecto para los botones*/
.botones_sociales li a {
display:inline-block;
position:relative;
margin:0;
border-radius:50%;
text-align:center;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.1em;
  transition: all 0.5s;
}
/*Estilo por defecto para el icono Awesome*/
.botones_sociales li i{
	margin:0;
	line-height:2.1em;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}
/*Estilo por HOVER para el icono Awesome*/
.botones_sociales li a:hover i{
	transform: rotate(360deg);
	transition: all 0.5s;
	color:#fff;
}

.botones_sociales a.icoFacebook{
	background:#3B5998;
}
.botones_sociales a.icoTwitter{
	background:#33ccff;
}
.botones_sociales a.icoGoogle{
	background:#BD3518;
}
.botones_sociales a.icoYoutube{
	background:rgb(203, 33, 38);
}
.botones_sociales a.icoLinkedin{
	background:#007bb7;
}

/*Efecto aumentar tamaño*/
.botones_sociales a:hover {
  -moz-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}




.encabezado{
	background-color: #fff;
}

.logo {
  margin: 0;
  padding: 8px 0;

}
.bloque-buscar {
	padding-top: 35px;
	font-family: 'Fuente2';
	
}
.phone_no {
	margin: 5px 6px 0 0;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding-right: 13px;
	font-size: 1.5em;

}
.phone_no a{
	text-decoration: none;
	cursor: default;
	color: #525252;

}

.phone_no .fa{
	font-size:1.4em; /*35-25*/
	vertical-align: middle;
	margin-right: 5px;
}


.formu-buscar {
	overflow: hidden;
	background:#5d9217;
	display: inline-block;
	border-radius: 6px;
	padding: 8px;
	margin: 0;
	font-size: 1.5em;
}

.formu-buscar input[type="text"] {
	width: 265px;
	float: left;
	color: #9d9d9d;
	height: 35px;
	font-size: 0.8em;
	background-color: #fff;
	border: 0px;
	padding: 6px 7px;
	border-radius: 2px;
	transition: all .5s ease;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0;
}

.formu-buscar  input[type="text"]:focus{
	width: 310px;
	outline: none;
}



.formu-buscar  button{
	float: right;	
	width: 40px;
	border: 0;
	float: right;
	height: 35px;
	background-color:#67A910;
	background: -webkit-linear-gradient(top, #5d9217 0%,#67A910 100%);				
	background: linear-gradient(to top,#5d9217,#67A910);
	border-radius: 5px;
	color: #fff;
	font-size: 0.7em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin: 0;
	transition: all .5s ease;

}
.formu-buscar:hover>button {
	color: #fff;	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.48) inset;

}


/*-----------------------------------------------------
ESTILOS PARA EL MENU DESPLEGABLE
------------------------------------------------*/
.menu-principal{
	margin-bottom: 0;	border: none;
	background-color:#5d9217;
	background: -webkit-linear-gradient(top, #5d9217 0%,#67A910 100%);				
	background: linear-gradient(to top,#5d9217,#67A910);
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.48) inset;*/
	border-radius: 0;
	border-bottom: 5px solid rgb(211, 212, 3);
}	
.mega_css3 {margin: 0;padding: 0;}
.mega_css3 .menubar,.mega_css3 ul.megamenu {
	padding: 5px 0;
	margin: 0;
	font-size: 1em;
}
.mega_css3 ul.megamenu li {overflow: visible;position: relative;}
.mega_css3 ul.level0 {margin: 0;padding: 0;float: left;}
.mega_css3 ul.level0 li.mega{background: none;display: block;float: left;margin: 0;padding: 0;}
.mega_css3 ul.level0 > li.first {margin-left: 10px;}

/*Estilo enlaces estado normal*/
.mega_css3 ul.level0 li.mega a.mega {
	display: block;
	line-height: normal;
	margin: 0;
	padding: 1em 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
	transition:all .5s;
}

/*Estilo Hover enlaces (Plastico)*/
.mega_css3 ul.level0 li.mega a.mega:hover,.mega_css3 a.over, .mega_css3 a.active,
.mega_css3 ul.level1 li.mega.active > a.mega,.mega_css3.mega_css3_light ul.level1 li.mega a.mega.over,
.mega_css3 ul.level1 li.mega a:hover,.mega_css3 ul.level1 li.mega a.over,
.mega_css3 ul.level0 li.mega a.mega.active,
.mega_css3 ul.level0 > li > a:hover,.mega_css3 ul.level0 > li:hover > a,.mega_css3 ul.level0 > li.active > a,
.mega_css3 .menubar{
	position: relative;
	color: #083F01;
    background:#5d9217;

	/*background: #063E04;
	background: -webkit-linear-gradient(top, #70AD20 0%,#426C0A 50%,#3A5E0C 51%,#063E04 100%);				
	background: linear-gradient(to bottom, #70AD20 0%,#426C0A 50%,#3A5E0C 51%,#063E04 100%);*/

}

/*Estilo Hover para Subenlaces*/
.mega_css3 ul.level1 li.mega a.mega:hover{
	/*background:#5d9217;*/
	color:#fff;
}
.mega_css3 ul.level0 li.mega .has-image {
	padding-left: 25px;
	display: block;	background-repeat: no-repeat;
	background-position: left top;	cursor: pointer;
}
.mega_css3 ul.level0 li.mega span.menu-title {display: block;line-height: 1.4;}
.mega_css3 ul.level0 li.mega span.menu-desc {display: block;font-weight: normal;font-size:0.9em;}
.mega_css3 ul.level0 li.mega a img {float: left;padding-right: 5px;}
.mega_css3 ul.level0 li.over, ul.level0 li.haschild-over {}
.mega_css3 ul.level0 li.haschild a.mega span.menu-desc,.mega_css3 ul.level0 li.haschild-over a.mega span.menu-desc {padding-left: 16px;}
/* Layout ---*/
.mega_css3 li.mega .childcontent {
	display: block;	height: auto;	position: absolute;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;
	visibility: hidden;	opacity: 0;	margin: 20px 0 0 0;
}
.mega_css3 li.haschild-over li.mega .childcontent,.mega_css3 li.mega li.haschild-over li.mega .childcontent,
.mega_css3 li.mega li.mega li.haschild-over li.mega .childcontent,.mega_css3 li.mega li.mega li.mega li.haschild-over li.mega .childcontent,
.mega_css3 li.mega li.mega li.mega li.mega li.haschild-over li.mega .childcontent {
	margin: 0 0 0 20px;	visibility: hidden;	opacity: 0;
}
.mega_css3 li.haschild-over .childcontent,.mega_css3 li.mega li.haschild-over .childcontent,.mega_css3 li.mega li.mega li.haschild-over .childcontent,
.mega_css3 li.mega li.mega li.mega li.haschild-over .childcontent,.mega_css3 li.mega li.mega li.mega li.mega li.haschild-over .childcontent,
.mega_css3 li.mega li.mega li.mega li.mega li.mega li.haschild-over .childcontent {
	margin: 0;	visibility: visible;	opacity: 1;
}
.mega_css3 li.mega .right,.mega_css3 li.haschild-over li.mega .right,.mega_css3 li.mega li.haschild-over li.mega .right,
.mega_css3 li.mega li.mega li.haschild-over li.mega .right,.mega_css3 li.mega li.mega li.mega li.haschild-over li.mega .right,
.mega_css3 li.mega li.mega li.mega li.mega li.haschild-over li.mega .right {
	right: auto;
}
.mega_css3 li.haschild-over .right {	right: 0; }
.mega_css3 li.mega li.haschild-over .right,.mega_css3 li.mega li.mega li.haschild-over .right,
.mega_css3 li.mega li.mega li.mega li.haschild-over .right,.mega_css3 li.mega li.mega li.mega li.mega li.haschild-over .right,
.mega_css3 li.mega li.mega li.mega li.mega li.mega li.haschild-over .right {
	right: 12em;
}
.mega_css3 ul.level1 li.mega {float: none;	border-top: 1px solid rgba(255, 255, 255, 0.05);}
.mega_css3 ul.level1 li.mega.fa:before{
	display: none;
}
.mega_css3 ul.level1 li.mega.fa a:before{
	position: absolute;	top: 10px;	left: 5px;

/*Un solo ico para todos los subenlaces*/
	  content: "\f055" !important;
}
.mega_css3 ul.level1 .childcontent {top: 0.3em;	left: 14.5em;}
.mega_css3 .megacol {	float: left;}

.mega_css3 ul.level1 li.mega a.mega {
	border: 0;	font-weight: normal;padding: 6px 5px;
}
.mega_css3 ul.level1 li.mega a.mega span.menu-title {
	background: none;	padding: 0;
}
.mega_css3 ul.level1 li.haschild > a,.mega_css3 ul.level1 li.haschild-over > a {
	background-repeat: no-repeat;	background-position: 95% center;	padding: 0;
}
.mega_css3 ul.level1 li.over, ul.level1 li.haschild-over {}
.mega_css3 ul.level1 li.group {background: none;}
.mega_css3 .childcontent {	z-index: 999;}
.mega_css3 .level1 .childcontent-inner {}
.mega_css3 .childcontent .sl-moduletable {	line-height: 1.5;	margin: 10px 0;	padding: 0;}
.mega_css3 .childcontent .sl-moduletable h3 {
	background: none;	margin-left: 10px;	margin-right: 10px;	text-indent: 5px;	text-transform: none;
}
.mega_css3 .childcontent .sl-moduletable .sl-box-ct {padding: 0 5px;}
.mega_css3 .childcontent .sl-moduletable a {text-decoration: none;}
.mega_css3 .childcontent .sl-moduletable a:hover,.mega_css3 .childcontent .sl-moduletable a:focus,
.mega_css3 .childcontent .sl-moduletable a:active {
	text-decoration: none;
}
.mega_css3 .childcontent .sl-moduletable ul:first-child {margin-top: 0 !important;}
.mega_css3 .childcontent .sl-moduletable li {margin-bottom: 5px;}
/* Grouped --- */
.mega_css3 .group {}
.mega_css3 .group-title {overflow: hidden;}
.mega_css3 .group-title .menu-title {}
.mega_css3 .group-title .menu-desc {padding-left: 0 !important;}
.mega_css3 .group-content .sl-moduletable,.mega_css3 .group-content ul.megamenu {padding: 10px;}
.mega_css3 .childcontent ul.megamenu .sl-moduletable {	padding: 0;}
.mega_css3 .childcontent ul.megamenu .sl-moduletable h3 {margin-left: 0;margin-right: 0;}
.mega_css3 ul.level0 li.haschild a span.menu-title,.mega_css3 ul.level0 li.haschild-over a span.menu-title {}
.clearfix:after {clear: both;content: ".";display: block;height: 0;line-height: 0;visibility: hidden;}
.mega_css3 ul.level0 a.mega span.menu-title,.mega_css3 ul.level0 li.haschild a.mega span.menu-title,
.mega_css3 ul.level0 li.haschild-over a.mega span.menu-title {
	background: none;	line-height: 20px;	padding: 0;	margin-right: 0;
	font-family: "Fuente2"; 
}
.mega_css3 ul.level0>li.mega.haschild>a.mega.haschild:before{
	font-family: FontAwesome;
	content: "\f107";
	font-size: 13px;
	position: absolute;
	left: 45%;
	bottom: 1%;
}
.mega_css3 ul.level1 li.first {	border-top: 0;}
.mega_css3 ul.level1 li.mega a.mega {	padding: 7px 8px 7px 24px;border: 0;	text-transform: none; color: white;}
.mega_css3 .childcontent-inner {background: #5d9217; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);	margin-bottom: 5px;}
.mega_css3 .childcontent .sl-moduletable {color: #333;}
.mega_css3 .childcontent .sl-moduletable a {color: #333;	border-bottom: 1px dotted #fff;}
.mega_css3 .childcontent .sl-moduletable h3 {
	background: none;	border-bottom: 1px dotted #666;	text-transform: uppercase;
}
.mega_css3 .group-title {	border-bottom: 1px solid #666;	margin: 0 10px;}
.mega_css3 .group-title .menu-title {	color: #eee;}
.mega_css3 .group-title .menu-desc {	color: #bcbcbc;	padding-left: 0 !important;}

.mega_css3 .megacol ul li .group .group-title a span.menu-title,.mega_css3 .megacol ul li .group .group-content a span.menu-title {
	background: none;
}
.mega_css3 ul.level1 li.mega a:hover,.mega_css3 ul.level1 li.mega a.over {
	background-color: #ec5923;	color: #fff;
}
.mega_css3 ul.level1 li.mega .group-title a:hover,.mega_css3 ul.level1 li.mega .group-title a.over {
	background: none !important;
}
.mega_css3 ul.level1 li.mega .group-title a:hover .menu-title,.mega_css3 ul.level1 li.mega .group-title a.over .menu-title {
	color: #fff;
}
.mega_css3 ul.level0 li a {}
.mega_css3 ul.level1 li a {	text-shadow: none;}
.mega_css3 ul.level1 li.mega a.mega.active {	color: #000;}
.mega_css3 ul.level1 li.mega .group > .group-title > a.mega {
	padding-top: 15px;	padding-bottom: 10px;	font-size: 16px;
}
.mega_css3 li li > a.mega > span.menu-title,.mega_css3 li li > a.mega > span.menu-desc {
	display: inline-block !important;
}
.mega_css3 li.block > a.mega > span.menu-title,.mega_css3 li.block > a.mega > span.menu-desc {	display: block !important;}
.mega_css3 li.tag > a.mega > span.menu-desc {
	background: #F5F5F5;
	border-radius: 8px 8px 8px 8px;
	color: #FFFFFF;
	display: inline-block;
	margin-left: 14px;
	padding: 1px 7px !important;
}
.mega_css3 li.tag.tag-primary > a.mega > span.menu-desc {	background: #006DCC;}
.mega_css3 li.tag.tag-info > a.mega > span.menu-desc {	background: #49AFCD;}
.mega_css3 li.tag.tag-success > a.mega > span.menu-desc {	background: #5BB75B;}
.mega_css3 li.tag.tag-warning > a.mega > span.menu-desc {	background: #FAA732;}
.mega_css3 li.tag.tag-danger > a.mega > span.menu-desc {	background: #DA4F49;}
.mega_css3 li.tag.tag-inverse > a.mega > span.menu-desc {	background: #363636;}
.mega_css3.mega_css3_light .childcontent-inner {	background: #fff;}
.mega_css3.mega_css3_light ul.level1 li.mega a.mega {}
.mega_css3.mega_css3_light .group-title .menu-title {color: #666;}
.mega_css3.mega_css3_light ul.level1 li.mega .group > .group-title > a.mega:hover,
.mega_css3.mega_css3_light ul.level1 li.mega .group-title a:hover .menu-title,
.mega_css3.mega_css3_light ul.level1 li.mega .group-title a.over .menu-title {
	color: #111;
}
.mega_css3.mega_css3_light ul.level1 li.mega {}
.mega_css3.mega_css3_light ul.level1 li.mega.first {	border-top: none;}
.mega_css3.mega_css3_light .group-title {	border-bottom: 1px dotted #DDDDDD;}
.mega_css3 .childcontent-inner {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.mega_css3 .menubar {
	display: block;	line-height: normal;
	margin: 0;	padding: 12px 25px;	text-decoration: none;
}
.mega_css3 .menubar,.mega_css3 .menubar-check {
	display: none;
}


/*-----------------------------------
ESTILOS PARA SLIDE DE IMAGENES
-----------------------------------*/
.slide{
	left: 0;
	margin: -1px 0 0;
	overflow: hidden;
	top: 0;
	width: 100%
}

/*Correccion de padding en la inimacion*/
body .ls-lightskin {
	padding:0;

}


/*-----------------------------------
ESTILOS PARA SERVICIOS
---------------------------------*/
.moduloservicios{
	padding: 0 1em 0;
}

/*-----------------------------------
RUTA DE NAVEGACIÓN
---------------------------------*/
.breadcrumb {
  padding: .5em 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "fuente2";
}


/*-----------------------------------
ESTILOS PARA CONTENIDO PRINCIPAL
---------------------------------*/

.contenidoprincipal{
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) inset;
	position: relative;
	padding: 15px 0 0;
	background: url("../images/textura-servicios.jpg");
}


.contenidoprincipal article.container {
  background: white;
  position: relative;
  top: -6em;
  z-index: 2;
  padding-bottom: 1.8em;
  margin-bottom: -7em;
}


h2.titulo_inicial{
	color: #5d9217;
	font-family: 'Fuente2';
	text-transform: uppercase;
	font-size: 2.5em;
}
h2.titulo_inicial strong {
color: #202b30;
}
  
/*-----------------------------------
ESTILOS PARA SECCION CONTACTO
---------------------------------*/
.contacto{
	background: url("../images/fondo_contactanos.jpg");
	padding: 3em 0;
	  z-index: 3;
  position: relative;
  background-size: cover;
}
.contacto .container{
text-align: center;
}

.contacto h2.titulo_inicial {
  color: #fff;
  font-size: 3.4em;
  text-shadow: 1px 1px rgb(8, 8, 8);
  margin: 0;
  display: inline-block;
  text-align: left;
}

.contacto h2.titulo_inicial strong{
color: #fff;
}


.contacto .btn-primary:link,
.contacto .btn-primary:visited{
 padding: 20px 65px;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: bottom;
  /*background-color: #F55712;*/
}
/*---------------------------------------
ESTILOS PARA SECCION CONTENIDO SECUNDARIO
--------------------------------------*/

.bloque-secundario{
	position: relative;
	z-index: 4;
color: white;
  background: rgb(93, 146, 23);
  margin:4em 0 0 0;
}

.bloque-secundario h3{
text-align: center;
position: relative;
}

/*Mision*/
.bloque-secundario h3:before {
   content: "\f0d6";
  position: relative;
  font-family: FontAwesome;
  font-size: 2.2em;
  color: #ffffff;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 500px;
  background: #5D9217;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  margin: -1.4em auto 0.2em;
  border: 4px solid white;
  display: block;
}

.bloque-secundario  h3:hover:before {
  background: #D3D403}
.bloque-secundario  a{
  color:#D3D403}
/*Bloque Nosotros*/
.modulonosotros h3:before {
 content: "\f0c0";
}
.modulonosotros img{
  border-radius: 6px;
  border: 4px solid white;
  max-width:100%;


}

/*Bloque Servicios*/
.bloque-secundario .moduloservicios h3:before {
    content: "\f1d8"; 
}
.bloque-secundario .moduloservicios .nav>li{
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.12);*/
    display: block;
  width: 49%;
  float: left;
  /*height: 2.6em;*/
}
.moduloservicios .nav>li>a:focus, .moduloservicios .nav>li>a:hover {
  background-color: transparent;
}
.moduloservicios .nav>li>a {
  font-family: inherit;
  padding: 10px 0;
  color: white;
    line-height: 1.3;
  font-size: .9em;
}
.moduloservicios .nav>li>a:before {
  float: left;
  font: normal normal normal 1.5em/1 FontAwesome;
  content: "\f055" !important;
  margin: 0 10px 0 0;
  vertical-align: middle;
  transition:all .5s;
}

.moduloservicios .nav>li>a:hover:before {
 content: "\f055" !important;
 color:#D3D403; 
}

/*Bloque contacto*/
.modulocontacto h3:before {
   content: "\f003";
}
.modulocontacto p .fa{
  margin: 0 10px 0 0;
}



/*-----------------------------------
ESTILOS PARA SECCION CLIENTES
---------------------------------*/
.contenidoprincipal .phocamaps{
	border: 6px solid #5d9217;
	/* box-shadow: 0 0 20px 5px white; */
}


.modulo_clientes .cck-clear{
	display: none;
}

.modulo_clientes  .cck-fl{
	padding: 8px;
	margin: 0 5px 8px;
	background-color: #EFEDEB;
	transition: all .5s ease;
	width: 45%;
	float: left;
	border: 1px solid #DADADA;
	border-radius: 5px;
}

.modulo_clientes .cck-fl:hover{
	background-color:rgb(53, 126, 36);

}
.modulo_clientes .cck-f100 {
	background: white;
	border: 1px solid #e7e7e7;
	display: block;
	padding: 10px;
}
.modulo_clientes div.cck-line-body {
	min-height: 68px;
}

.modulo_clientes img{
	height: auto;
	max-height: 40px;
	width: auto;
	display: block;
	margin: auto;
	max-width: 100%;
}

/*Contenido secundario*/
.mapaweb{
	background: #e9e9e9;
	padding: 0 0 10px 0;
	  border-top: 4px solid rgb(156, 85, 58);
}

.mapaweb h2{
	font-size: 2.25em;
  font-family: "Fuente2";
  text-transform: uppercase;
}

.mapaweb .phocamaps{
  width: 90%;
  height: 315px;
  overflow: hidden;
}






/*-----------------------------------
ESTILOS PARA PIE DE PAGINA
-----------------------------------*/
.piedepagina {
	background-color:#424242;
	border-top: 5px solid rgb(39, 39, 39);
	color: #fff;
	text-align: center;
	padding: 10px;
	font-family: 'Fuente2';
}

.piedepagina a.administracion{
	color: rgba(0, 0, 0, 0.37);
  display: inline-block;
  padding: 1px 6px;
}
.piedepagina a.administracion:hover{
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.09);
	text-decoration: none;
}

/*-----------------------------------
ESTILOS PAGINA NOSOTROS
---------------------------------*/

.contenido{
	padding: 20px 0;
	overflow: hidden;
}

.page-header, .cck_page{
	margin: 0;
	padding-bottom:0;
	margin: 0;
	border-bottom: none;
}
.page-header h2,
h1.titulo-pagina,
.page-title,
.pagina-galeria-imagenes h2{
	font-family: 'Fuente2';
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #5d9217;
	font-size: 3em;
}
.item-image img{
	max-width: 100%;
	margin: -20px 0 10px 0;
}
.item-image{
	padding:0 0 20px 0;
}

.bloque-nosotros h3{
	font-family: 'Fuente2';
	text-transform: uppercase;
	margin: -10px 0 0 0;
	padding: 10px 0;
	text-align: center;
	color: #174330;
}
.bloque-nosotros img{
	border-radius:50%;
	border:15px solid #fff;
	margin: 0 auto;
}

.bloque-nosotros .col-md-4:hover  img{
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}




/*-----------------------------------
ESTILOS PAGINA PROYECTOS
---------------------------------*/
.pagina_clientes .cck-fl{
	padding: 8px;
	margin: 0 0.5% 1%;
	background-color: #f5f5f5;
	transition: all .5s ease;
	width: 30%;
	float: left;

}
.pagina_clientes .cck-fl:hover{
	background-color:rgb(53, 126, 36);

}

.pagina_clientes .cck-f100 {
	background: white;
	border: 1px solid #e7e7e7;
	display: block;
	padding: 10px;
}

.pagina_clientes .cck_value img{
	height: 40px;
	width: auto;
	display: block;
	margin: auto;
}
.pagina_clientes .cck_value h2{
	color: #343434;
	font-family: 'fuente2';
	text-align: center;
	font-size: 20px;
}

.pagina_clientes div.cck-line-body{
	min-height:170px;
}

.pagina_clientes div.cck-line-body p{
	color: rgb(141, 143, 145);
	font-size: 14px;
}

.proy_imagen-pri img{
	display: block;
	margin: 0 auto;
}
.custom{
	display: inline;
}

/*-----------------------------------
ESTILOS PAGINA SERVICIOS
---------------------------------*/
.item-page .cck-w30{
	width: auto;
	float: right;
}
.item-page .cck-w30 img{
	border-radius: 50%;


}

.menu-servicios,
.pagina-contacto .contactotexto{
	background: #67A910;
	color: #fff;
	padding: 19px;
	/*box-shadow: 0 0 20px rgb(13, 37, 7) inset;*/
	margin:15px 0 10px;
	border-radius: 4px;

}

.pagina-contacto .contactotexto{
	margin:0 0 10px;

}
.menu-servicios h3{
	margin-top: -12px;
	margin-bottom: 10px;
	text-transform: uppercase;	
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	font-family: "fuente2";
}
.menu-servicios ul,
.menu-servicios ul.nav>li {
	margin:0;
	padding: 0;
	list-style: none;
	width: 100%;
	  display: block;
}
/*Corrección al tamaño de fuentes en lista*/
.menu-servicios .small{
	font-size: 100%;
}


.menu-servicios ul li a{
	transition: all .5s ease;
	width: 100%;
	display: block;
	color: #fff;
	position: relative;
	margin: 2px 0;
	font-size: 1em;
	
	  font-family: inherit;
	line-height: 1.4;
	border-right: 4px solid rgba(255, 255, 255, 0);
  padding: 10px 0;


}

.menu-servicios ul li a:hover,
.menu-servicios ul li.current>a{
	border-right: 4px solid white;
	background: none;
}

.menu-servicios ul li a:before{
	font:normal normal normal 1.5em/1 FontAwesome;
	/*display: block;
	position: absolute;
	top: 13px;
	left: 0px;*/

	float: left;
color: rgba(255, 255, 255, 0.59);
	text-shadow: none;
  content: "\f055" !important;
  margin: 0 10px 0 0;
  vertical-align: middle;
  transition: all .5s;

}
.menu-servicios ul li.current a:before,
.menu-servicios ul li a:hover:before{
	color: #fff;
}



/*-----------------------------------
ESTILOS PAGINA CLIENTES
-----------------------------------*/

/*  :-) nadaaa...   */


/*-----------------------------------
ESTILOS PAGINA CONTACTO
---------------------------------*/
.phocamaps-box{
	margin: 0 !important;
}


.pagina-contacto h2{
	border-bottom: 3px solid #5d9217;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Fuente1';
	margin-top: 0;
	padding-bottom: 10px;
}


.pagina-contacto .contactotexto h2{	
	border-bottom: 3px solid #FFFFFF;
	margin-top: 0px;
	color: white;

}


.pagina-contacto .col-md-4 ul,
.pagina-contacto .col-md-4 ul li  {
	padding: 0;
	margin: 0;
	list-style: none;
}
.pagina-contacto .col-md-4 p {
	margin:0 0 22px 0;
}
.pagina-contacto .col-md-4 p strong  {
	text-transform: uppercase;
}
.pagina-contacto .col-md-4 p .fa  {
	margin: 0 6px 0 0;
	color:#fff;

}
.pagina-contacto .col-md-4 a  {
	color: #fff;

}

/*Estilos formularios*/
.formNoError {
	display: none;
}
.formResponsive .formError {
	color: #F58A8A;
	padding: 0;
	vertical-align: middle;
	font-size: 13px;
	font-weight: normal;
	margin: 3px 5px 3px 0;
	height: 18px;
	display: block;
	text-align: left;
}
.input-group{
	width: 100%;
}
.input-group .form-control.rsform-error{
	background: #fff0f0;
}
.cod-seguridad.input-group img{
	position: absolute;
	right: 0px;
	top: 1px;
	z-index: 999;
	height: 32px;
}

.cod-seguridad.input-group a{
	position: absolute;
	right: 1px;
	z-index: 999;
	top: 35px;
	font-size: 13px;
}
.input-group.cod-seguridad{
	font-size: 0;
}

.input-group.consulta{
	width: 100%;
}
.botones-envio{
margin-top:3em;
}

.botones-envio button[type="reset"]{
	position: relative;
}

.botones-envio button[type="reset"]:after {
font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  pointer-events: none;
  content: "\f00d";
  color: #ADAEB0;
  margin-left: 5px;
}

/*---------------------------------
PAGINA PROYECTOS
---------------------------------*/


#pagina-proyectos .cck-clear{
	display: none;
}

#pagina-proyectos .cck-fl{
	width: 32%;
	float: left;
	height: 370px;
	margin: 0 0.4% 0.5%;
	background-color: #FFFDFD;
	border: 1px solid #E5E5E5;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.12) inset;
	transition: all .5s ease;
}
#pagina-proyectos .cck-fl:hover{
	color: #ffffff;
	background-color: #67A910;
	border: 1px solid #5d9217;
}
#pagina-proyectos .cck-fl:hover a{
	text-decoration: none;
	color: #fff;
}

#pagina-proyectos .cck-fl h3{
	font-family: "Fuente2";
	text-align: center;
	text-transform: uppercase;
	padding: 4px;
}

#pagina-proyectos .proy_imagen-pri{
	height: 220px;
	overflow: hidden;
}

.imagen-proyecto{
	float: left;
	width: 50%;
}
.imagen-proyecto img{
	width: 100%;
}
.detalles-proyecto{
	float: right;
	width: 45%;
}


.detalles-proyecto h3 {
	font-family: 'Fuente2';
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 10px 10px 0;
	font-size: 2em;
	text-align: left;
	color: rgb(2, 87, 160);
	border-bottom: 1px solid rgb(2, 87, 160);
}

.detalles-proyecto strong {
	font-family: 'Fuente2';
	color:rgb(2, 87, 160);
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}




/*--------------------------
PAGINA GALERIA DE IMAGENES
---------------------------*/
.pagina-galeria-imagenes .span4{
 /* width: 30%;*/
  display: inline-block;
  overflow: hidden;
}
.pagina-galeria-imagenes .span4 h3{
text-align: center;
font-family: 'Fuente2';
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
   font-size: 2em;
}

.galeria-fotos ul li{
	display: inline-block;
	margin: 0 3px;
}
#portafolio-fotos{
	display: block;
  overflow: hidden;
}

#portafolio-fotos a {
	display: inline-block;
	outline: none;
	overflow: hidden;
}

#portafolio-fotos a:hover img{
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	background: rgb(236, 121, 24);
	cursor: zoom-in;

}
#portafolio-fotos img {
overflow: hidden;
	padding: 5px;
	background: #5d9217;
	margin: 0 3px 0 0;
	border-radius: 4px;
	transition: all .5s ease;
}

.galeria-fotos .linkretro{
text-align: center;
display: block;
width: 50%;
margin: 30px auto 0;
position: relative;
top: 10px;
overflow: hidden;

}
.linkretro .btn-primary,
.linkretro .btn-primary:focus {
  padding: 17px 35px 15px;

}


.linkretro .btn-primary:after, .linkretro .btn-primary:focus:after {
  position: absolute;
  top: 23px;
  right: auto;
  left: -2px;
  margin-left: 10px;
  transform: rotate(180deg);
}

/*Correccion del ligthbox*/

#colorbox, #cboxOverlay, #cboxWrapper {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-boxcontent-box;
	box-sizing: content-box;
	overflow: visible;

}
#cboxOverlay{
	background: rgba(0, 0, 0, 0.61);
}
#cboxContent {
	overflow: visible;
}

#cboxClose {
	position: absolute;
	right: -22px;
	font-weight: bold;
	text-align: center;
	padding-right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: white;
	border-radius: 50%;
	top: -20px;
	opacity: 1;
	color: black;
}
#cboxClose:after {
	content: "X";
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	color: black;
	font-size: 18px;
	text-indent: 0;
}

#cboxCurrent, #cboxTitle{
	display: none !important;
}
#cboxContent {
	text-align: center;
}
#cboxNext, #cboxPrevious {
	float: none !important;
	display: inline-block !important;
	position: relative !important;
	z-index: 99999;
	top: -24px;
	text-indent: -9999px;
}
#cboxPrevious {
	left: -30px;
}


/*------------------------------
PAGINA BUSCAR
--------------------------------*/


#searchForm fieldset.word {
	margin: 0 0 30px;
	text-align: center;
}

#searchForm .word input,
#searchForm .word button {
	display: inline-block;
	float: none;
	margin: 0 auto;
}


#search-searchword {
	width: 60%;
}

#searchForm fieldset.word .button{
	height: 39px;
	line-height: 37px;
}


.searchintro{
	text-align: center;
	font-size: 2em;
	color:#67A910;
	font-family: 'Fuente2';
	text-transform: uppercase;
	font-weight: normal;
}

fieldset.phrases, fieldset.only {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

#searchForm legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
#searchForm .radio{
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 0 30px 0 0;
	font-weight: normal;
	cursor: pointer;
}


#searchForm .phrases-box input[type="radio"] {
	margin: 0;
	position: absolute;
	top: 11px;
	left: 0px;
}
#searchForm .ordering-box select,
#searchForm .form-limit select{
	display: inline-block;
	width: auto;
	height:34px;padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:	4px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.result-title{
	font-family: 'Fuente2';
	font-size: 1.5em;
	font-weight: normal;
}

.result-category .small,
.result-created{
	display: none;
}

.result-text{
	margin: 0 0 15px 0;
	font-size: 0.8em;
}
.search-results{
	margin: 15px 0 0 0;	
}


/* Scrool Vertical: Para arriba*/
#miscroll {
	position: fixed;
	right: 15px;
	bottom: 15px;
	opacity: 1;
	z-index: 100020;
	display: none;
}
.arriba {
	cursor: pointer;
	font-size: 50px;
	color: rgb(97, 97, 97);

}
.arriba:hover, .arriba:active {
	color:rgba(0,0,0,.7);
	text-decoration: none;
}



/*-----------------------------------------------
EMPIEZA EL SHOW DE LOS MEDIA QUERIES
------------------------------------------------*/

@media (min-width: 768px){
	.sj-megamenu{
		display: block !important;
	}
}


@media (min-width: 1700px){
	body{
		font-size: 20px;
	}
	.container {
		width: 1600px;
	}

	.item-image img{
		width: 100%;
	}
	.proy_imagen-pri img{
		display: block;
		margin: 0 auto;
	}

	.formu-buscar input[type="text"] {
		width: 340px;
		float: left;
		height: 45px;
	}

	.formu-buscar input[type="text"]:focus {
		width: 400px;
		outline: none;
	}

	.formu-buscar  button {
		width: 60px;
		height: 45px;
	}
}


@media (max-width: 1199px) {
			.encabezado {
   text-align: center;
}
.logo {
		padding: 4px 0 0 0;
		float: none !important;
		margin: 0 auto;
		display: inline-block;

	}

	.bloque-buscar{
		padding: 10px 0;
		float: none;
		width: 100%;
	}

	.phone_no {
		margin-left: 1%;
		font-size: 2em;
	}

	.formu-buscar input[type="text"] {
		width: 310px;
	}

	.formu-buscar input[type="text"]:focus {
		width: 330px;
	}

	.formu-buscar{
		margin-right: 1%;
		float: right;
	}


	#pagina-proyectos .cck-fl h3 {
		font-size: 18px;
	}

	}/* Fin MediaQueries*/

	@media (max-width: 997px) {

		.top_area {
			float: none !important;
			text-align: center;
		}

		.bloque-buscar{
			padding: 0;
			float: none;
			text-align: center;
		}

		.phone_no {
			margin-top:0;
			margin-right: auto;
			float: none;			
			padding-right: 0;			
			margin-left: auto;
			display: inline-block;
			width: 100%;
		}

		.formu-buscar{
			width: 100%;
			float: none;
			margin-right: auto;
			display: inline-block;
		}

		.formu-buscar input[type="text"],
		.formu-buscar input[type="text"]:focus  {
			width:85%;
			height: 35px;
		}


		.formu-buscar button {
			transition: all .5s ease;
			width: 15%;
			height: 35px;
		}


		.modulo_servicios{
			text-align: center;
		}
		.servicios .cck-fl {
			width: 25%;
			float: none;
			display: inline-block;
			vertical-align: top;
			margin: 0 0.2% 0.2%;
		}
		.imagen-proyecto {
			float: left;
			width: 100%;
		}
		.detalles-proyecto {
			float: right;
			width: 100%;
			margin-top: 10px;
		}
		.form-limit{
			float:left !important;
		}

		.mega_css3 ul.level0>li.mega>a.mega {
			padding: 1em 0.8em;
			font-size: 0.84em;
		}
		.mega_css3 ul.level1 li.mega a.mega {
			font-size: 1em;
		}
.contenidoprincipal article.container {
  top: -4em;
  margin-bottom: -4em;
}

.contacto h2.titulo_inicial {

  text-align: center;
}

		}/* Fin MediaQueries*/

		@media (max-width: 767px) {

			.top_area {
				padding: 5px 0;
			}
			.email {
				margin: 0;
			}

			.logo {
				width: 250px;
			}
			.menu-principal {
				border-radius: 0; 
			}

			/*Fondo barra movil*/
			.menu-principal .container{
				padding-right: 0;
				padding-left: 0;
			}

			.mega_css3 ul.level0>li.mega.haschild>a.mega.haschild:before {
				font-size: 20px;
				right: 2%;
				top: 35%;
				left: inherit;
			}
			.mega_css3 ul.level0>li.mega.haschild>a.mega.haschild:hover:before{
				color: #fff;
			}

			.mega_css3 ul.level0 > li.mega {}
			.mega_css3 ul.level0 li.mega {width: 100%;}
			.mega_css3 ul.level0 > li.first {margin: 0;}
			.mega_css3 li.mega div.childcontent {position: static; margin: 0; max-height: 0; overflow: hidden;}
			.mega_css3 li.mega div.childcontent-inner,.mega_css3 li.mega div.megacol {width: 100% !important;}
			.mega_css3 li.haschild-over > div.childcontent {max-height: 9999em;	}
			.mega_css3 li.mega ul {	padding: 0;	margin: 0;	}
			.mega_css3 ul.level2 li.mega a.mega {padding-left: 28px;}
			.mega_css3 ul.level3 li.mega a.mega {padding-left: 38px;}
			.mega_css3 ul.level4 li.mega a.mega {padding-left: 48px;}
			.mega_css3 .childcontent-inner {box-shadow: none;}
			.mega_css3.mega_css3 ul.level1 li.mega.first {border-top: 1px solid rgba(255, 255, 255, 0.05);	}
			.mega_css3.mega_css3_light ul.level1 li.mega.first {border-top: 1px solid rgba(0, 0, 0, 0.05);}
			.mega_css3 ul.level0 >li.haschild > a.mega span.menu-title,.mega_css3 ul.level0 > li.haschild-over > a.mega span.menu-title {
				background-image: url("../images/sprites_hover.png");
				background-position: right center;
				background-repeat: no-repeat;
				background-color: transparent;
				display: block;
			}
			.mega_css3 .menubar {display: block;	color: #fff;	margin-bottom: 0;position: relative; cursor: pointer;	}
			.mega_css3 .menubar>span{
				font-family: "Fuente2";
				font-size: 1.1em;
				font-weight: normal;
			}
			.botonmovil{
				position: absolute;
				width: 40px;
				height: 36px;
				top: 5px;
				right: 15px;
				background-color: rgba(0, 0, 0, 0);
				background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.51),rgba(0, 0, 0, 0));				
				background: linear-gradient(to top,rgba(0, 0, 0, 0.51),rgba(0, 0, 0, 0));
				color: #FFFFFF;
				box-shadow: 0 1px 0 rgba(255, 255, 255, 0.27) inset, 0 1px 0 rgba(255, 255, 255, 0.36);
				float: right;
				margin: 0;
				padding: 4px 6px;
				border: 1px solid black;
				border-radius: 5px;
				clear: both; 
				cursor: pointer;
			}
			.botonmovil:hover {
				background: rgba(4, 4, 4, 0.41);
			}
			.botonmovil .icon-bar {
				background-color: #F5F5F5;
				border-radius: 1px 1px 1px 1px;
				box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
				display: block;
				height: 3px;
				margin: 4px auto;
				width: 26px;
			}



			.mega_css3 .menubar-check + ul {display: none;}
			.mega_css3 .menubar-check:checked + ul {display: block;}	

			.contenidoprincipal article.container {
				top: -1em;
				  margin-bottom: -2em;
				  

			}	

			.modulonosotros img {
   float: left;
  margin: 0 10px 0 0;
}

.moduloservicios,
.modulocontacto {
  margin: 8em 0 0 0;
}



			}/* Fin MediaQueries*/

			@media (max-width: 540px) {

				.ubicacion {
					font-size:0.78em;
				}
				.servicios .cck-fl {
					width: 45%;
					float: none;
					display: inline-block;
					vertical-align: top;
					margin: 0 0.2% 0.2%;
				}
				.item-page .cck-w30 {
					float: none;
				}
				.item-page .cck-w30 img {
					display: block;
					margin: 0 auto;
				}
				.pagina_clientes .cck-fl {
					margin: 0;
					width: 100%;
				}

				#pagina-proyectos .cck-fl {
					width: 100%;
					margin: 0;

				}
				.ordering-box,
				.form-limit{
					float: left!important;
					width: 100%;
					margin: 0;
				}

				#searchForm .radio {
					margin: 0 10px 0 0;
				}

				#searchForm .ordering-box select,
				#searchForm .form-limit select {
					width: 100%;

				}
				.proy_imagen-pri img{
					display: block;
					margin: 0 auto;
				}

				.moduloservicios a {
				  width: 100%;
				}
				.modulonosotros img {
   float: none; 
   display: block;
  margin: 0 auto 0;
}

.bloque-secundario .moduloservicios .nav>li {

  display: block;
  width: 100%;
  float:none;

}


				}/* Fin MediaQueries*/
				@media (max-width: 390px) {
					.slide{
						display: none;
					}

					.phone_no a .comuni strong {
						display: none;
					}

					.phone_no a, .phone_no a:focus {
						display: block;
						cursor: pointer;
						background: #5d9217;
						color: white;
						padding: 5px 0;
						border-radius: 0.3125em;
						width: 100%;
						font-size: 35px;
						margin: 0 auto 5px;
						text-shadow: 1px 1px 0 rgb(30, 63, 24);
						transition: all .5s ease;	
					}
					.phone_no a:hover,
					.phone_no a:active  {
						box-shadow: 0 0 20px rgba(0, 0, 0, 0.48) inset;
						background: #67A910;
					}
					.formu-buscar{
						width: 100%;
						vertical-align: top;
						margin: 0 0 5px 0;
					}
					.formu-buscar input[type="text"],
					.formu-buscar input[type="text"]:focus{
						width: 100%;					
					}
					.formu-buscar button {
						display: none;
					}

					}/* Fin MediaQueries*/


					.sj-megamenu .mega-pinned > .sj-megamenu-child {padding: 0;}
					.sj-megamenu li.open:hover>.sj-megamenu-child>.submenu,
					.sj-megamenu li.open>.sj-megamenu-child>.submenu{display: block;}


					#cck21_in_titulo{
					
					}