#taskImage
{
	position: absolute;
	background-image:  url("../img/TAREA/SB_S_G10_U04_L03_tarea.png");
	width: 1054px;
	height: 663px;
	left: 100px;
	z-index: 2;
	top: 21px
}

#taskContent{

	position: absolute;
	z-index: 1;
	width: 560px;
	height: 220px;
	top: 246px;
	left: 180px;
	color: #6F6F6F;
	font-size: 1.2em;

}
.p1{    
	background-image: url("../img/TAREA/SB_S_G10_U04_L03_popupcaida.png");
	width: 844px;
	height: 816px;
	top: -200px;
	left: 200px;
	z-index: 1000;
}

#popupTask
{
	position: absolute;
	z-index: 3;
	top: 406px;
 	left: 180px;

}

#popupTask input[type=submit]
{
    background: url("../img/TAREA/SB_S_G10_U04_L03_tareaboton.png") no-repeat top;
    width: 44px;
    height: 42px;
    border: none;
    cursor:pointer;
}

#popupTask input[type=submit]:focus {
	outline:0;
}

#popupTask input[type=submit]:active {
    background: url("../img/TAREA/SB_S_G10_U04_L03_tareabotonactivado.png") no-repeat top;
    width: 44px;
    height: 42px;
    border: none;
    cursor:pointer;
}

.p1 p
{
	position: absolute;
	width: 630px;
	left: 110px;
	font-family: arial;
	font-size: 18px;
	color: #005D77;

}

#parrafo1
{
	top: 393px;
}
#parrafo2
{
	top: 506px;
}

#parrafo3
{
	top: 631px;
}


