.borde_redondo {
	position: relative;
	margin-bottom: 10px;
	height: 1%;
}

.borde_redondo img.nw_redondo {
	visibility: visible !important;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
}

.borde_redondo img.ne_redondo {
	visibility: visible !important;
	position: absolute;
	z-index: 20;
	right: 0px;
	top: 0px;
}

.borde_redondo img.sw_redondo {
	visibility: visible !important;
	position: absolute;
	z-index: 20;
	left: 0px;
	bottom: 0px;
}

.borde_redondo img.se_redondo {
	visibility: visible !important;
	position: absolute;
	z-index: 20;
	right: 0px;
	bottom: 0px;
}

.borde_redondo .n_redondo {
	background-image: url(images/borde_redondo_n.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 1px;
}

.borde_redondo .s_redondo {
	background-image: url(images/borde_redondo_s.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 1px;
}

.borde_redondo .w_redondo {
	background-image: url(images/borde_redondo_w.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 1px;
}

.borde_redondo .e_redondo {
	background-image: url(images/borde_redondo_e.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 1px;
	overflow: hidden;
}

.cuadro_destacado .borde_redondo .e_redondo {
	height: 182px;
}

