#cboxTitle,#cboxCurrent,#cboxNext,#cboxNext,#cboxPrevious,#cboxSlideshow,  #cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight
    {display:none;height:0px;width:0px;}

#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	overflow:hidden;
}

#cboxOverlay{
	position:fixed;
	width:100%;
	height:100%;
	background: #000;
}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
.cboxIframe{
	width:100%;
	height:100%;
	display:block;
	border:0;
}
#colorbox{
	padding: 0;
}
    #cboxContent{
	position: relative;
	margin: 22px;
}
        #cboxLoadedContent{
	border:5px solid #000;
	overflow: auto;
	background-color: #efefef;
	background-image: url(../imagenes/clock.png);
	background-repeat: no-repeat;
	background-position: center center;
}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{
	background-image: url(../imagenes/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
        #cboxClose{
	position:absolute;
	display:block;
	height:32px;
	text-indent:-9999px;
	background-image: url(../imagenes/close.png);
	background-repeat: no-repeat;
	width: 32px;
	right: -23px;
	top: -23px;
	background-position: right top;
}
        #cboxClose.hover{
	position:absolute;
	display:block;
	height:32px;
	text-indent:-9999px;
	background-image: url(../imagenes/close1.png);
	background-repeat: no-repeat;
	width: 32px;
	right: -23px;
	top: -23px;
	background-position: right top;
	cursor:pointer;
}
