

/* Default Styles */

*				{ margin: 0; padding: 0; font-family: "Trebuchet MS"; font-weight: normal; }
body			{ background: url(../img/p7/bg.png) repeat-x #F2F4F1; }


/* Contents Styles */

#page{ width: 100%; }
#header{ width: 800px; height: 229px; margin: auto; background: url(../img/p7/bgHeader.png);}
	#header img{ float: left; padding: 10px; }
	#header h1{ font-size: 30px; padding: 10px; padding-top: 30px; color:#333; } /* Nom empresa */
	#header h2{ font-size: 16px; padding: 10px; padding-bottom: 30px; color: #333; } /* Slogan */

#language			{ color:#333; }
#language ul li a	{ text-decoration: none; color:#FFF; }

#main{ width: 800px; margin: auto; }
#nav{ float: left; width: 200px; margin-top: 20px; }
	#nav ul{ list-style: none; }
		#nav ul li{ padding: 11px; padding-bottom: 10px; margin-bottom: 10px; background: url(../img/p7/bgLi.png); -moz-border-radius: 10px; -webkit-border-radius:10px; border-radius:10px; }
		#nav ul li a{ color: #333; text-decoration: none; }

#content{ width: 560px; margin-bottom: 0px; padding-bottom: 20px; float: right; margin-top: -70px; }
	#content-header{ height: 25px; width: 560px; background: url(../img/p7/contentTop.png); }

	#content-main{ width: 510px; min-height: 600px; padding-left: 25px; padding-right: 25px; background: url(../img/p7/contentMain.png); }
		#content-main h3{ color:#333; border-bottom: 2px #AEDD28 solid; padding-bottom: 10px; margin-bottom: 20px; font-size: 31px; }
		#content-main h4{ margin-bottom: 10px;}
		#content-main h5{ font-size: 14px; }
		#content-main a{ text-decoration: none; color: #84A71C; }
		#content-main p{}

	#content-footer{ height: 19px; width: 560px; background: url(../img/p7/contentFoot.png); }

#footer{ width: 100%; text-align: center; }
	#footer a{ text-decoration: none; color: #333; }
		#footer a h5{ text-align: center; display: inline;}