* { 
	padding:0px;
	margin:0px;
	border: 0px;
	empty-cells: show;
}

body { height: 100%; width: 100%; }


.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.justify { text-align: justify; }

.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

div.limpia
{
	clear:both;
	width:0px;
	height:0px;
	visibility: hidden;
	overflow: hidden;
}