.content.tab2{
	background-image: url('../img/ACT6/SB_S_G10_U03_L04_pecera.png');
	overflow: hidden;
	height: 552px;
	background-position-y: -9px;
	margin-top: 37px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.content.tab2 .button{
	position: absolute;
}
.button.btn1{
	top: 150px;
	left: 505px;
}
.button.btn2{
	top: 276px;
	left: 200px;
}
.button.btn3{
	top: 276px;
	left: 725px;
}
.poster{
	width: 414px;
	height: 678px;
	position: absolute;
	top: -670px;
	left: 450px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
.poster.p1{
	background-image: url('../img/ACT6/SB_S_G10_U03_L04_avisoA.png');
}
.poster.p2{
	background-image: url('../img/ACT6/SB_S_G10_U03_L04_avisoB.png');
}
.poster.p3{
	background-image: url('../img/ACT6/SB_S_G10_U03_L04_avisoC.png');
}
.poster p{
	font-size: 1.31em;
	text-align: center;
	padding: 0px 35px;
	position: absolute;
	width: 381px;
	left: 17px;
}
.poster.p1 p,
.poster.p3 p{
	top: 280px;
}
.poster.p2 p{
	top: 344px;
	color: #ffffff;
}
.poster.p1 p{
	color: #d7703e;
	top: 270px;
}
.poster.p3 p{
	color: #009933;
}
.poster.down{
	top: -100px;
	z-index: 1000;
	animation: fall 1s linear;
	-webkit-animation: fall 1s linear;
}

@keyframes fall {
    0% {top:-670px;}
    25%{top: -100px;}
    50% {top: -150px;}
    100% {top: -100px;}
} 

@-webkit-keyframes fall {
    0% {top:-670px;}
    25%{top: -100px;}
    50% {top: -150px;}
    100% {top: -100px;}
}
.black-layer{
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
