
/*
------------------
TABLE OF CONTENTS:
------------------

SCREEN
	LAYOUT
		header
		navigation
		path
		content
		sidebar
		footer
		tables
	TYPOGRAPHY
	SECTIONS
		Grupo Mecalux
			Home
			Proceso de fabricacion
			Historia
			CLientes
			Publicaciones
			Noticias / Sala de prensa
			Catalogos
			Solicitar Catalogo
			Logismarket
			Grupo en el mundo
		Productos
		Inversores
		RRHH
		Aviso Legal
		Mapaweb
	FORMS
	TABLES
*/





@import url(layout.css);
@import url(typography.css);
@import url(sections.css);
@import url(forms.css);

*{
	margin: 0;
	padding: 0;
	border: 0;
	}

body{
	margin-top: 0px;
	}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

.clear { 
	clear: both;
	}
	
	



