body, * {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
a, input.submit {
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
a, a:hover {
	color:inherit;	
}
a img {
	border:none;
}
.cleanclear {
	width:100%;
	overflow:hidden;
}
.hide {
	display:none;
}
.left {
	float:left;	
}
.right {
	float:right;
}
object, embed {
	outline:none;
}
.sinborde {
	border:none !important;	
}
.sinmargen{
	margin:0px !important;
}
.sinfondo {
	background:none !important;	
}
.centerfloat_wrap {
	width:100%;
	overflow:hidden;
}
.centerfloat_wrap .centerfloat {
	position:relative;
	float:left;
	left:50%;
	overflow:visible;
}
.centerfloat_wrap .centerfloat > li {
	position:relative;
	float:left;
	right:50%;
}
.centerfloat_wrap .centerfloat .centerfloat_inner {
	position:relative;
	right:50%;
}
.alignRight {
	text-align:right;	
}
.alignCenter {
	text-align:center;	
}
.alignLeft {
	text-align:left;	
}
.relative {
	position:relative;	
}