@charset "utf-8";
/* CSS Document */
/* TABLA FORMATO 1 */
.tblFormat1 {
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	border-color:#B8CCE4;
}
.tblFormat1 th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	background-color:#0d4b6c;
}
.tblFormat1_cell {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background-color:#FFF;
}
.tblFormat1_th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	background-color:#04bbff;
}

.vertical{
-webkit-writing-mode: vertical-lr;

}