@charset "utf-8";
/* CSS Document */

/*HEADER*/

header .menuPrincipal{
	display:none;	
	}
	
	header .logo{
		right: 20px;
	}
	
header .logo img {
  height: 25px;
}
	
header .btnResponsivo{
	display:inline-block;	
	}
	
.ajusteHeader{
	height:65px;	
	}
	
.btnLang{
	display:none;	
	}
	
/*GENERAL*/

.tabla50 td, .tabla50 td:nth-child(odd), .tabla50 td:nth-child(even), .tabla50_cnt .left, .tabla50_cnt .right{
	display:inline-block;
	width:100%;
	padding:0px;
	padding-bottom:20px;
	}
	
	
.tabla60_40 td, .tabla60_40 td:nth-child(odd), .tabla60_40 td:nth-child(even){
	display:inline-block;
	width:100%;
	padding:0px;
	padding-bottom:20px;
	}

	
.col20{
	 width:50%;
  }
  
.col25{
	width:50%;
	}
  
/*GRID*/  

.gridThumbs .thumb .caption{
	z-index:-1;	
	}
	
.gridThumbs .thumb .captionResp{
	display:inline-block;	
	}
	
/*FICHA*/

.proyFicha .flechas{
	position:relative;
	float:left;
	left:-10px;
	width:100%;
	margin-bottom:20px;
	}
	
/*NEWS*/

.bloqueTexto{	
	padding:0px 0px;	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
	}
	

/*CONTACTO*/

.tabla50_cnt .left{
	padding-bottom:40px;
	
	}

.tablaForm .etiqueta, .tablaForm .campo{
	display:inline-block;
	text-align:left;
	padding:0px;
	width:100%;
	}
	
.tablaForm .campo{
	padding-bottom:5px;
	}	
	
.menu-principal{
	display: none;
}

.max-widht{
	padding: 0;
}

.intro-txt{
	font-size: 1.2em;
	margin-bottom: 20px;
}

@media (max-width:500px){
	.innerDiv{
		padding:20px;	
	}	
	
	/*GRID*/
	
	.gridThumbs{
	padding:10px;	
	}
	
	.gridThumbs .thumb{
	padding:10px;
	box-sizing:border-box;
	}
}


@media (max-width:420px){
   .col20{
	 width:100%;
   }
   
   .col25{
	width:100%;
	}
}

