body {
	margin: 0px auto;
	width: 760px;
}
body * {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.sam_layout {

}

/* logo, topmenu */
#sam_layout1 {
	float: left;
	width: 760px;
	height: 89px;
	margin-bottom: 2px;
}
/* mainmenu, suscripcion */
#sam_layout2 {
	float: left;
	width: 186px;
	border-right: 5px solid #fff;
}
/* contenido */
#sam_layout3 {
 	float: left;
	width: 569px;
/*	background-color: #eaa;*/
}
/* footer */
#sam_layout4 {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 5px;
}

/* conselleria */
#conselleria {
	float: left;
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
#conselleria img {
/* 	width: 200px; */
}
