/*body*/
body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#004d69;
	background-color:#d5df25;
}

/*contenedores*/
.centrado {
	position:absolute;
	left:50%;
	width: 980px;
	margin-left:-490px;
	background-image: url(../imatgesWEB/fons.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/*div*/
#div_logo{
	text-align:center;
	padding-top:30px;
	margin-bottom:55px;
}
#div_butons{
	text-align:center;
	margin-bottom:50px;
}
#div_butons img{
	margin-right:15px;
	margin-bottom:15px;
	border: 1px solid #004e69;
}
#div_ponencies{
	margin-bottom:50px;
}
#div_titular_ponencies{
	width:863px;
	height:37px;
	text-align:left;
	margin-bottom:25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004e69;
}
#div_llistat_ponencies{
	clear:both;
	width:863px;
	text-align:left;
	margin-bottom:35px;
}

#div_footer{
	text-align:center;
	margin-bottom:25px;
}
/*vincles*/
a.normal:link {
	text-decoration:none;
	color:#004d69;
}
a.normal:visited {
	text-decoration:none;
	color:#004d69;
}
a.normal:hover {
	text-decoration:underline;
	color:#004d69;
}
a.normal:active {
	text-decoration:underline;
	color:#004d69;
}

