/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000; color:#fff;}

footer ::selection {background: #fff; color:#000;}
footer ::-moz-selection {background: #fff; color:#000;}

.breadcrumbs_block ::selection {background: #fff; color:#000;}
.breadcrumbs_block ::-moz-selection {background: #fff; color:#000;}

.cleancode_block ::selection {background: #fff; color:#000;}
.cleancode_block ::-moz-selection {background: #fff; color:#000;}


.espacio {
	height: 80px;
	width: 100%;
}
.grande {
	font-size: 2em;
}
.grande2 {
	font-size: 3em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}
.alert {
	color: #FFF;
	text-align: center;
	font-size: 1em;
	line-height: 24px;
	text-decoration: none;
}
.alert a {
	text-decoration: none;
	font-weight: lighter;
}
.boton-cooki {
	border-radius: 10px;
	background-color: #30a489;
	font-size: 1em;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
.boton-cooki:hover {
	background-color: #fa8a00;
	color: #FFF;
}
	
.boton-cooki-active {
	background-color: #FFDD02;	
	filter: none !important;
	}



/*RECURSOS*/

img {
  max-width: 100%;
}

#topcontrol{
	
	height: 300px;
	width: 60px;
	z-index: 100000;
}

.tabla {
	font-size: 0.7em;
	text-align: center;
	line-height: 25px;
	border: 1px solid #666;
}

.grafica {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

video {
outline:none;
}
.botones-acceso {
	height: auto;
	width: 100%;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 100;
	padding-top: 15px;
	padding-bottom: 10px;
}
.botones-acceso li {
	display: inline;
	margin: 0px;
	padding: 0px;
}



/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;	 
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
main.slide-out {
  /* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(-470px);
  -moz-transform: translateX(-470px);
  -ms-transform: translateX(-470px);
  -o-transform: translateX(-470px);
  transform: translateX(-470px);
}
main.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    /* change in size of the author bio section */
    -webkit-transform: translateX(-900px);
    -moz-transform: translateX(-900px);
    -ms-transform: translateX(-900px);
    -o-transform: translateX(-900px);
    transform: translateX(-900px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-1300px);
    -moz-transform: translateX(-1300px);
    -ms-transform: translateX(-1300px);
    -o-transform: translateX(-1300px);
    transform: translateX(-1300px);
  }
}

.cd-section {
	text-align: center;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}
.cd-section .cd-container {
	
	max-width: 100%;
}

.cd-section h2 {
	line-height: 40px;
	font-size: 1.5em;
	font-weight: 300;
	color: #333;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 6.5em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
}
.cd-section h2 b {

	font-weight: 800;
	color: #324350;
}
.cd-section p {
	font-size: 1em;
}


@media only screen and (min-width: 768px) {
  .cd-section {
    padding: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
  }

  .cd-section p {
	font-size: 0.8em;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-section {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;z
  }
    
  .cd-section h2 {
	line-height: 40px;
	font-size: 1.5em;
	font-weight: 300;
	color: #333;
	padding-bottom: 1.5em;
  }
 .cd-section h2 b {
	font-family: 'Varela Round', sans-serif;
	font-weight: 800;
	color: #324350;
}
  .cd-section p {
	font-size: 2em;
	font-size: 1em;
  }
}



.cd-placeholder-1 {
  background: #f25f5c;
  color: #fdeaea;
}

.cd-placeholder-2 {
}

/*#cd-team {
  background: #8abeb2;
}*/
/*#cd-team .cd-container {
	max-width: 1200px;
}*/
#cd-team h2 {
	color: #000000;
}
#cd-team li {
  margin-bottom: 2em;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(92, 75, 81, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  list-style-type: none;
}
.no-touch #cd-team li:hover {
  box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);
}
.no-touch #cd-team li:hover .cd-img-overlay {
  opacity: 1;
}
#cd-team figure {
  position: relative;
}
#cd-team img {
	display: block;
	width: 100%;
	border-radius: .25em .25em 0 0;
}
#cd-team .cd-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: .25em .25em 0 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: rgba(0,0,0,0.8);
}
#cd-team .cd-img-overlay span {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
	width: 100%;
}
#cd-team .cd-member-info {
	height: 80px;
	background: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0 0 .25em .25em;
	line-height: 23px;
	font-size: 0.9em;
}
#cd-team .cd-member-info span {
  display: block;
  font-family: "Droid Serif", serif;
  font-weight: normal;
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  #cd-team li {
	width: 30%;
	float: left;
	margin-right: 1%;
	list-style-type: none;
	margin-left: 1.2%;
  }
  #cd-team li:nth-child(3n) {
    margin-right: 0;
  }
}

.cd-member-bio {
	position: fixed;
	top: 0;
	right: 0;
	width: 360px;
	height: 100%;
	overflow-y: auto;
	/* smooth scrolling on mobile phones and tablets */
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	/* this how we move the author bio section off the canvas */
	-webkit-transform: translateX(470px);
	-moz-transform: translateX(470px);
	-ms-transform: translateX(470px);
	-o-transform: translateX(470px);
	transform: translateX(470px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #FFFFFF;
}
.cd-member-bio.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-member-bio .cd-member-bio-pict {
	position: relative;
	background-color: #FFF;
}
.cd-member-bio .cd-member-bio-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
 /* background: -webkit-linear-gradient( bottom , #5c4b51, rgba(92, 75, 81, 0));
  background: linear-gradient(to top, #5c4b51, rgba(92, 75, 81, 0));*/
}
.no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
  display: none;
}
.web-fondo {
	background-image: url(../imagenes/recursos-webs2.png);
	background-repeat: no-repeat;
	background-position: right;
	
}
.app {
	background-image: url(../imagenes/recursos-apps2.png);
	background-repeat: no-repeat;
	background-position: right;	
}
.dvd {
	background-image: url(../imagenes/recursos-dvd2.png);
	background-repeat: no-repeat;
	background-position: right;
}
.impreso {
	background-image: url(../imagenes/recursos-impresos2.png);
	background-repeat: no-repeat;
	background-position: right;
}
.familia {
	background-image: url(../imagenes/recursos-familias2.png);
	background-repeat: no-repeat;
	background-position: right;
	
}
.transparencia {
	background-image: url(../imagenes/fondo-transparencia.png);
	background-repeat: no-repeat;
	background-position: 100px;	
}
.educacion {
	background-image: url(../imagenes/recursos-educacion2.png);
	background-repeat: no-repeat;
	background-position: right;
	
}
.cultura {
	background-image: url(../imagenes/recursos-cultura2.png);
	background-repeat: no-repeat;
	background-position: right;
	
}

.diccionarios {
	background-image: url(../imagenes/recursos-diccionarios2.png);
	background-repeat: no-repeat;
	background-position: right;
	
}

.investigacion {
	background-image: url(../imagenes/recursos-investigacion2.png);
	background-repeat: no-repeat;
	background-position: right;
	
}

.curriculares {
	background-image: url(../imagenes/recursos-material-curricular2.png);
	background-repeat: no-repeat;
	background-position: right;	
}

.cd-member-bio img {
	display: block;
	width: 100%;
}
.cd-member-bio h1 {
	width: 100%;
	text-align: left;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 80px;
	font-size: 1.2em;
	z-index: 100;
	padding-left: 10px;
	line-height: 50px;
	font-weight: 700;
	text-shadow: 2px 2px 2px #fff;
}

.cd-member-bio .cd-bio-content {
	padding: 1em;
	
}
.cd-member-bio .cd-bio-content h1 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size:2em;
  /*font-size: 1.25rem;*/
}
.cd-member-bio .cd-bio-content p {
	font-size: 0.8em;
	line-height: 25px;
	text-align: justify;
  }
