/*################################## TABLET #############################*/


/*#################################### DESKTOP ###############################*/


	body {	
		width: 1040px;
	}
	header {
		width: 1040px;
	}
	#cos {
		width: 1040px;
		}
	#contingut {
	width: 1040px;
	}
	footer{
	width: 1040px;
	}
	.contenedor_seccion {
	/*border: 1px solid red;*/
	width: 1024px;
	height: 215px;
	margin: 60px auto 0px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.seccion {
	width: 294px;
	height: 214px;
	border: 1px solid white;
	/*float: left;*/
	margin: 40px 20px 0px 23px;
	box-shadow: 4px 4px 3px #333333;
	overflow: hidden;
}
.texto_seccion:hover {
	top: 90px;
}
/*######################MENU#############*/
#menu_touch{
	display: none;
}
nav {
	width: 1024px;
	}
.menu {
	float: left;
	width: 122px;
	height: 30px;
}
.menu_gen {
	width: 127px;
	height: 40px;
}
.vacio {
	float: left;
	width: 122px;
	height: 30px;
}

#final {
	width: 128px;
		height: 30px;
	border-right: 0px;
}






