@charset "utf-8";
/* CSS Document */

/*HEADER*/
header, .header{
	height:120px;
	}
	
header{
	padding:20px 0px 20px 20px;
	}

.logoHead{
	width:185px;
}

.menuPrincipal{
	height:80px;
	line-height:80px;
	}

.menuPrincipal a{
	margin:0px 20px;
	font-size:1.1em;
	}
	
/*PRODUCTOS*/

.boxProductos{
	padding:0px;	
	}
	
	
.grid-galeria{
  grid-template-columns: repeat(5, 1fr);
}

.grid-galeria a:nth-child(5n + 4){
	grid-area:span 2/span 2; /* 1 and 6 take 2 rows and 2 columns */
}


@media (max-width:1000px){
	
	/*HEADER*/
	header, .header{
	height:100px;
	}
	
	header{
	padding:20px 5px 20px 20px;
	}

	.logoHead{
	width:139px;
	}

	.menuPrincipal{
	height:60px;
	line-height:60px;
	}
	

	.menuPrincipal a{
	margin:0px 15px;
	font-size:1em;
	}
	
	/*FOOT*/
	
	.foot{
		padding:20px;
		
	}
	
	/*PROCEDIMIENTO*/
	
	.tablaProcedimiento{
	max-width:100% !important;
	}
	
	
}
	
