.azulTR {
	height: 6px;
	width: 6px;
	top: 0px;
	right: 0px;
	position: absolute;
	background-image: url(imagenes/esquina_tr.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.azulTL {
	height: 6px;
	width: 6px;
	top: 0px;
	position: absolute;
	left: 0px;
	background-image: url(imagenes/esquina_tl.gif);
	background-repeat: no-repeat;
}
.azulBR {
	height: 6px;
	width: 6px;
	right: 0px;
	position: absolute;
	bottom: 0px;
	top: auto;
	background-image: url(imagenes/esquina_br.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.azulBL {
	height: 6px;
	width: 6px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(imagenes/esquina_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.blancoTR {
	height: 6px;
	width: 6px;
	top: 0px;
	right: 0px;
	position: absolute;
	background-image: url(imagenes/esquina_tr_w.gif);
	background-repeat: no-repeat;
}
.blancoTL {
	height: 6px;
	width: 6px;
	top: 0px;
	position: absolute;
	left: 0px;
	background-image: url(imagenes/esquina_tl_w.gif);
	background-repeat: no-repeat;
}
.blancoBR {
	height: 6px;
	width: 6px;
	right: 0px;
	position: absolute;
	bottom: 0px;
	background-image: url(imagenes/esquina_br_w.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.blancoBL {
	height: 6px;
	width: 6px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(imagenes/esquina_bl_w.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.azulExtremo {
	height: 18px;
	float: left;
	top: 0px;
	right: 0px;
	width: 6px;
	background-image: url(imagenes/fondobotonnaranja2b.gif);
	background-repeat: repeat-x;
}

