#tabs1 div.front{ 	
	position: absolute;
	margin-top: 0;
	left: 0px;
	top: 0px;
	height: 440px;
	width: 1085px;
	padding: 30px 95px;
	background: #EDE6D8;
	text-align: justify;
/*	display: none; */
}

#tabs1 div.front *{ position: relative; }

#tabs1 div.front > h2{ 	
	font-style: italic;
	font-size: 1.4em;
	font-family: Arial;
	color: white;
	margin: 36px -30px 23px -30px;
	line-height: 1.3em;
}
#tabs1 div.front > h3{
	font-size: 1.4em;
	font-style: italic;
	color: #11A2A3;
}
#tabs1 div.front > p{
  margin: 24px 0;
  font-size: 1.4em;
  line-height: 1.25em;
}
#tabs1 div.front > p > em{
	color: #11A2A3;
	font-style: normal;
	font-weight: bolder;
}
#tabs1 div.front > img{ 	
	position: absolute;
	top: 30px;
	left: 0
}


#tabs1 div.front > span{
	display: inline-block;
	width: 1080px;
	height: 40px;
	text-align: center;
	position: absolute;
	background: #E2CDA8;
	bottom: -40px;
	left: 0;
}
#tabs1 div.front > span > em{
	display: inline-block;
	font-size: 0.75em;
	color: #D94C53;
	line-height: 1.8em;
	cursor: pointer;
	font-weight: bolder;
}
#tabs1 div.front > span > em > img{
	display: block;
	border-radius: 35px;
	background: #E2CDA8;;
	border: 6px solid #E2CDA8;
	margin: -8px auto;
}
#tabs1 div.front > span.arriba img{
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		    transform: rotate(180deg);
}

#tabs1 div.content_back{
  width: 1080px;
  height: 535px;
  margin: 40px 90px;
  overflow: hidden;
  position: relative;
}
#tabs1 span.bullet{ 	
	position: absolute;
	display: inline-block;
	height: 55px;
	width: 55px;
	border-radius: 27px 0 0 27px;
	background: #EDE6D8 url(../img/introduccion/SB_S_G11_U03_L03circulo1.png) no-repeat;
	background-size: 95%;
	top: 89px;
	left: 45px;
}
#tabs1 div.content_back .back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #11A2A3;
	display: none;
}
#tabs1 div.content_back .back > img{
	position: absolute;
	top: 163px;
  	left: 43px;
}



#tabs2 .act_subtitle{ margin-bottom: 30px; }
#tabs2 p{
	margin: 20px 135px;
	background: #EDE6D8;
	padding: 40px 0px 40px 0px;
	font-size: 1.45em;
	text-align: justify;
	line-height: 1.25em;
	position: relative;
	width: 0px;
	text-overflow: clip;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all ease-in 1s;
	   -moz-transition: all ease-in 1s;
	        transition: all ease-in 1s;
}
#tabs2 .parrafos p.anchor	{ width: 1000px; padding: 40px 30px 40px 10px; }
#tabs2 .botones{ position: absolute; top: 0; left: 0; }
#tabs2 .botones span{
	display: inline-block;
	width: 70px;
	background: #EDE6D8;
	position: absolute;
	left: 80px;
	top: 20px;
	height: 108px;
}
#tabs2 .botones img{ 
	position: absolute; 
	left: -27px; 
	border-radius: 27px;  
	cursor: pointer;
	top: 50%;
	margin-top: -27px;
}

#tabs2 .botones span:nth-child(1){ top:  99px; height: 109px; }
#tabs2 .botones span:nth-child(2){ top: 228px; height: 167px; }
#tabs2 .botones span:nth-child(3){ top: 415px; height: 139px; }

