.content{
	width: 1245px;
	height: 657px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	position: absolute;
}
.content.tab1{
	background-image: url('../img/Introduccion/SB_L_G10_U03_L04introfondo1.png');
}
.content.tab1 .title{
	font-size: 1.38em;
	font-weight: bold;
	position: absolute;
	top: 101px;
	left: 585px;
	color: white;
}
.content.tab1 .question{
	font-size: 1.88em;
	font-style: italic;
	position: absolute;
	top: 147px;
	left: 475px;
	width: 315px;
	color: white;
	text-align: center;
}
.content.tab2{
	background-image: url('../img/Introduccion/SB_L_G10_U03_L04intropreguntas.png');
	margin-top: -25px;
}
.content.tab2 .title{
	font-size: 1.56em;
	font-weight: bold;
	position: absolute;
	left: 41px;
	top: 54px;
	color: white;
}
.content.tab2 ul{
	font-size: 1.75em;
	width: 1121px;
	position: absolute;
	left: 64px;
	top: 79px;
}
.content.tab2 ul li{
	margin-bottom: 13px;
}
.content.tab3{
	background-image: url('../img/Introduccion/SB_L_G10_U03_L04introescribe.png');
	margin-top: -24px;
}
.content.tab3 textarea{
	background-color: transparent;
	width: 1088px;
	height: 455px;
	font-size: 1.38em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	resize:none;
	padding: 10px;
	line-height: 1.2em;
	overflow-y: auto;
	position: absolute;
	top: 136px;
	left: 103px;
	border: none;
}
.content.tab4{
	background-image: url('../img/Introduccion/SB_L_G10_U03_L04introrecuadro.png');
}
.content.tab4 .title{
	font-size: 1.81em;
	font-weight: bold;
	width: 143px;
	position: absolute;
	right: 320px;
	top: 155px;
	color: white;
	text-align: center;
}
.content.tab4 .question{
	font-size: 1.88em;
	width: 397px;
	position: absolute;
	right: 193px;
	top: 329px;
	text-align: center;
}