/*TAB1*/
.content.tab1{
	background-image: url('../img/intro/S_G11_U05_L06_ilustracion-33.png');
	background-position: 990px 90px;
	height: 585px;
	margin-top: 30px;
	overflow: hidden;
}
.slider{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 946px;
	height: 490px;
	text-align: center;
	float: left;
	overflow: hidden;
}
.slider img{
	display: inline-block;
}
.content.tab1 .control.left,
.content.tab1 .control.right{
	cursor: pointer;
	background: url("../img/S_G11_U05_L06_botonder-39.png") no-repeat;
	display: inline-block;
	width: 124px;
	height: 123px;
	position: absolute;
	top: 204px;
	left: 870px;
}
.content.tab1 .control.left{
	background: url("../img/S_G11_U05_L06_botonizq-40.png") no-repeat;
	left: 10px;
}
/*TAB2*/
.content.tab2{
	background-image: url('../img/intro/S_G11_U05_L06_imagenpestana2-38.png');
}
.content.tab2 h2{
	font-size: 2.35em;
	color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 611px;
	position: absolute;
	top: 80px;
	left: 344px;
}
.content.tab2 p{
	color: white;
	font-size: 1.85em;
	position: absolute;
	top: 243px;
	left: 467px;
}
