div.tabla{
	width:auto;%
	clear: none;
}

div.fila{
	clear: both;
	width: auto;
	height:100%;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

div.fila2{
	clear: both;
	width:auto;
	height:100%;
	/*border-style: solid;
	border-width: 0px 1px 1px 1px;*/
}


div.col_titulo{
	float: left;
	padding: 5px 0 5px 0px;
	background: #C5DEFA;
	border-style: solid;
	border-width: 1px 0px 0 0px;
	text-align:center;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;	
}

div.col{
	float: left;
	padding: 5px 0 5px 0px;
}