.borde_verticalizq {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #33CCFF;
}
.borde_sup-inf-izq {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #33CCFF;
	border-right-color: #33CCFF;
	border-bottom-color: #33CCFF;
	border-left-color: #33CCFF;
}
.borde_inf-izq {
	border-top: 1px #33CCFF;
	border-right: 1px #33CCFF;
	border-bottom: 1px dashed #33CCFF;
	border-left: 1px dashed #33CCFF;
}
.borde_izq {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #33CCFF;
}

