.lineas_arriba_abajo {
	font-family: "Gill Sans MT", "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold", "Gill Sans Ultra Bold Condensed";
	font-size: 10pt;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.linea_arriba {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.linea_abajo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.linea_izquierda {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
