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

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


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

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

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