/*TAB1*/

#tabs1 .content{
	text-align: center;
	height: 611px;
}

.fc-slideshow{
	width: 270px;
	height: 282px;
	display:inline-block;
	box-shadow: none;
	cursor: pointer;
	top: 177px;
}

ul.labels-over{
	text-align: center;
	padding: 0px;
	position: absolute;
	top: 99px;
  	width: 1000px;
  	left: 114px;
}

ul.labels-over li{
	display: inline-block;
	width: 26%;
	font-size: 2em;
	color: #5D5D5D;
	font-family: "Fontin";
}

#tabs1 .content:before{
  content: url(../img/INTRO/l_G11_U04_L06_lineabase.png);
  position: absolute;
  top: 505px;
  left: 112px;
}

.manitos{
	height: 58px;
	position: absolute;
	top: 496px;
	left: 209px;
}
.manito{
	width: 271px;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

#manito1{
	background-image: url(../img/INTRO/l_G11_U04_L06_botonmanito1.png);
}
#manito2{
	background-image: url(../img/INTRO/l_G11_U04_L06_botonmanito2.png);
}
#manito3{
	background-image: url(../img/INTRO/l_G11_U04_L06_botonmanito3.png);
}
#manito1.active{
	background-image: url(../img/INTRO/l_G11_U04_L06_botonmanito1activado.png);
}
#manito2.active{
	background-image: url(../img/INTRO/l_G11_U04_L06_botonmanito2activado.png);
}
#manito3.active{
	background-image: url(../img/INTRO/l_G11_U04_L06_botonmanito3activado.png);
}


/*TAB2 y 3*/
#tabs2 .content {
	background-image: url(../img/INTRO/l_G11_U04_L06_textoopinion.png);
	background-repeat: no-repeat;
	background-position: 94% 15%;
	width: 100%;
	height: 600px;
}

#tabs2 .content p, #tabs3 .content p{
	position: absolute;
	right: 129px;
	top: 175px;
	width: 45%;
	font-style: italic;
	color: #5D5D5D;
	font-size: 1.2em;
}

#tabs2 .content img{
	margin-top: 15px;
  	margin-left: 116px;
}