/*
 *	firabarcelona.com Screen Styles
 *
 *	Table of contents:
 *		generic styles
 *		forms
 *		sifr
 *		layout:
 *			header
 *			navigation
 *			content:
 *				primary
 *				secondary
 *				footer
 *		colors/typography:
 *			header
 *			navigation
 *			content:
 *				primary
 *				secondary
 *				footer
 */

@import url(generic.css);
@import url(forms.css);
@import url(sifr.css);
/*@import url(layout_header.css);
@import url(layout_navigation.css);
@import url(layout_content.css);*/
@import url(layout.css);
@import url(colorsandtypography.css);
 
/*	generic styles
-----------------------------------------*/
p{
	text-align:justify;
}

html>body .floatscontainer{
	overflow:hidden;
}
 
#footer .spacing { float: left; }
#banners { float: left; background: url("../images/adsLine.png") repeat 0px 0px; width: 750px; overflow: hidden; margin-bottom: 30px; }
#banners div { float: left; overflow: hidden; text-align: left; }
#banners div strong { color: #acacac; font-weight: normal; font-size: 1.1em; }
#banners div ul { display: block; padding-top: 10px; float: none; margin: 0px 0px !important; text-align: left; }
#banners div ul li { float: left; width: 140px; height: 57px; }
#banners div ul li img { margin-top: 5px; }

