#modalBackgroundOverlay{
	background:url(../imagenes/stripe.png) 0 0 repeat;
}
#colorbox{}
#borderTopLeft{
	width:51px; 
	height:51px; 
	background:url(../imagenes/borde_sup_izq.png) 0 0 no-repeat;
}
#borderTopCenter{
	height:51px; 
	background:url(../imagenes/borde_sup.png) 0 0 repeat-x;
}
#borderTopRight{
	width:51px; 
	height:51px; 
	background:url(../imagenes/borde_sup_der.png) 0 0 no-repeat; 
}
#borderBottomLeft{
	width:51px; 
	height:51px; 
	background:url(../imagenes/borde_inf_izq.png) 0 0 no-repeat;
}
#borderBottomCenter{
	height:51px;
	background:url(../imagenes/borde_inf.png) 0 0 repeat-x;
}
#borderBottomRight{
	width:51px;
	height:51px;
	background:url(../imagenes/borde_inf_der.png) 0 0 no-repeat;
}
#borderMiddleLeft{
	width:51px; 
	background:url(../imagenes/borde_izq.png) 0 0 repeat-y;
}
#borderMiddleRight{
	width:51px; 
	background:url(../imagenes/borde_der.png) 0 0 repeat-y;
}
#modalContent{
	background:#fff;
}
#contentTitle{
	display:none;
	position:absolute; 
	bottom:3px; left:0; 
	text-align:center; 
	width:100%; 
	background:#fff; 
	font-weight:bold; 
	color:#949494;
}
#contentPrevious{
	position:absolute; 
	bottom:0; 
	left:0px; 
	background:url(../imagenes/controls.png) -25px 0px no-repeat; 
	width:25px; 
	height:25px; 
	text-indent:-9999px;
}
#contentPrevious:hover, #contentPrevious.hover{
	background-position:-25px -25px;
}
#contentNext{position:absolute;
	bottom:0; 
	left:27px; 
	background:url(../imagenes/controls.png) 0px 0px no-repeat; 
	width:25px; 
	height:25px; 
	text-indent:-9999px;
}
#contentNext:hover, #contentNext.hover{
	background-position:0px -25px;
}
#modalLoadingOverlay{
	background:url(../imagenes/loading.gif) center center no-repeat #fff;
}
#modalClose{
	background:url(../imagenes/cerrar.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	width:50px; 
	height:50px; 
	padding-right:-30px;
	text-indent:-9999px;
	margin-top:-55px;
	margin-right:-55px;
}
#modalClose:hover, #modalClose.hover{
	background-position:center center;
}