@import url(./commons.css);

.content{
	height: 600px;
	background-image: url(../img/ACT3/S_G10_U05_L05_modelosaescala.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

ul{
	position: absolute;
	top: 46px;
	left: 58px;
	color: white;
	font-size: 1.5em;
	height: 482px;
	width: 604px;
}

ul li{
	height: 65px;
	width: 500px;
	line-height: 1.3em;
}

ul li:nth-child(3){
	height: 133px;
	width: 400px;
}

ul li:nth-child(5){
	height: 103px;
}