.content{
    height: 605px;
    width: 1245px;
    position: absolute;
    top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/tarea/L_G11_U03_L06fondo1-52.png');
}
.content p{
	color: #3d3d3d;
	font-size: 1.1em;
	line-height: 1.3em;
	position: absolute;
	top: 52px;
}
.content p:nth-child(1){
	left: 565px;
}
.content p:nth-child(2){
	left: 863px;
    top: 30px;
}
.content ul{
	font-size: 1.19em;
	color: white;
	padding: 0px;
	margin: 0px;
	position: absolute;
    top: 312px;
    left: 576px;
}
.content ul li{
	margin-bottom: 20px;
	line-height: 1.2em;
}
.content ul li:nth-child(1){
	font-weight: bold;
	margin-bottom: 27px;
}

