
#imprimir { 
visibility:hidden; 
overflow: hidden;
display:none;
}


#imprimir2  
table { display: table }
table { border: none; }



* { margin: 0px;
	padding: 0px; 
	outline: 0;
}
html, body { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#contenedor{
	width:600;
	height:100%;
	float:inherit
}
#filas{
	height:20px;
}

#left{
	width:90px;
	height:25px;
	background-color:#000;
	float:left;
}
#right{
	width:90px;
	height:25px;
	background-color:#000;
	float:right;	
}
#content{
	width:350px;
	height:25px;
}
div.corte{
 clear:both;
}
