
p{
	
	position: absolute;
}

#tabs1 {
	background-image:url('../img/introduccion/SB_S_G10_U05_L01introfondo1.png');	
}
#tabs1 p{
	color: white;
	text-align: center;
	top: 287px;
	left: 232px;
  	width: 743px;
  	font-size: 1.75em;
}


#tabs2 {
	background-image:url('../img/introduccion/SB_S_G10_U05_L01introfondo2.png');
	background-position: 50% 63%;	
}
#tabs2 p{
	font-size: 1.5em;
}
#tabs2 p:nth-child(2){
	color: #0A6635;
	width: 700px;
	left: 384px;
  	top: 161px;
}
#tabs2 p:nth-child(3){
	color: #BB0E27;
	width: 722px;
	left: 257px;
  	top: 333px;
}

