.content{
	width: 1245px;
	height: 657px;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top: 10px;
	position: absolute;
	background-image: url('../img/Tarea/SB_L_G10_U03_L04tareafondo.png');
}
.content ul {
    line-height: 1em;
    font-size: 1.81em;
    color: #5d5d5d;
    position: absolute;
}
.content ul  li {
	margin-bottom: 30px;
	margin-left: 41px;
	line-height: 1.2em;
}
.content ul li:before {
    content: "";
    line-height: 1em;
    width: 20px;
    height: 20px;
    background-color: #FF9966;
    float: left;
    margin: 10px;
    margin-right: 20px;
    border-radius: 30%;
    -moz-border-radius: 30%;
    -webkit-border-radius: 30%;
    position: absolute;
    left: 29px;
}
.content ul.first{
	width: 1157px;
	top: 10px;
	left: 6px;
}
.content ul.second{
	width: 672px;
	top: 258px;
	right: 107px;
	padding-left: 28px;
}
.content .info{
	font-size: 1.81em;
    color: #5d5d5d;
    position: absolute;
    top: 232px;
    right: 227px;
}
