/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	Autor: Daniel Simões Augusto
	E-mail: daniel.simoes@arcasolutions.com
	
	Path: layout/filename.css
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	Welcome to wonderfull world of CSS style!
	
	These are all the files that control the CSS styles in all the Front Page.
	Be careful with the changes!!!!
	
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* 
	Global CSS control all basic HTML elements: BODY, A, IMG, H1, H2, SPAN...							
	This element you don't need put . in front of code													*/
	@import url("style_global.css");

/* 
	Expert CSS control all expert elements that have ID: WRAPPER, HEADER, FOOTER, IMG-TOP			
	Elements with ID are 'unique' and don't repeat in the code;											*/
	@import url("style_expert.css");

/* 	
	Expert CSS control all Elements that use .class: 													*/
	@import url("style_classes.css");
