/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	/*background: #fff;*/
	background: #fff url(img/fons_body.gif) repeat-y 50% 0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/*h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}
*/
a {
	font-weight: bold;	
	text-decoration: none;
	color: #009D00;
}

a:hover {
	text-decoration: none;
	color: #006600;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 82px;
	margin: 0px auto;
	padding: 10px 0px;
	background-color: #fff;
	background-image: url(img/header_conv_2010.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	text-indent: -2000px;
	color: #3399FF;
	font-size: 1.5em;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	height: 50px;
	background-color: #eee;
	background-image: url(img/fons_menu.gif);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #993366;}

#menu a:hover {
	color: #669966;
	background-color: #ddd;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: 0.9em;
}

#content p, #content ul, #content ol {
	line-height: 130%;
}

#left {
	float: left;
	/*width: 480px;*/
	width: 490px;
	padding: 0px 20px 40px 10px;
}

#left img {
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
	float: none;
	}

#left img.alumne {
	padding: 2px;
	margin-left: 2px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
	}
	
#left h2 {
	color: #993366;
	background-image: url(img/fons_h2.jpg);
	background-repeat: repeat-x;*/
	font-size: 1.5em;
	font-family: Garamond, Georgia;
}

#left h3 {

	color: #993366;
	font-size: 1.2em;
}

#left h4.avis {
	background-color:#CCCCCC;
   }

#left li {
	/*list-style-type: none;*/
	list-style-position: inside;
	list-style-type: square;
}
	
#right {
	float: right;
	width: 230px;
/*	padding: 0px 20px 40px 20px;*/
    padding: 0px 5px 40px 0px;
	color: #993366;
}

#right h2 {
	color: #ddd;
	padding: 5px;
	background-image: url(img/fons_titol_conv.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#right h2.sec {
    color: #ddd;
	padding: 5px;
	background-image: url(img/fons_titol_conv_sec.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	
}

#right a.imatge {
   color:#FFF;
}

#right img {
    border: 0px #fff solid;
}

#content span.minim {
	font-size: 9px;    
}

#right li {
	/*list-style-type: none;*/
	list-style-position: outside;
	list-style-type: none;
}
/************* FOOTER ************/

#footer {
	clear: both;
	width: 768px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	font-size: 9px;
	text-align: left;
	padding: 2px;
	color: #333333;
	
}
#left img.imageright {
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
	float: right;
}