@media only screen and (min-width: 768px) {
  .cd-member-bio {
    width: 900px;
    -webkit-transform: translateX(900px);
    -moz-transform: translateX(900px);
    -ms-transform: translateX(900px);
    -o-transform: translateX(900px);
    transform: translateX(900px);
  }
  
  .transparencia {
	background-image: url(../imagenes/fondo-transparencia.png);
	background-repeat: no-repeat;
	background-position: right;
	
}

.cd-member-bio h1 {
	width: 100%;
	text-align: left;
	margin-top: 120px;
	padding-top: 100px;
	padding-bottom: 80px;
	font-size: 2.3em;
	z-index: 100;
	padding-left: 20px;
	line-height: 50px;
	margin-bottom: 0px;
	text-shadow: 2px 2px 2px #fff;
}
.cd-member-bio h2 {
	text-align: left;
	font-size: 1.5em;
	z-index: 100;
	line-height: 50px;
	text-shadow: 2px 2px 2px #fff;
}
  .cd-member-bio .cd-bio-content {
    padding: 2em;
  }
.cd-member-bio .cd-bio-content p {
	font-size: 0.8em;
	line-height: 25px;
	text-align: justify;
  }
    .cd-member-bio .cd-bio-content ul {
	margin-left: 10px;
  }
  .cd-member-bio .cd-bio-content li {
	font-size: 0.6em;
	line-height: 30px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	font-weight: 500;
	margin-left: 30px;
  }
    .cd-member-bio .cd-bio-content li b {
	font-size: 2em;
	color: #009DDD;
	padding: 5px;
	
  }
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio {
    width: 1300px;
    -webkit-transform: translateX(1300px);
    -moz-transform: translateX(1300px);
    -ms-transform: translateX(1300px);
    -o-transform: translateX(1300px);
    transform: translateX(1300px);
  }
 
  .cd-member-bio .cd-member-bio-pict::after {
    height: 150px;
  }
  .cd-member-bio .cd-bio-content {
    padding: 4em;
    /* we move the content up so the title is over the color gradient */
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .cd-member-bio .cd-bio-content h1 {
	font-size: 40px;
	font-size: 2.5rem;
	color: #0F0;
  }
  .cd-member-bio .cd-bio-content p {
	font-size: 0.8em;
	line-height: 25px;
	text-align: justify;
  }
  .no-cssgradients .cd-member-bio .cd-bio-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cd-member-bio-close {
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: fixed;
	top: 10px;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 3;
	display: none;
	margin-top: 350px;
	margin-right: 10px;
	right: 10px;
	background-color: #145E64;
	background-image: url(../img/cd-icon-close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	padding: 20px;
}
.cd-member-bio-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}
@media only screen and (min-width: 1200px) {
  .cd-member-bio-close {
    right: 20px;
    top: 20px;
  }
}

.cd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: none;
	background-color: rgba(0,0,0,0.8);
	margin-top: -8px;
	z-index: 101;
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}



body {
	overflow-x: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Epilogue', sans-serif;
	/*font-family: 'Terminal Dosis Light', Arial, sans-serif;*/
	font-weight: 300;
	line-height: 20px;
	color: #333333;
	background-color: #ededf0;
	background-image: url(../imagenes/preloader-fondo.png);
	background-size: 50% auto; 
	
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
}

#open_preferences_center
{
	font-size:1em;
	font-weight: bolder;
	color: #fafdf4;
	padding: 10px;
	z-index: 100;
	background-color: #000;
	height: 40px;
	border-radius: 10px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	}

.preloader_hide {
	opacity: 0;
	background-color: #ededf0;
}
#preloader {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 68px;
	display: block;
	margin-top: -16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -16px;
}

/*#preloader {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: #ededf0;
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center center;
}
.centrar-preloader {
	text-align: center;
	height: 64px;
	width: 64px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50%;
}
*/

/*
.preloader_hide {
	opacity: 0;
}



#preloader {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 68px;
	display: block;
	margin-top: -16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -16px;
	background-color: #039;
}
*/

.menu-sub{
	height: 97px;
	background-color: #FFF;
	/*background-color: rgba(255,255,255,0.6);*/

}
.web {
	float: left;
	width: 300px;
}
.bton-superior {
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 25px;
}
.bton-superior li {
	display: inline;
	margin-right: 8px;
	list-style-type: none;
	margin-top: 10px;
	
}
.bton-superior a:link {
	font-size: 2.5em;
	color: #D7D7D7;
	
}
.bton-superior a:visited {
	
	color: #D7D7D7;
	
}

.bton-superior a:hover {
	color: #EAEAEA;
	
}

.titulo-datos {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
	background-color: rgba(224,225,230,0.8);	
}



.titulo {
	width: 100%;
	padding-left: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.separa {
	width: 100%;
	text-align: center;	/*background-size : 100% auto;*/
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
}
.separa-formacion {
	height: 90px;
	width: 100%;
	background-image: url(../imagenes/formacion-decoracion.png);
	background-repeat: no-repeat;
	padding: 0px;
	text-align: center;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-attachment: fixed;
}
.separa-buen-gobierno {
	height: 150px;
	width: 100%;
	background-image: url(../imagenes/buen-gobierno.png);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	background-attachment: fixed;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.separa-buen-gobierno h2 {
	font-size: 3em;
	font-weight: 800;
	text-align: center;
	color: #FFF;
}

.separa-equipo-humano {
	height: 500px;
	width: 100%;
	background-image: url(../imagenes/equipo-humano.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: center;
	background-position: 0px 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-attachment: fixed;
}

.video-contenido {
	height: 450px;
	width: 100%;
	background-image: url(../imagenes/fondo-principal-fundacioncnse2.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	background-position: center center;
	
}
#video-basico {
	height: 450px;
	width: 800px;
	background-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 10px solid #000000;
	border-radius:10px;
}
#video-bio {
	height: auto;
	width: 70%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 10px;
}
#video-noticia {
	height: auto;
	width: 70%;
	background-color: #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 10px solid #000000;
	display: block;
	border-radius:10px;
		cursor: pointer;
}

#video-seccion{
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-radius:10px;
	cursor: pointer;
}
#video-svisual{
	height: auto;
	width: 50%;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 10px;
	cursor: pointer;
}


.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.3;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;	
}
.derecha {
	position: fixed;
	right: 0px;
	height: 46px;
	width: 44px;
	margin-top: -45px;
	margin-right: 10px;
}


#page {
	overflow-x: hidden;
	position: relative;
	z-index: 5;
	
}


section {
	background-image: url(../imagenes/fondo-body.png);
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.container {
	padding: 0px;
}

.parallax {
	background-position:0 0;
	width:100%;
	background-attachment:fixed !important;
}



select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}

a {
	color: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	/*color: #666;*/
}




.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}

.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(48,166,124,0.5);
}
.relative_block {position:relative; z-index:5;}


/*-----------------------------------------------------------------------------------*/
/*	BANNER SUPERIOR
/*-----------------------------------------------------------------------------------*/

