body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
/*	height: 600px;*/
	background-color: #FFFFFF;
}
body * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
.sam_layout {

}
#cabecera {
	float: left;
	width: 760px;
	height: 98px;
	overflow: hidden;
/*	background-color: #44c60e;*/
}
#i18n {
	float: left;
	width: 750px;
	overflow: hidden;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 3px;
	background: url('images/i18n.gif') repeat-y;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#principal {
	float: left;
	width: 760px;
	overflow: hidden;
/*	background-color: #c60e88;*/
}/*
#footer {
	float: left;
	width: 760px;
	background: url('images/footer.png') no-repeat;
}*/




#i18n a {
	text-decoration: none;
	padding-left: 5px;
}
#i18n a:link {
	color: #09008b;
}
#i18n a:visited {
	color: #09008b;
}
#i18n a:hover {
	color: #2ec7d6;
}

/*
#footer a.logo_perspectiva {
	float: left;
	padding: 13px 0px 0px 0px;
}
#footer a.logo_mobelrent {
	float: right;
	height: 30px;
	margin-top: 10px;
	padding: 5px 110px 0px 0px;
	background: url('images/logoRentaMobel.png') no-repeat 100% 0%;
}
#footer a.logo_mobelrent:link {
	color: #333333;
	text-decoration: none;
}
#footer a.logo_mobelrent:visited {
	color: #333333;
	text-decoration: none;
}
#footer a.logo_mobelrent:hover {
	color: #333333;
	text-decoration: underline;
}*/