body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
}

table  {
	border: 1px solid #6699CC;
	font-size: 12px;
    border-collapse: collapse;	
	width:100%;
	text-align:center;
}
table  td{
	border: 1px solid #6699CC;
	padding: 0px;
	height: 100%;
}

.innerTab {
	border: 0px;
	height: 100%;
}

.innerTab  td{
	border: 0px none;
}


.dni{
	font-size: 14px;
	background: #B9C9FE;
}

.kol{
	width: 40px;
}

.kol .rot{
	width: 20px;
	height: 100%;
	position: relative;
}

.kol .rot * {
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
}

.pos1{
	width: auto;
}

.pos2{
	width: auto;
}