.content{
	background-image: url('../img/tarea/SB_S_G11_U02_L06_tarea.png'), url('../img/intro/base_fondo.png');
	background-position: center center, bottom center;
	height: 665px;
	top: 0px;
	margin-top: 0px;
}
.content p,
.item_popup p{
    color: white;
    font-size: 1.44em;
    position: absolute;
    top: 200px;
}
.content p:nth-child(1){
	left: 411px;
}
.content p:nth-child(2){
	left: 772px;
}
.content .btn1{
    position: absolute;
    top: 469px;
    left: 830px;
}
.content .btn1:hover{
    cursor: pointer;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.item_popup{
	width: 987px;
	height: 625px;
	background-image: url('../img/tarea/SB_S_G11_U02_L06_resumen_popup.png');
	background-position: center;
	background-repeat: no-repeat;
}
.item_popup .icon_close_button{
    top: 61px;
    right: -5px;
}
.item_popup h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.68em;
    position: absolute;
    top: 18px;
    left: 54px;
    width: 397px;
    text-align: center;
    color: white;
    font-weight: bold;
    margin: 0px;
}
.item_popup p{
	top: 117px;
}
.item_popup p:nth-child(3){
	left: 98px;
}
.item_popup p:nth-child(4){
	left: 535px;
}

