@font-face {
  font-family: 'TektonPro-Regular';
  src: url('TektonPro-Regular.eot?#iefix') format('embedded-opentype'),  
  url('fuentes/TektonPro-Regular.otf')  format('opentype'),
  url('fuentes/TektonPro-Regular.woff') format('woff'), 
  url('fuentes/TektonPro-Regular.ttf')  format('truetype'), 
  url('fuentes/TektonPro-Regular.svg#TektonPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'stylus_itc_ttregular';
    src: url('fuentes/styli-webfont.woff2') format('woff2'),
         url('fuentes/styli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'stylus_itc_ttbold';
    src: url('fuentes/stylib-webfont.woff2') format('woff2'),
         url('fuentes/stylib-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
header{
	background: #333333;
	padding-top: 10px;
	
	border-bottom: 5px #79B342 solid;
}
.logo{
	max-width:70%;
}

.texto-header{
	color:#79B342;
	font-family: 'stylus_itc_ttregular';
	text-align: right;
	font-weight: bold;
}
.texto-header .telefonoalineado{
	display: inline-block;
	vertical-align: middle;
}
.texto-header img{
	display: inline-block;
	vertical-align: middle;

}
.telefonos{
	padding-top: 30px;
}
.botonera{
	
	width: 100%;
}
nav ul{
	margin: 0px;
	padding: 0px;
	width:60%;
	background: #79B342;
	position: relative;
	padding-top: 10px;
	
}

nav ul:before{
	content: '';
    position: absolute;
    border-right: 40px solid #79B342;
    border-top: 35px solid transparent;
    right: 100%;
    top: 0px;
}

nav ul li{

	
	font-family: 'stylus_itc_ttregular';
	position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    width: 120px;
	
}
nav ul li.width-auto {
    width: auto;
    color: #ffffff;
}
nav ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	 padding-left: 20px;
    padding-right: 20px;
}

nav ul li a:hover{
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}

nav ul li ul{
	display: none;
	background: rgba(0,0,0,0.5);
	width:127px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	position: absolute;
	padding: 10px;
	    top: 21px;
}

nav ul li ul li{
	color: #ffffff;
	border-bottom:1px #79B342 solid;
	display: block;
	width: 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
nav ul li ul li a{
	padding: 0px;
}
nav ul li ul li:hover{
	background: #79B342;
}
nav ul li ul:before{
	border-right: 40px solid transparent;
}

nav ul li:hover ul{
	display: block;
}
nav ul .oculto{
	display: none;
}
.botonerafixed{
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:15;
	background-color:#79B342;
	height:auto;
	padding-bottom: 10px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	text-align:center;
	-webkit-box-shadow: 1px 1px 10px 1px #CCCCCC;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
}
.botonerafixed ul{
	width:100%;
}
.botonerafixed ul  .oculto {
	display: inline-block;
	vertical-align: middle;
	
	font-family: 'stylus_itc_ttregular';
	font-size: 22px;
	float: left;
	padding-left: 105px;

}
.botonerafixed ul .ul{
	display: inline-block;
	vertical-align: middle;
	padding-right: 80px;
	padding-top: 5px;
}
.botonerafixed ul  .oculto a{
	color:#FFFFFF;

}
.introduccion{
	margin-top: 40px;
}
.imagen-inicio{
		display: inline-block;
    width: 100%;
    height: 300px;
    vertical-align: top;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
     background: center center no-repeat;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.imagen-inicio h3{
	color:#FFFFFF;
	font-family: 'stylus_itc_ttregular';
	text-align: left;
}
.imagen-proyecto{
		display: inline-block;
    width: 100%;
    height: 240px;
    vertical-align: top;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    background: center center no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.imagen-proyecto h3{
	color:#FFFFFF;
	font-family: 'stylus_itc_ttregular';
	text-align: left;
	font-size: 16px;
}
.imagen-proyecto:hover .caption{
	top:0px;
	cursor: pointer;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background: url(/skins/page/images/icono-galeria.png) center center no-repeat rgba(0,0,0,0.8);
}
.introduccion{
	text-align: left;
}

.introduccion h1{
	color:#79B342;
	font-family: 'stylus_itc_ttregular';
	font-weight: bold;
	font-size: 56px;

}

.introduccion article{
	text-align: justify;
	color: #333333;
	font-family: 'stylus_itc_ttregular';
	font-size: 18px;
}
.imagen-inicio .caption{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #FFFFFF;
	font-family: 'stylus_itc_ttregular';
	padding: 10px;bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	top:220px;
}
.imagen-proyecto .caption{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #FFFFFF;
	font-family: 'stylus_itc_ttregular';
	padding: 10px;bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	top:180px;
}

footer{
	background: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-family: 'stylus_itc_ttregular';
	color: #FFFFFF
}

footer h2{
	border-bottom:1px #FFFFFF solid;
	font-size: 18px;
	padding-bottom: 10px;
	width: 275px;
	margin-bottom: 10px;
	margin-right:40px;
}
.datosfooter{
	border-right: 1px #ffffff solid;
	padding-right: 40px;
}
.derechos div{
	font-size: 14px;
	padding-left: 5px;
}
.boton{
	margin-top: 30px;
}
.boton a{
	color: #FFFFFF;
	background: #79B342;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'stylus_itc_ttregular';
	border:1px transparent solid; 
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.boton a:hover{
	color:#79B342;
	background: #FFFFFF;
	border:1px #79B342 solid; 
	text-decoration: none;
}
.carousel-indicators{
	position: relative;
	left:0px!important;
	text-align: right;
	bottom:-10px;

}
.carousel-indicators li{
	border:none;
	background: #333333;
}
.carousel-indicators .active{
	color: #79B342;
	background: #79B342;
	
}

.logofooter{
	padding-top: 15px;
}

.imagen-fondo {
    background: center center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
}

.imagen-fondo h1 {
	color: #FFF;
	font-family: 'stylus_itc_ttregular';
	font-size: 36px;
	font-weight: 100;
	margin:0px;
}
.interna{
	padding-top: 40px;
	padding-bottom: 40px;
}

.interna h2{
	font-family: 'stylus_itc_ttregular';
	position: relative;
	color: #79B342;
	text-align: left;
	font-weight: bold;
	margin-bottom:30px;
}

.interna h2:before{
	position: absolute;
	content: "";
	width:100px;
	border-bottom: 1px #79B342 solid;
	top:36px;
}

.interna article{
	font-family: 'stylus_itc_ttregular';
	text-align: left;
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
}
.interna article strong{
	color: #79B342;
}
.formulario{
	padding-top: 20px;
}
.formulario input{
	margin-bottom: 10px;
}
.mensaje{
	width: 92%;
	resize: none;
	    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.formulario .botoncontacto{
	color: #ffffff;
	background: #79B342;
	border: none;
	border-radius: 4px;
	margin-left: 15px;
	margin-top:15px;
}

.mapa{
	width:100%;
	height: 230px;
}
.arbol{
	font-family: 'stylus_itc_ttregular';
	border-top:1px #79B342 solid;
	border-bottom:1px #79B342 solid;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 16px;
}
.arbol a{
	color: #333;
	text-decoration: none;
}
.arbol a:hover{
	color: #79B342;
	cursor: pointer;
}
.arbol label{
	color: #79B342;
}

.descripcion{
	font-family: 'stylus_itc_ttregular';
	text-align: center!important;
}

.descripcioncategoria{
	font-family: 'stylus_itc_ttregular';
	text-align: center!important;
	font-size: 20px!important;
	color: #79B342!important;
	margin-bottom: 10px!important;
}
.descripcion strong{
	color: #79B342;
}
.descripcion_galeria{
	font-family: 'stylus_itc_ttregular';
	padding: 10px;
	border:1px  #333 solid;
}
.flexslider{
	position: relative;
	overflow: hidden;
}
.flexslider .slides{
	margin:0;
	padding: 0;

}
.flexslider .flex-direction-nav{

list-style: none;

}
.flexslider .flex-direction-nav li{
	width: 30px;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	z-index: 10;
	top: 50%;
	display: inline-block;
	cursor: pointer;
}
.flexslider .flex-direction-nav li.flex-nav-prev{
	left: 10px;
}
.flexslider .flex-direction-nav li.flex-nav-next{
	right: 10px;
}

.flexslider .flex-direction-nav li a{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent:-999em;
	cursor: pointer;
	border-radius: 10em;
	background:center center no-repeat;
}
.flexslider .flex-direction-nav li a.flex-prev{
	background-image: url(/skins/page/images/left.png);
}
.flexslider .flex-direction-nav li a.flex-next{
	background-image: url(/skins/page/images/right.png);
}
.flexslider .flex-direction-nav li a.flex-disabled{
	display: none;
}
.flexslider .slides img{
	max-width: 100%;
	max-height: 100%;
}

#slider-caricatura-home{
	 margin-bottom: 10px;
	 
}
#slider-caricatura-home .descripcion-slider{
	min-height: 40px;
	padding: 10px;
	background:#EEEEEE;
}
#slider-caricatura-home .descripcion-slider h2{
	font-size:20px;
	font-family: 'OpenSansCondensed';
	margin:0;
	padding: 0;
}
#slider-caricatura-home .descripcion-slider div{
	font-size:13px;
	font-weight: 300;
	margin:0;
	padding: 0;
}

#slider-caricatura-home .imagen-slider{
	border-bottom: 0;
	height: 350px;
	vertical-align: middle;
	text-align: center;
}

#slider-caricatura-home.caricatura-grande .imagen-slider{
	height: 400px;
}
#carousel-caricatura-home .slides li{
	width:100px;
	height:80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #EEEEEE;
	border: 1px #CCCCCC solid;
	z-index: 0;
}
#botonera2{
	display: none;
}

