body {
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	text-align: left;
	font: normal normal 9pt "Trebuchet MS", arial, sans-serif;
	line-height: 1.25em;
}

html>body{
	/*line-height: 4em;/*/
}

#contingut {
	background-color: white;
	width: 760px; 
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	text-align:left; 
}
.contenido2{
	margin-left: 0px;
	width:640px;
	margin-top: 20px;
}
img{ border: none; }
img.dreta { margin: 5px 0 5px 10px;}
h1{ font: normal bold 13.5pt "Trebuchet MS", arial, sans-serif; }
h2{ color: red; background-color: white; font: normal bold 12pt "Trebuchet MS", arial, sans-serif; }
h3{ color: red; background-color: white; font: normal bold 11pt "Trebuchet MS", arial, sans-serif; margin-top: 2px; margin-bottom: 2px; }
h4{ color: red; background-color: white; font: normal bold 10pt "Trebuchet MS", arial, sans-serif; }
h5{ font: normal bold 9pt "Trebuchet MS", arial, sans-serif; }

.flota-izq{ float: left; }
.flota-der{ float: right; }
p{ text-align: justify; }
label{ font-weight: bold; }

a:link,a:visited,a:active{
	color: red;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

hr{
	clear: both;
	text-align:center;
	width: 90%;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid #dfdfdf;
}

.menu{
	width: 120px;
	height: 400px;
}

.main{
	width: 630px;
	margin-left: 5px;
}

li.numero{
	list-style-type: decimal;
}

li{
	margin-bottom: 5px;
	list-style-image: url('../img/bullet.jpg');	
}

.red{
	color: red;
}

a.agenda:link, a.agenda:visited, a.agenda:active{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a.agenda:hover{
	font-weight: bold;
	text-decoration: underline;
}

#pie{
	clear: both;
	padding-top: 25px;
}
input, textarea{
	font: normal normal 9pt "Trebuchet MS", arial, sans-serif;
}
.clear{
	clear: both;
}
.lateral_quisom{
	padding-left: 20px;
	margin-top:5px;
}
.lateral_proyecto{
	background: url('../img/bg_qui_som2.jpg') no-repeat;
	float: left;
	margin-left: 10px;
	width: 164px;
	height: 474px;
}
.lateral_antecedentes{
	background: url('../img/bg_qui_som.jpg') no-repeat;
	float: right;
	margin-left: 10px;
	width: 220px;
	height: 413px;
}
.centrar{
	text-align: center;
}