.act_instruction span#instruction{ font-size: 1em; }
.act_content img{
	position: relative;
	top: 30px;
	left: 35px;
}
.act_content p:nth-child(3){
	background: #6F6F6E;
	color: white;
	width: 434px;
	font-size: 1.18em;
	padding: 10px;
	border-radius: 10px;
	top: 38px;
	left: 35px;
	position: relative;
}
.act_content p:nth-child(3) span a{
	text-decoration: none;
	color: white;
	font-size: 0.9em;
}
.act_content p:nth-child(3) em{
	text-align: center;
	font-style: normal;
	font-weight: bold;
	display: block;
}
.act_content p:nth-child(3) span{
	color: white;
	width: 434px;
	font-size: 1.18em;	
}
.act_content p:nth-child(4){
	position: absolute;
	top: 78px;
	left: 535px;
	font-size: 1.6em;
}
.act_content p:nth-child(4):before{
	content: " ";
	background: #00CDCD;
	display: inline-block;
	height: 12px;
	width: 12px;
	position: absolute;
	top: 13px;
	left: -23px;
	border-radius: 2px;
}
.act_content div:nth-child(5){
	background: url(../img/boton4.png) no-repeat left center;
	color: white;
	font-size: 1.6em;
	font-weight: bold;
	height: 88px;
	width: 303px;
	position: absolute;
	top: 192px;
	left: 534px;
	padding: 5px 18px;
}
.act_content div:nth-child(6){
	background: #00A099;
	color: white;
	width: 634px;
	padding: 8px 20px;
	position: absolute;
	top: 293px;
	left: 534px;
	border-radius: 15px;
	border: 2px solid #006D67;
}
.act_content div:nth-child(6) p{
	font-size: 2em;
	color: white;
	margin: 13px 0;
}

#tabs2 { counter-reset: section; }
#tabs2 h5{
	font-size: 1.8em;
	width: 920px;
	color: #EB5E22;
	margin: 20px 0 0 35px;
}
#tabs2 ol{
	padding: 0;
	margin: 0 23px 0 35px;
}
#tabs2 ol li{
	margin: 20px 0;
	font-size: 1.8em;
	line-height: 1.1em;
	list-style: none;
	color: #7F7F7F;
}
#tabs2 ol li:before{
	counter-increment: section;
    content: counter(section, lower-alpha) ") ";
	color: #EB5E22;
}