.izquierdo{
	text-align: left;
}
.menu{
	display: none;
}
@media (max-width:1100px) and (min-width:0px)
{
	.interna h2:before {
	    top: 66px;
	}
	nav .ul{
		display: none;
	}
	.menu{
		display: block;
		padding-right: 10px;
	}
	#botonera2{
		display: none;
		width: 260px;
	    height: 100%;
	    background: #79B342;
	    right: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    overflow: auto;
	    color: #FFFFFF;
	    margin-top: 0;
	}
	#botonera2 ul{
		padding:0px;
		width:100%;
	}

	#botonera2 ul li{
		list-style:none;
		padding-top:10px;
		padding-bottom: 10px;
		border-bottom: 1px #FFF solid;
		display: block;
		text-align: center;
	}

	#botonera2 ul li a{
		text-decoration: none;
	    font-family: 'stylus_itc_ttregular';
	    color: #FFF;
	    padding-left: 5px;
	    padding-right: 5px;
	    -webkit-transition: all 500ms ease-in-out;
	    -moz-transition: all 500ms ease-in-out;
	    -ms-transition: all 500ms ease-in-out;
	    -o-transition: all 500ms ease-in-out;
	    transition: all 500ms ease-in-out;
	    font-size: 16px;
	}
	.well{
		font-family: 'stylus_itc_ttregular';
		background: #333333;
		color:#FFFFFF;
		min-height: auto;
		margin:0px;	
		border:0;
		border-radius: 0;
		border-bottom:1px #fff solid;
		padding:10px;
		text-align: center;
	}

	.well a{
		color: #FFFFFF;
		text-align: center;
		font-size: 18px;
	}
	
	

	.cerrar{
		background: #333333;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}

	.botonerafixed .ul{
		display: none!important;
	}
	.botonerafixed ul  .oculto{
		padding-left: 30px;
	}
}
@media (max-width:768px) and (min-width:0px)
{ 
	.introduccion h1{
		font-size: 36px;
	}	
	.introduccion article{
		font-size: 16px;
	}
	.interna h2:before{
		top:40px;
	}
	.telefonos {
    padding-top: 20px;
    padding-bottom: 15px;
}
}
@media (max-width:766px) and (min-width:0px)
{ 
	.texto-header{
		text-align: center;
		padding-bottom: 20px;
	}
	.datosfooter{
		border:0px;
		text-align: center;
	}
	.izquierdo{
		text-align: center;
	}

	.derechologo{
		text-align: center;
	}
	.interna h2{
		width:90%;
	}
	.izquierdo{
		text-align: center;
	}

	.derechologo{
		text-align: center;
	}
	footer h2{
	text-align: center;
	width: 100%;
}
}
@media (max-width:425px) and (min-width:0px)
{ 
	.texto-header{
		text-align: center;
		padding-bottom: 20px;
	}
	.datosfooter{
		border:0px;
	}
	.izquierdo{
		text-align: center;
	}

	.derechologo{
		text-align: center;
	}
	.interna h2{
		width:90%;
	}
}

@media (max-width:375px) and (min-width:0px)
{ 
	.interna h2:before{
		display: none;
	}
	.mensaje{
		width:85%;
	}
}

@media (max-width:320px) and (min-width:0px)
{
.botonerafixed ul  .oculto{
	padding-left: 10px;
}
.botonerafixed  .menu{
	padding-top: 10px;
}
.datosfooter{
	padding-right: 0px;
	text-align: center;
}

}