.slide1{
	background-image: url(../imagenes/fondo-principal-fundacioncnse2.png);
	background-repeat: no-repeat;
background-position: 0px 150px;
}
.slide2{
	background-image: url(../imagenes/dilse.png);
	background-repeat: no-repeat;
	background-position: 0px 150px;
	
}
.slide3{
	background-image: url(../imagenes/signocampus.png);
	background-repeat: no-repeat;
	background-position: 0px 300px;
	
}
.slide4{
	background-image: url(../imagenes/svisual-servicio-video-interpretacion-banner.png);
	background-repeat: no-repeat;
background-position: 0px 150px;
}
.slide5{
	background-image: url(../imagenes/fondo-cnlse.png);
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
.slide6{
	background-image: url(../imagenes/venta-materiales-en-lengua-de-signos.png);
	background-repeat: no-repeat;
	background-position: 0px 80px;
}
/*.separa {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	
}*/

.mini {
	font-size: 0.6em;
	/*font-family: 'Terminal Dosis Light', Arial, sans-serif;	*/
}
.logo {
	width: 300px;
	margin: 0px;
	padding: 0px;
}

.presentacion h2 {
	color: #333;
	font-weight: bolder;
	font-size: 1.5em;
	line-height: 60px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 2px 2px 2px #ffffff;
}
.texto-destacar {
	/*font-family: 'Varela Round', sans-serif;*/
	color: #333;
	font-size: 1.3em;
	letter-spacing: -2px;
	
}



.md-modal {
	position: fixed;
	top: 55%;
	left: 50%;
	width: 40%;
	max-width: 50%;
	min-width: 80%;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #FFFFFF;
	border: 10px solid #FFF;	
	background-repeat: no-repeat;
	border-radius:15px;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
	
}
/*-----------------------------------------------------------------------------------*/
/*	REDES SOCIALES
/*-----------------------------------------------------------------------------------*/
.contenedor-redes {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo-redes.png);
	padding-right: 0px;
	padding-left: 0px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.titulo-redes {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
.titulo-redes h2 {
	color: #FFF;
	font-size: 2em;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}

/*
.derecha-redes {
	float: right;
	width: 900px;
	height: 410px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.facebook {
	height: 350px;
	overflow: hidden;
	border: 10px solid #FFF;
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 10px;
	float: right;
	margin: 5px;
}
.twitter {
	height: 350px;
	overflow: auto;
	border: 10px solid #FFF;
	border-radius: 10px;
	background-color: #FFF;
	text-align: center;
	width: 400px;
	float: right;
	margin: 5px;
	padding: 5px;
}*/
/*-----------------------------------------------------------------------------------*/
/*	POP VIDEO
/*-----------------------------------------------------------------------------------*/
.md-content {
	position: relative;
	border-radius: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../../antologia-poesias/imagenes/squareloading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#video-conten {
	width: 62%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;	
	
}

.cerrar-contenido {
	background-color: #334351;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	top: 30px;
	font-weight: bolder;
	right: 0px;
}

.cerrar-contenido:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #666666;
}
.tox-progress {
}


button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {border-color:#ededed;}

ul, ol {padding:0; margin:0;}
li {
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 20px;
}


h1, h2, h3, h4, h5, h6  {
	margin-top: 0;
	/*	font-family: 'Terminal Dosis Light', Arial, sans-serif;*/
	text-transform: none;
	font-weight: 100;
	color: #333;
}
h1 {
	margin: 0 0 26px;
	line-height: 46px;
	font-size: 1.5em;
	font-weight: 200;
}
h2 {
	line-height: 40px;
	font-size: 3em;
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 26px;
	margin-left: 0;
	color: #FFF;
	text-align: center;
}
h2 b {
	/*font-family: 'Varela Round', sans-serif;*/
	font-weight: 800;
}
h3 {
	line-height: 40px;
	font-size: 1.3em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h3 b {font-weight:900;}
h4 {
	line-height: 30px;
	font-size: 2em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #fa8a00;
	font-weight: 800;
}
h4 b {
	font-weight:900;
}

h5 {
	line-height: 30px;
	font-size: 1.8em;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #30a489;
	font-weight: 800;
}
h5 b {
	font-weight:900;
}
h5:hover {
	color: #999;
}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}

.center {text-align:center;}
.right {text-align:right;}
.color_transparente {
	background-color: rgba(255,255,255,0.4);
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.color_text {color:#30a67c;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}
.color_red {color:#c10707;}
.color_naranja {color: #e5a82a;}
.color_verde {
	color: #fec400;
	background-color: #145E64;
}

.color_bg {
	background-image: url(../imagenes/fondo-transparencia.png);
}
.color_gris {background-color: rgba(51,68,81,0.1);}
.color_amarillo {
	background-color: rgba(255,227,0,0.5);
}
.fondo-enlaces {
	background-color: #e5a92a;
	background-image: url(../imagenes/fondo-svisual-seccion.png);
	background-repeat: no-repeat;
}
.fondo-transparencia {
	background-image: url(../imagenes/transparencia.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
}
.fondo-svisual-galeria {
	background-image: url(../imagenes/fondo-seccion-svisualr.png);
	background-size: cover;
	padding-top: 200px;
}
.fondo-familias {
	background-image: url(../imagenes/familias-decoracion.png);
	background-size: cover;
	padding-top: 200px;
	background-repeat: no-repeat;
}
.fondo-accesibilidad{
	background-image: url(../imagenes/fondo-accesiblidad.png);
	background-size: cover;
	padding-top: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.fondo-diccionario {
	background-image: url(../imagenes/fondo-diccionario-galeria.png);
	background-size: cover;
	background-repeat: no-repeat;
}


/* __________ blockquote __________ */
blockquote {position:relative; margin: 0 0 13px; padding:0 0 0 47px; border:0; font-style:italic; font-size:16px; color:#979797;}
blockquote:before {content:'“'; position:absolute; left:15px; top:13px; font-style:italic; font-size:70px; color:#979797;}






/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.bto-centrar2 {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.bto-centrar {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}



.btn{
	/*	margin-top: 5px;
	border-radius: 20px;
	background-color: #294953;
	font-size: 1em;
	text-transform: none;
	margin-bottom: 5px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bolder;*/	
	border-radius: 10px;
	background-color: #294953;
	font-size: 1em;
	text-transform: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	padding: 10px;
	width: 50%;
	}
.btn:hover {
	background-color: #FFDD02;
	color: #FFF;
}
	
.btn-active {
	margin-top: 5px;
	border-radius: 20px;
	background-color: #FFDD02;
	font-size: 1em;
	text-transform: none;
	margin-bottom: 5px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bolder;
	margin:0 7px 10px 0;
	filter:none !important;	

	}
	
.btn-active:hover {color:#fff;}

.btn-lg {padding:19px 30px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


/*.btn_shortcodes .btn {margin:0 7px 10px 0;}*/
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}
.accesible {
	float: left;
	height: auto;
	width: 230px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 0.2em;
	color: #FFF;
}
.normal {
	color: #000;
	background-color: #FFF;
}
.amarillo {
	color: #000;
	background-color: #FF0;
}
.negro {
	color: #FFF;
	background-color: #000;
}

.accesible a {
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 4em;
}

.accesible li{
	display: inline;
}
.con-menu-sub {
	/*background-color: #FFFFFF;*/
	/*box-shadow: 0px 3px 3px rgba(0,0,0,0.2);*/
	width: 100%;
	text-align: left;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.certificado {
	background-color: #FFF;
	position: absolute;
	top: 20px;
	border-radius: 15px;
	right: 10px;
	padding: 5px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.certificado li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.bto-redes {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}



/*.redes {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

*/



/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.bto-redes li {
	display: inline-block;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0;
}

.bto-redes li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 1em;
	color: #CCC;	/*border: 2px solid #FFF;
	border-radius:50%;
	border-radius:20px;*/
	
}
.bto-redes li a:hover {
	border-color: #ccc;
	color: #666;
}









/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative;}

.banner-contacto-cont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../imagenes/fondo-redes.png);
	height: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0px 200px;
}
.banner-contacto h2 {
	padding: 0px;
	font-weight: 800;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.banner-contacto {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 5px;
	line-height: 30px;
}
.contacto li {
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
}
.contacto li a {
	display: block;
	width: 80px;
	height: 60px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 2em;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contacto li a:hover {
	color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.banner-contacto-cnlse {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../imagenes/fondo-cnlse.png);
	height: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0px 200px;
	background-color: #000;
}
.banner-contacto-cnlse a {	
	text-align: center;
	font-size: 1.5em;
	color: #FFF;
	
}
.banner-contacto-cnlse a:hover {
	color: #666;	
}


.banner-contacto-cnlse h2 {
	padding: 0px;
	font-weight: 800;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.banner-contacto-svisual {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../imagenes/fondo-svisual-contacto.png);
	height: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: 0px 200px;
	background-color: #2a4852;
}
.banner-contacto-svisual a {	
	text-align: center;
	font-size: 1.5em;
	color: #FFF;
	
}
.banner-contacto-svisual a:hover {
	color: #666;	
}
.banner-contacto-svisual h2 {
	padding: 0px;
	font-weight: 800;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



.destacado-contenedor {
	text-align: center;
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
}
.destacado-contenedor p{
	padding-right: 30px;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	line-height: 25px;
}
.destacado-contenedor h3 {
	font-weight: 800;
	font-size: 1.5em;
	margin-bottom: 40px;
}
.destacado-contenedor h4 {
	font-weight: 800;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.destacado span {
	font-size: 4em;
	color: #145E64;
}


.destacado-contenedor2 {
	text-align: center;
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.8em;
	color: #666;
}
.destacado-contenedor2 img {
	height: auto;
	width: 45%;
}
.destacado-contenedor2 a{
	color: #999;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.destacado-contenedor2 a:hover{
	color: #30a489;
}
.destacado-contenedor2 span {
	font-weight: 200;
	font-size: 0.5em;
}


.destacado-contenedor2 h3 {
	font-weight: 800;
	font-size: 2em;
	margin-bottom: 80px;
	color: #30a489;
	text-align: center;
	line-height: 10px;
}
.destacado-contenedor2 h4 {
	font-weight: 800;
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #184356;
}
.destacado-contenedor2 9 {	
	font-size: 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;	
}



.destacado2 {
	text-align: center;
	line-height: 25px;
	font-size: 0.7em;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: 400;
}
.destacado2 p {
	text-align: center;
}
.destacado2 span {
	font-size: 4em;
	color: #FFFFFF;
}


.destacado-contenedor3 {
	text-align: center;
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: 0px;
}


.destacado3 {
	text-align: center;
}
.destacado3 h3 {
	font-weight: 800;
	font-size: 0.6em;
	line-height: 20px;
}
.destacado3 h4 {
	font-weight: 500;
	font-size: 0.6em;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 20px;
	padding: 0px;
}

.destacado3 p {
	text-align: center;
	font-size: 0.5em;
}
.destacado3 span {
	font-size: 4em;
	color: #FFFFFF;
}


.fondo-1{
	background-image: url(../imagenes/fondo-quienes-somos.png);
	background-repeat: no-repeat;	
	}
.basico {
	text-align: justify;
	line-height: 33px;
	font-size: 1.3em;
	margin-top: 20px;
}
.basico a:link {
	font-size: 1em;
	color: #184356;
	font-weight: 900;
}
.basico a:visited {
	font-size: 1em;
	color: #184356;
}
.basico a:hover {
	font-size: 1em;
	color: #939ea2;
}
.basico h3 {
	font-size: 2em;
	color: #184356;
	font-weight: 900;
}

.basico li {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type: disc;
	margin-left: 30px;
}
.basico ul {
	margin-bottom: 30px;
}

.destacado-formulario {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	text-align: justify;
	margin-top: 10px;
	font-size: 0.6em;
}

.consulta {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.check {
	height: 30px;
	width: 30px;
	border: 1px solid #000;
	cursor: pointer;
}

.consulta p{
	text-align: left;
	font-size: 0.8em;
}
	



/* __________ Services __________ */
.services_block {padding:7px 0 0;}

.services_item {
	display:block;
	cursor:default;
}

.services_item p {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 19px;
	text-transform: none;
	font-weight: 300;
	font-size: 20px;
}
.services_item p b {font-weight:400;}
.services_item p:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:2px;
	background-color:#ccc;
}

.services_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#666;
}




/* __________ Clean Code __________ */
.cleancode_block {
	padding:96px 0 78px;
	background-image:url(../images/clean_code_bg.jpg);
	background-size:cover;
	background-position:0 0;
	background-attachment:fixed !important;
}

.cleancode_block .tab-content {
	overflow:hidden;
	padding: 0;
	margin:0 0 80px;
}
.cleancode_block p.title {
	margin: 0 0 17px;
	font-weight: 100;
	line-height: 80px;
	font-size: 80px;
	color: #fff;
}
.cleancode_block p.title b {font-weight:500;}

.cleancode_block span {
	font-weight:300;
	line-height:34px;
	font-size:26px;
	color:#999;
}
.cleancode_block .tab-pane {
	display:block;
	height:0;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.cleancode_block .tab-pane.active {
	height:auto;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}

.ie .cleancode_block .tab-pane {display:none;}
.ie .cleancode_block .tab-pane.active {display:block;}


.cleancode_block .nav-tabs {
	margin:0 -15px;
	border:0;
}
.cleancode_block .nav-tabs li {
	margin: 0;
	padding: 0 15px;
}
.cleancode_block .nav-tabs li a {
	width:170px;
	height:170px;
	margin:0;
	padding:54px 0 0;
	text-align:center;
	border:0 !important;
	border-radius:0;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.cleancode_block .nav-tabs li a i {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:0 -60px;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.cleancode_block .nav-tabs li a.i1 i {background-image:url(../images/i1.png);}
.cleancode_block .nav-tabs li a.i2 i {background-image:url(../images/i2.png);}
.cleancode_block .nav-tabs li a.i3 i {background-image:url(../images/i3.png);}
.cleancode_block .nav-tabs li a.i4 i {background-image:url(../images/i4.png);}
.cleancode_block .nav-tabs li a.i5 i {background-image:url(../images/i5.png);}
.cleancode_block .nav-tabs li a.i6 i {background-image:url(../images/i6.png);}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
	background-color:transparent;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color:#fff;
}

.nav-tabs li a:hover i {
	background-position:0 -120px;
	transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.nav-tabs li.active a i {
	background-position:0 0;
	transform:translateY(-16px);
	-o-transform:translateY(-16px);
	-ms-transform:translateY(-16px);
	-webkit-transform:translateY(-16px);
}

.cleancode_block .nav-tabs li a span {
	display:block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size:20px;
	color:#333;
	opacity:0;
	transform:translateY(-30px);
	-o-transform:translateY(-30px);
	-ms-transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.nav-tabs li.active a span {
	opacity:1;
	transform:translateY(-6px);
	-o-transform:translateY(-6px);
	-ms-transform:translateY(-6px);
	-webkit-transform:translateY(-6px);
}

.purpose_block2 {
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 10;
	margin-top: 5px;
	
}
.purpose_block2 p {
	margin-bottom: 0px;
	line-height: 34px;
	font-size: 0.8em;
	text-align: justify;
	margin-top: 15px;
}

.purpose_block {
	/*background-color: rgba(51,68,81,0.1);*/
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	
}
.purpose_block h2 {
	font-size: 3.5em;
	font-weight: 800;
	color: #2d5f78;
	line-height: 40px;
	text-align: center;
}
.purpose_block b {
	font-weight: 300;
	font-size: 0.7em;
}
.purpose_block h3 {
	font-size: 2em;
	font-weight: 800;
	color: #BEBEBE;
	line-height: 25px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 40px;
}
.purpose_block h6 {
	font-size: 1em;
	font-weight: 800;
	color: #666666;
}



.purpose_block span {
	font-weight: 500;
}


.purpose_block p {
	margin-bottom: 0px;
	line-height: 28px;
	font-size: 1.3em;
	text-align: justify;
	margin-top: 15px;
	color: #666;
}
.purpose_block ul {
	margin-top: 15px;
	margin-bottom: 15px;	
}
.purpose_block li {
	line-height: 24px;
	font-size: 1.2em;
	text-align: justify;
	margin-bottom: 10px;
	list-style-type: circle;
	margin-left: 20px;
	color: #666;
}
.purpose_block li span {
	font-weight: 700;
	font-size: 1.8em;
}
/*.purpose_block btn {
	margin-top: 20px;
	border-radius: 20px;
	background-color: #002638;
	font-size: 1em;
	text-transform: none;
	width: 100%;
	margin-bottom: 20px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/

.purpose_block a:link {
	border-radius: 20px;
	font-size: 1.5em;
	text-transform: none;
	color: #184356;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 800;
}
.purpose_block a:hover {
	border-radius: 20px;
	font-size: 1.5em;
	text-transform: none;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 800;
}
.purpose_block  a:visited {
border-radius: 20px;
	font-size: 1.5em;
	text-transform: none;
	color: #184356;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 800;
}
.purpose_block .btn-active {
	overflow: hidden;
	}
.purpose_block .btn-active span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-transform: none;
	text-align: center;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color: #000000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span:before {
	color: #fff;
}
.purpose_block .btn-active span {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span,
.purpose_block .btn-active:focus span {
	color: #1c1c1c;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.purpose_block .ipad_img1 {
	margin-top: -50px;
}
	


/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/
#projects {padding-top:47px;}

.work_item {
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 90%;
}
.work_item p {
	font-size: 0.7em;
	line-height: 30px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 400;
}
.owl-item:hover .work_item {
	transform:scale(0.95);
	-o-transform:scale(0.95);
	-ms-transform:scale(0.95);
	-webkit-transform:scale(0.95);
}

.work_item .work_description {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border-radius: 10px;
}
.work_item:hover .work_description {opacity:1;}
.work_item .work_description .work_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description .work_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.work_item .work_description a {
	display: block;
	font-weight: 300;
	line-height: 30px;
	font-size: 0.9em;
	color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 150px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 150px;
}
.work_item .work_description span {
	color: #FFF;
	font-size: 0.8em;
	line-height: 20px;
}

.work_item a.zoom {
	position: absolute;
	z-index: 30;
	left: 50%;
	bottom: 0;
	width: 128px;
	height: 36px;
	margin-left: -70px;
	opacity: 0;
	background-image: url(../imagenes/zoom_h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	
}
.work_item:hover a.zoom {
	bottom:40px;
	opacity:1;
}
.work_item a.zoom:hover {background-image:url(../imagenes/zoom.png);}



/* __________ WORKS DETAILS __________ */
#project_prev,
#project_close,
#project_next {
	position:relative;
	z-index:1;
	display: inline-block;
	width:50px;
	height:50px;
	margin:0 -2px 0 -3px;
	border:2px solid #ccc;
	font-family: FontAwesome;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_prev:hover, #project_close:hover, #project_next:hover {z-index:2; border-color:#333;}
#project_prev i,
#project_close i,
#project_next i {
	line-height:46px;
	font-size:26px;
	color:#ccc;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_close i {margin:0 -2px;}
#project_prev:hover i, #project_close:hover i, #project_next:hover i {color:#333;}

#project_prev.first, #project_next.last {cursor:default;}
#project_prev.first:hover, #project_next.last:hover {border-color:#ccc;}
#project_prev.first:hover i, #project_next.last:hover i {color:#ccc;}


ul.project_info li {
	margin-bottom:3px;
	font-style:italic;
	color:#505050;
}
ul.project_info li span {color:#979797;}
ul.project_info li span {color:#979797;}

.project_shared {padding:15px 0;}
.project_shared a {
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:5px;
	border:1px solid #ccc;
	text-align:center;
	line-height:34px;
	font-size:20px;
	color:#ccc;
}
.project_shared a:hover {border-color:#333; color:#333;}



/* __________ Our Clients __________ */
.our_clients {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

.our_clients .client_img {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	height: 100px;
	width: 230px;
}
.our_clients .client_img:hover {opacity:1;}
/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/
#conten-impacto {
	
}


/* __________ impacto cifras __________ */
.impacto-cifras {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	font-size: 1em;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(51,68,81,0.1);
	cursor: context-menu;
}

.text-center{
	text-align: center;
	font-size: 1.1em;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	line-height: 32px;
	font-weight: 700;
	padding-top: 5px;
}

.text-center span {
	font-size: 3em;
	margin-bottom: 10px;
}


.top-cifras {
	margin-top: 30px;
	font-size: 1.5em;
	color: #002638;
	font-weight: bolder;
}
.tox-progress-content {
	color: #FFF;
	text-align: center;
}




.tox-progress{
	position: relative;
	
}.tox-progress .radial-outer,.tox-progress .radial-inner{
	border-radius: 50%;
	background-color: #003C50;
}.tox-progress .radial-inner,.tox-progress .radial-mask-1,.tox-progress .radial-mask-2,.tox-progress .radial-mask-3,.tox-progress .tox-progress-content{position:relative}.tox-progress .radial-mask-1,.tox-progress .radial-mask-2,.tox-progress .radial-mask-3{transform-origin:bottom center}.tox-progress .radial-mask-1,.tox-progress .radial-mask-3{transform:rotate(90deg)}.tox-progress .radial-mask-2{transform:rotate(270deg)}





/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/
#team {
	/*background-image: url(../imagenes/familias-decoracion.png);
	background-size: cover;*/
	padding-top: 75px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-attachment: fixed;
	margin: 0px;
}

.crewman img {
	border: 10px solid #FFF;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	
}


.crewman_item {
	position: relative;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}
.crewman_item .crewman_descr {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 10px;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);	
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;

}
.crewman_item:hover .crewman_descr {opacity:1;}
.crewman_item .crewman_descr .crewman_descr_cont {
	position:absolute;
	left:0;
	top:40%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr .crewman_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.crewman_item .crewman_descr p {
	font-weight: 700;
	line-height: 20px;
	font-size: 1em;
	color: #fff;
	margin-top: -10;
	margin-bottom: 5px;
}
.crewman_item .crewman_descr span {
	color: #FFF;
	font-size: 0.7em;
	font-weight: 300;
}

.crewman_item .crewman_social {
	position: absolute;
	z-index: 30;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
	margin-top: 20px;
}
.crewman_item .crewman_social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	/*border: 2px solid #FFF;*/
	/*border-radius: 50%;*/
	line-height: 58px;
	font-size: 1.7em;
	color: #FFF;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 10px;
}
.crewman_item:hover .crewman_social {
	bottom: 50px;
	opacity: 1;
}
.crewman_item .crewman_social a:hover {
	color: #CCC;
	
}







/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#news {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.testimonials{margin-bottom:77px;}
.testim_content {
	font-weight:300;
	line-height:38px;
	font-size:26px;
	color:#333;
}
.testim_author {
	padding-top:46px;
	font-weight:300;
	font-size:16px;
	color:#666;
}
.testim_author b {
	font-weight:500;
	color:#333;
}


/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS3
/*-----------------------------------------------------------------------------------*/

.post_item_img3 {
	position: relative;
	/*border: 2px solid #E8E9EB;	/*border-radius: 5px;*/*/
	text-align: center;
	
	/*background-color: #002C34;*/	
	width: 40%;
	font-weight: 800;
	color: #FFF;	
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 10px;
	
}

.post_item_img3:before {
	content:'';
	position:absolute;
	z-index:25;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.post_item3:hover .post_item_img3:before {background-color:rgba(0,0,0,0.8);border-radius: 10px;}
.post_item_content3 {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.post_item_content3 span {
	font-size: 0.7em;
	margin-top: -10px;
}

.post_item_content3 a.title {
	font-weight: 500;
	line-height: 25px;
	font-size: 0.9em;
	color: #333;
	text-align: center;
}
.post_item_inf3 {padding-top:2px;}
.post_item_inf3 li {
	display:inline-block;
	padding-right:12px;
	color:#ccc;
}
.post_item_inf3 a {
	padding-right: 12px;
	font-weight: 300;
	font-size: 14px;
}
.post_item_img3 a.link {
	position: absolute;
	z-index: 30;
	left: 40%;
	bottom: 30%;
	width: 128px;
	height: 36px;
	margin: 0 0 -18px -30px;
	opacity: 0;
	background-image: url(../imagenes/descarga-h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.post_item3:hover .post_item_img3 a.link {
	bottom:50%;
	opacity:1;
}
.post_item_img3 a.link:hover {
	background-image: url(../imagenes/descarga.png);
}



/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS2
/*-----------------------------------------------------------------------------------*/
.post_item_img2 {
	position: relative;
	border: 2px solid #E8E9EB;	/*border-radius: 5px;*/
}
.post_item_img2:before {
	content:'';
	position:absolute;
	z-index:25;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.post_item2:hover .post_item_img2:before {background-color:rgba(0,0,0,0.8);}
.post_item_content2 {padding:23px 0 0;}
.post_item_content2 a.title {
	font-weight: 300;
	line-height: 25px;
	font-size: 0.8em;
	color: #333;
}
.post_item_inf2 {padding-top:2px;}
.post_item_inf2 li {
	display:inline-block;
	padding-right:12px;
	color:#ccc;
}
.post_item_inf2 a {
	padding-right:12px;
	font-weight:300;
	font-size:14px;
}
.post_item_img2 a.link {
	position: absolute;
	z-index: 30;
	left: 40%;
	bottom: 30%;
	width: 128px;
	height: 36px;
	margin: 0 0 -18px -30px;
	opacity: 0;
	background-image: url(../imagenes/zoom_h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.post_item2:hover .post_item_img2 a.link {
	bottom:50%;
	opacity:1;
}
.post_item_img2 a.link:hover {
	background-image: url(../imagenes/zoom.png);
}




/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/
.post_item_img {
	position: relative;
	border: 2px solid #E8E9EB;	/*border-radius: 5px;*/
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	/*background-color: #002C34;*/
	background-image: url(../imagenes/fondo-redes.png);
	width: 50%;
	font-weight: 800;
	color: #FFF;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	line-height: 35px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 10px;
	font-size: 1em;
	background-position: 0px -120px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.post_item_img:before {
	content:'';
	position:absolute;
	z-index:25;	
	border-radius:10px;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.post_item:hover .post_item_img:before {background-color:rgba(0,0,0,0.8);}
.post_item_content {
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.post_item_content a.title {
	font-weight:300;	
	line-height:34px;
	font-size:24px;
	color:#333;
}
.post_item_inf {padding-top:2px;}
.post_item_inf li {
	display:inline-block;
	padding-right:12px;
	color:#ccc;
}
.post_item_inf a {
	padding-right: 12px;
	font-weight: 300;
	font-size: 14px;
}
.post_item_img a.link {
	position: absolute;
	z-index: 30;
	left: 0%;
	bottom: 10%;
	width: 311px;
	height: 87px;
	opacity: 0;
	background-image: url(../imagenes/zoom_h2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	display: block;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: -30px;
	margin-left: -3px;
}
.post_item:hover .post_item_img a.link {
	bottom:50%;
	opacity:1;
}
.post_item_img a.link:hover {
	background-image: url(../imagenes/zoom2.png);
	
}


/* __________ Recent Posts Small __________ */
.recent_posts_small {margin-bottom:15px;}
.post_item_img_small {
	overflow: hidden;
	float: left;
	width: 135px;
	height: 100px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 13px;
	margin-left: 0;
}
.post_item_img_small img {
	width: auto;
	max-width: none;
	height: 100%;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_small:hover .post_item_img_small img {opacity:0.5;}
.post_item_content_small a.title {
	display:block;
	line-height:17px;
	font-size:14px;
	color:#ccc;
}
.post_item_content_small a.title:hover {color:#666;}
.post_item_inf_small li {
	display:inline-block;
	padding-top:4px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#666;
}



/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {margin-bottom:25px;}
.recent_posts_widget img {
	border: 2px solid #CCC;
}

.post_item_img_widget {
	overflow:hidden;
	width:270px;
	height:180px;
	margin-bottom:16px;
	background-color:#000;
}
.post_item_img_widget img {
	width:auto;
	max-width:none;
	height:100%;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_widget:hover .post_item_img_widget img {opacity:0.5;}

.post_item_content_widget a.title {
	display: block;
	line-height: 21px;
	font-size: 0.8em;
	color: #000;
	margin-top: 10px;
}
.post_item_content_widgeta.title:hover {color:#666;}
.post_item_inf_widget li {
	display:inline-block;
	padding-top:12px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#999;
}




/*-----------------------------------------------------------------------------------*/
/*	pie
/*-----------------------------------------------------------------------------------*/
#contacts {
	position: relative;
	z-index:0;
	padding:0;
	background:transparent;
}
/*footer {

	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0px;
	width: 100%;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 20px;
	background-color: #03283b;

}*/


footer {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 50%;
	opacity: 0;
	width: 100%;
	color: #FFF;
	font-size: 1.5em;
	background-color: #03283b;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
footer h4 {
	color: #fff;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}



/* __________ direccion fundacion __________ */
.foot_about_block p {
	margin-bottom: 24px;
	padding-right: 71px;
	line-height: 28px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: lighter;
}

.foot_about_block a {
	color: #FFF;
	font-size: 0.9em;
	margin-left: 10px;
}
.foot_about_block a:hover {
	color: #CCC;
	border-color: #ccc;
}
.pie-submenu {
	background-color: #01121b;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pie-submenu li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 40px;
}
.pie-submenu ul {
	margin: 0px;
}

.pie-submenu li a {
	color: #FFF;
	font-size: 0.8em;
}
.pie-submenu li a:hover {
	color: #999;
	
}


/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.social li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 46px;
	font-size: 1em;
	color: #FFF;
}
.social li a:hover {
	color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}




/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
/* __________ Contact Form __________ */
textarea,
input[type="text"] {
	width:100%;
	margin:0 0 10px;
	padding: 10px 8px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 0.8em;
	color: #333;
	font-style:normal;
	border-radius: 0;	
	background: none;
	border: 2px solid #242424;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color: #999;
	border-color: #ccc;
}


.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#000; border-color:#ccc;}

.notification_error {color:#30a67c;}


/*-----------------------------------------------------------------------------------*/
/*	Novedades
/*-----------------------------------------------------------------------------------*/
.single_page #blog {

}


.blog_block hr {
	border-top: 2px solid #e9e9e9;
}



/* __________ Novedades __________ */
.blog_post_img {
	overflow: hidden;
	float: left;
	position: relative;
	width: 435px;
	height: 250px;
	margin-right: 30px;
	background-color: #000;
}
.blog_post_img img {
	width:auto;
	max-width:none;
	height:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.blog_post:hover .blog_post_img img {opacity:0.5;}

.blog_post a.zoom {
	position: absolute;
	z-index: 30;
	left: 50%;
	bottom: 50px;
	width: 128px;
	height: 36px;
	opacity: 0;
	background-image: url(../imagenes/zoom_h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -30px;
	margin-left: -30px;
}
.blog_post:hover a.zoom {
	bottom:50%;
	opacity:1;
}
.blog_post a.zoom:hover {
	background-image: url(../imagenes/zoom.png);
}

.blog_post_descr hr {
	border-color:#e9e9e9;
	margin:25px 0;
}
.blog_post_date {
	margin-top: -3px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 0.7em;
}

.blog_post_title {
	display: block;
	padding-bottom: 19px;
	line-height: 36px;
	font-size: 0.9em;
	color: #000;
	font-weight: bolder;
}
.blog_post_title:hover {color:#666;}

.blog_post_info li {position:relative; display:inline-block; padding-right:22px;}
.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;}
.blog_post_info li:last-child:before {display:none;}
.blog_post_info li a {
	font-size: 0.7em;
}
.blog_post_content {
	padding-bottom: 18px;
	line-height: 30px;
	font-size: 0.8em;
	text-align: justify;
}
.blog_post .read_more_btn {
	font-weight: 500;
	font-size: 0.7em;
	color: #000;
	float: right;
	margin-right: 50px;
}
.blog_post .read_more_btn:hover {color:#666;}



/* __________ Pagina __________ */
.pagination {
	display:block;
	margin:0 0 50px;
	padding:0;
	border-radius:0;
}
.pagination li {
	float:left;
	width:68px;
	height:70px;
}
.pagination li a {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 900;
	text-align: center;
	line-height: 68px;
	font-size: 20px;
	color: #000;
}
.pagination li a:focus,
.pagination li a:hover {
	background:none !important;
	color:#333 !important;
}
.pagination li.active a {
	border: 2px solid #333 !Important;
	font-size: 26px;
	color: #333 !important;
	background: none !important;
}

.single_blog_post_title {
	line-height: 45px;
	font-size: 1.3em;
	color: #000;
	padding-bottom: 10px;
}



/* __________ Single Blog Post __________ */
.single_blog_post_date {
	line-height: 13px;
	font-size: 0.8em;
	color: #666;
	text-align: justify;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}

.single_blog_post_info {padding-bottom:20px;}
.single_blog_post_info li {
	position:relative;
	display:inline-block;
	padding:0 25px 4px 0;
}
.single_blog_post_info li:before {
	content:'';
	position:absolute;
	right:9px;
	top:4px;
	height:12px;
	width:1px;
	background-color:#d3d3d3;
}
.single_blog_post_info li:last-child:before {display:none;}
/*.single_blog_post_info a:link  {
	color: #000;
	font-weight: bolder;

}
single_blog_post_info a:hover {
	color: #999;
}
*/

.single_blog_post_img img {
	margin-bottom: 23px;
	width: 100%;
	text-align: center;
}


.single_blog_post_content {
	line-height: 35px;
	font-size: 0.8em;
	text-align: justify;
}
.single_blog_post_content p img {
	float: left;
	width: 375px;
	border: 2px solid #CCC;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/* __________ Single Blog Post Tags __________ */
.single_blog_post_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.single_blog_post_tags li a {
	display: block;
	padding: 9px 19px;
	font-size: 16px;
	border: 1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.single_blog_post_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}





/* __________ Comments __________ */
#comments .avatar {
	overflow:hidden;
	margin:3px 30px 0 0;
	width:70px;
	height:70px;
	border:1px solid #efefef;
}
#comments .avatar img {width:100%;}

.comment_right {display:table;}
.comment_info {padding-bottom:11px;}
#comments .comment_author {
	font-weight:500;
	font-size:16px;
	color:#333;
}
#comments .comment_date {color:#999; font-size:11px;}
#comments .comment_inf_sep {
	padding:0 12px;
	font-size:16px;
	color:#ccc;
}
#comments .comment_right p {font-size:12px;}


#comment_form textarea,
#comment_form input[type="text"] {
	padding:10px 8px 11px;
	border-color:#e9e9e9;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}
#comment_form textarea {min-height:140px;}
#comment_form .contact_btn {
	background-color:#1c1c1c;
	color:#fff;
}
#comment_form .contact_btn:hover {background-color:#ccc;}

.comment_note {padding-top:11px; font-size:12px;}







/*-----------------------------------------------------------------------------------*/
/*	Portfolio Single
/*-----------------------------------------------------------------------------------*/
.single_page #portfolio {padding-top:50px;}


.portfolio_block hr {border-top:2px solid #e9e9e9;}



/* __________ Single Portfolio Post __________ */
.single_portfolio_post_title {
	padding-bottom:20px;
	line-height:40px;
	font-size:40px;
	color:#333;
}




/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidepanel {margin-bottom:25px;}

.sidebar hr {
	border-color:#e9e9e9;
	margin:25px 0;
}


/* __________ Widjet Meta __________ */
.widget_meta li {
	position: relative;
	padding: 13px 10px 12px 30px;
	border-top: 1px solid #e9e9e9;
	list-style-type: none;
}
.widget_meta li:last-child {border-bottom:1px solid #e9e9e9;}
.widget_meta li:before {
	content:'°';
	position:absolute;
	left:10px;
	top:20px;
	font-size:27px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_meta li:hover:before {color:#333;}
.widget_meta li a {
	display:inline-block;
	line-height:24px;
	font-size:20px;
	color:#666;
}
.widget_meta li a:hover {color:#333;}




/* __________ Popular Tags __________ */
.widget_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.widget_tags li a {
	display:block;
	padding:9px 19px;
	font-size:16px;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.widget_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}



/* __________ Text Widget __________ */
.widget_text p {
	line-height:26px;
	font-size:16px;
}



/* __________ Work Info __________ */
.work_info {padding-bottom:25px;}
.work_info li {
	padding-bottom:6px;
	font-size:14px;
	color:#999;
}
.work_info li a {color:#333;}


/* __________ Shared __________ */
.shared li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.shared li a {
	display:block;
	width:50px;
	height:50px;
	padding:1px;
	border:1px solid #e9e9e9;
	text-align:center;
	line-height:46px;
	font-size:23px;
	color:#ccc;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.shared li a:hover {
	padding:0;
	color:#333;
	border:2px solid #242424;
}




/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/



@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-attachment:scroll !important; background-position:0 0;}
	.top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-size:cover !important;}

}



@media (max-width: 1350px) {

.contenedor-redes {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.titulo-redes {
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.titulo-redes h2 {
	color: #FFF;
	font-size: 2em;
	padding-bottom: 10px;
	float: left;
}

}




@media (max-width: 1300px) {
/* __________ Menu __________ */
.menu_block {	
	height: 120px;
}

.pull-left {
	width: 300px;
	margin-top: -20px;
}
.bto-redes {
	width: 180px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}


}

	
@media (max-width: 1024px) {
#video-basico {
	width: 80%;
	/*width: auto;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

.menu_block {	
	height: 120px;
}

.contenedor-redes {

	height: 150px;
	
}
.pull-left {
	margin-left: 0px;
	
}
.slide1{
	background-image: ;

}
.work_item .work_description a {
	
	line-height: 23px;
	font-size: 1em;

}

.work_item .work_description span {
	font-size: 0.7em;
	line-height: 15px;
}	
.work_item a.zoom {
	display: none;	
}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.parallax, .cleancode_block, #team {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important;}
	
	
	h2 {font-size:35px; line-height:35px;}

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:15px; padding-right:15px;}

/* __________ Index __________ */
	.cleancode_block p.title {
	font-size: 100px;
	line-height: 70px;
}
	.cleancode_block .nav-tabs li a {width:136px; height:136px; padding-top:35px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:16px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block p {}
.purpose_block .ipad_img1 {
	margin-top: 30px;}
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.img_wrapper {width:137px !important;}
	.post_item_img {	
	width: 90%;	
}
	/*.post_item_img a.link {
	width: 310px;
	height: 387px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: -40px;
}*/
	.post_item_img a.link:hover {background-position:0 0px;}
	.post_item_content a.title {font-size:19px; line-height:24px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:0.6em; line-height:26px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	
	
	.map_hide {margin-left:435px;}
	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo a {font-size:22px;}
	
	
	
	#search-form input:focus {width:42px;}
	

/* __________ Menu __________ */
	.navmenu ul li a {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.7em;	
		
}

	
	
/* __________ Index __________ */
	.cleancode_block p.title {font-size:60px; line-height:60px;}
	.cleancode_block span {font-size:20px; line-height:24px;}
	.cleancode_block .nav-tabs li a {width:100px; height:100px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}

	
	.purpose_block {padding-top:35px;}	
	.purpose_block .ipad_img1 {
	margin-top: 60px;
}
	.purpose_block p {}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.img_wrapper {width:100px !important;}
	
	.post_item_img {	
	width: 90%;	
}
	.post_item_img a.link {width: 128px; height: 36px; margin:0 0 -12px -40px;}
	.post_item_img a.link:hover {background-position:0 0px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	

/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	.breadcrumbs_block h2 {font-size:60px; line-height:64px;}
	.breadcrumbs_block p {font-size:21px; line-height:24px;}
	

/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin-left:325px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}


}

@media (max-width: 767px) {
	/*-----------------------------------------------------------------------------------*/
/*	REDES SOCIALES
/*-----------------------------------------------------------------------------------*/
.contenedor-redes {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	height: 210px;
}
.titulo-redes {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
	height: auto;
}
.titulo-redes h2 {
	color: #FFF;
	font-size: 2em;
	line-height: 50px;
	display: block;
}
h3 {
	line-height: 30px;
	font-size: 1em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.basico {
	text-align: justify;
	line-height: 26px;
	font-size: 0.6em;
}
.titulo-redes ul {
	float: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


	
.container {padding-left:15px; padding-right:15px;}
	
	
	h2 {
	font-size: 30px;
	line-height: 32px;
}
	
	
	.logo a {font-size:22px;}
	


/* __________ Recursos __________ */	
	.work_item .work_description a {
	font-size: 0.8em;
	line-height: 25px;
}
/* __________ Menu __________ */
	  a.menu_toggler {display:none; float:right; margin: 20px 0 0 20px; width:40px; height:40px; text-align:center; line-height:38px; font-size:23px; color:#fff; background-color:#333;}
	  a.menu_toggler:hover {background-color:#333;display:none;}
	
	.navmenu {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	background-color: #fff;
	margin-top: 80px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
}
	.navmenu ul {padding:10px 0;}
	.navmenu ul li {display:block; text-align:left;}
	.navmenu ul li a {
	padding: 4px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
	
	.sub-menu ul {display:block; position:static; width:100%; box-shadow:none; padding:0; margin:0;}
	.sub-menu ul:before {display:none !important;}
	.navmenu li.sub-menu:hover, .navmenu li.sub-menu.active_page {
	
}
	.sub-menu ul li a {
	border: 0;
	padding-left: 30px;
	color: #333;
	background-color: #000;
	background-image: none;
}
	.sub-menu ul li a:hover, .sub-menu ul li.active a {background:none !important; color:#333 !Important;}
	.sub-menu ul li a:before {content:'-'; position:absolute; z-index:10; left:17px; top:4px; color:#666;}


/* __________ Index __________ */
	.cleancode_block p.title {font-size:40px; line-height:40px;}
	.cleancode_block span {font-size:15px; line-height:22px;}
	.cleancode_block .nav-tabs {margin:0 auto; width:450px;}
	.cleancode_block .nav-tabs li a {width:120px; height:120px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block {padding-top:35px;}
	.ipad_img_in {width:350px; margin:0 auto;}
	.purpose_block .ipad_img1 {	display: none;
}
	.purpose_block p {
	font-size: 1em;
	line-height: 26px;
	padding-right: 5px;
	padding-left: 5px;
}

	.purpose_block li {
	font-size: 1em;
	
}

.purpose_block2 p {
	font-size: 0.6em;
	line-height: 26px;
	padding-right: 20px;
	padding-left: 20px;
}
	.bto-centrar {
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	
	.our_clients .row {text-align:center; margin:0 auto; width:450px;}
	.client_img {width:140px; display:inline-block;}
	.img_wrapper {width:110px !important;}
	
	.post_item_img {	
	width: 90%;	
}
	/*.post_item_img a.link {width: 128px; height: 36px; margin:0 0 -12px -25px;}
	.post_item_img a.link:hover {background-position:0 0px;}*/
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.testimonials .owl-theme .owl-controls {top:-49px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	
	
	
	#news .recent_posts {width:450px; margin:0 auto;}
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:200px; height:157px; margin-right:20px;}
	.blog_post_title {font-size:19px; line-height:22px;}
	.blog_post_descr hr {clear:both; border:0;}
	.blog_post_content {font-size:0.6em; line-height:26px;}
	.blog_post_info li a {font-size:13px;}
	.blog_post_info li {padding-right:15px;}
	.blog_post_info li:before {right:6px;}
	.blog_post_content {padding-top:20px;}
	
	.pagination li {width:40px; height:40px;}
	.pagination li a {font-size:16px; line-height:38px;}
	.pagination li.active a, .pagination li a:focus, .pagination li a:hover {font-size:18px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	
/* __________ Single Blog Post __________ */
	.single_blog_post_date {margin:0;}
	.single_blog_post_title {font-size:26px; line-height:32px;}
	.single_blog_post_content {font-size:0.6em; line-height:26px;}
	
	.comment_note {padding:0 0 20px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:40px 0;}
	.breadcrumbs_block h2 {font-size:50px; line-height:54px;}
	.breadcrumbs_block p {font-size:16px; line-height:20px;}


/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin:0; left:auto; right:15px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}
	

}

@media (max-width: 479px) {
.bton-superior {
	
	display: none;
}

.espacio {
	height: 2px;
	width: 100%;
}

h4 {
	line-height: 20px;
	font-size: 1.5em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #fa8a00;
	font-weight: 800;
}
h4 b {
	font-weight:900;
}

h5 {
	line-height: 25px;
	font-size: 1.2em;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #30a489;
	font-weight: 800;
}
h5 b {
	font-weight:900;
}
.destacado-contenedor2 h3 {
	font-weight: 800;
	font-size: 1.5em;
	margin-bottom: 40px;
	color: #30a489;
	line-height: 40px;
}
/*.bto-redes {

	display: none;	
}*/
.destacado-contenedor h3 {	
	font-size: 1em;
	
}
.destacado-contenedor h4 {
	font-size: 0.8em;	

}
/*.certificado {
	top: 68px;
	right: 5px;
	box-shadow: none;
	background-color: #FFF;
}*/
.btn{
	border-radius: 20px;
	background-color: #294953;
	font-size: 0.8em;
	text-transform: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	padding: 10px;
	width: 100%;
	}


.bto-redes {
	width: 80px;
	float: right;
	margin-top: 25px;
	margin-right: 5px;
}
.bto-redes li {
	display: inline-block;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0;
}

.bto-redes li a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: right;
	font-size: 1em;
	color: #CCC;	/*border: 2px solid #FFF;
	border-radius:50%;
	border-radius:20px;*/	
}
	
.menu_block {	
	height: 120px;
}
.separa{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003;

}
.purpose_block h2 {
	font-size: 2.4em;
	font-weight: 800;
	color: #2d5f78;
	line-height: 30px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.purpose_block b {
	font-weight: 300;
	font-size: 0.7em;
}
.purpose_block h3 {
	font-size: 1.5em;
	font-weight: 800;
	color: #BEBEBE;
	line-height: 25px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 40px;
}
/*.purpose_block h5 {
	font-size: 0.9em;
	font-weight: 800;
	color: #333333;
	line-height: 25px;
}*/


#team {

	background-position: -100px;
}
.titulo {

	padding-top: 80px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.video-contenido {
	height: 300px;
	width: 100%;	
	margin-bottom: 20px;
}
#video-basico {
	height: 300px;
	width: 100%;	
	border: 5px solid #000000;
}
#video-noticia {
	height: 300px;
	width: 100%;	
	border: 5px solid #000000;
}
.consulta {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.consulta a{
	font-size: 0.9em;
}

#topcontrol{
	height: 100px;
	width: 60px;
	z-index: 100000;

}

/* __________ Index __________ */
	h2 {font-size:26px; line-height:26px;}
	
	
	.purpose_block .btn {padding:10px; margin:10px 5px 0 0;}
	
	
	.cleancode_block p.title {font-size:26px; line-height:26px;}
	.cleancode_block .nav-tabs {width:290px;}
	.cleancode_block .nav-tabs li {padding:0;}
	.cleancode_block .nav-tabs li a {width:96px; height:96px;}
	
	
	.ipad_img_in {width:290px;}
	
	
	.our_clients .row {width:290px;}
	
	
	.testimonials .owl-theme .owl-controls {top:0;}
	
	
	#news .recent_posts {width:290px;}
	
	
/* __________ Blog __________ */	
	.blog_post_img {float:none; margin:0 0 20px; width:290px; height:227px;}
	.blog_post_descr hr {border-bottom:2px solid #e9e9e9;}
	.blog_post_content {padding-top:0;}
	
/* __________ Single Blog Post __________ */
	/*.single_blog_post_title {font-size:17px; line-height:22px;}*/
	.single_blog_post_content {font-size:0.6em; line-height:26px;}

	
	
/* __________ Sidebar __________ */
.post_item_img {
	position: relative;
	border: 2px solid #E8E9EB;	/*border-radius: 5px;*/
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	/*background-color: #002C34;*/
	background-image: url(../imagenes/fondo-redes.png);
	
	font-weight: 800;
	color: #FFF;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 10px;
	font-size: 0.7em;
	background-position: 0px -120px;
	margin-top: 20px;
	margin-bottom: 20px;
}

	.post_item_img_widget {float:none; margin-right:0;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}
