/* Page Peel */
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	right: 0; top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}


/* Trigger */

p.trigger {display:block; background:url(../images/detalles.gif) no-repeat top; width:65px; height:11px;}
p.trigger a span { display:none; }
p.trigger a {
}
p.trigger a:hover { }
p.active { background-position: bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {

}
.toggle_container .block {

}