.homeContainer{ float:left; width:100%; position:relative; overflow:hidden;}

.frameActividades{ float:left; width:100%; height:370px; border-top:solid 7px #f49717; background-image:url(../../../../../templates/default/img/frameBg.jpg); background-repeat:repeat;}
	.actividadesRight{ background-image: url(../../../../../templates/default/img/fondo-actividades.png); background-repeat:no-repeat; width:100%; height:431px; position: absolute; right:-50%; margin-top:-3px; z-index:1; margin-right:70px; cursor:pointer;}
	.actividadesRight.hidden{ right:-150%;}
	.actividadesLeft{ width:100%; height:370px; position: absolute; left:-50%; z-index:0; cursor:pointer;}
	.actividadesLeft.hidden{ left:-150%;}
		.actividadesLeft .texto{  width:360px; float:right; margin-right:53px; font-family: 'Sansita One', arial; color:#FFF;}
			.actividadesLeft .texto h3{ color:#f8b014; float:left; width:100%; font-weight:normal; font-size:3.5rem; line-height:3.2rem; margin-bottom:5px; margin-top:44px;}
			.actividadesLeft p{ float:left; font-size:1.05rem; letter-spacing:0.03rem; width:70%;}
			.actividadesLeft .texto a{ text-decoration:none; color:#f8b014; float:left; font-size:1.7rem; line-height:1.8rem;}

@media(max-width:780px)
{
	.frameActividades{ float:left; width:100%; height:auto;}
		.actividadesRight{ display:none;}
		.actividadesLeft{ float:left; height:auto; position:relative; left:0px; }
		.actividadesLeft .texto{ width:94%; margin-left:3%; margin-right:0px;}
			.actividadesLeft .texto h3{ font-size:1.7rem; line-height:2.1rem; text-align:center; margin-top:30px; margin-bottom:0px;}
			.actividadesLeft p{ float:left; font-size:1rem; letter-spacing:0.03rem; width:100%; text-align:center; margin-bottom:5px; margin-top:5px;}
			.actividadesLeft .texto a{ float:left; font-size:1rem; line-height:1.4rem; width:94%; margin-left:3%; text-align:center; margin-top:0px; margin-bottom:30px;}
}

.frameRutas{ float:left; width:100%; height:365px; border-top:solid 7px #f49717; background-image:url(../../../../../templates/default/img/frameBg.jpg); background-repeat:repeat; z-index:2; overflow:hidden;}
	.rutasLeft{ background-image: url(../../../../../templates/default/img/fondo-rutas.png); background-repeat:no-repeat; width:110%; height:431px; position: absolute; left:50%; margin-top:0px; z-index:1; margin-left:-1300px; cursor:pointer;}
	.rutasLeft.hidden{ left:-150%;}
	.rutasRight{ width:100%; height:370px; position: absolute; cursor:pointer; right:-50%; z-index:2;}
	.rutasRight.hidden{ right:-150%;}
		.rutasRight .texto{ float:left; width:433px; margin-left:73px; font-family: 'Sansita One', arial; color:#FFF;}
			.rutasRight .texto h3{ color:#f8b014; float:left; width:100%; font-weight:normal; font-size:3.5rem; line-height:3.2rem; margin-bottom:5px; margin-top:44px;}
			.rutasRight p{ float:left; font-size:1.05rem; letter-spacing:0.03rem; width:70%;}
			.rutasRight .texto a{ text-decoration:none; color:#f8b014; float:left; font-size:1.7rem; line-height:1.8rem;}

@media(max-width:780px)
{
	.frameRutas{ float:left; width:100%; height:auto;}
		.rutasLeft{  display:none;}
		.rutasRight{ float:left; height:auto; position:relative; left:0px; }
		.rutasRight .texto{ width:94%; margin-left:3%; margin-right:0px;}
			.rutasRight .texto h3{ font-size:1.7rem; line-height:2.1rem; text-align:center; margin-top:30px; margin-bottom:0px;}
			.rutasRight p{ float:left; font-size:1rem; letter-spacing:0.03rem; width:100%; text-align:center; margin-bottom:5px; margin-top:5px;}
			.rutasRight .texto a{ float:left; font-size:1rem; line-height:1.4rem; width:94%; margin-left:3%; text-align:center; margin-top:0px; margin-bottom:30px;}
}


#slide,.textoSlider,.actividadesRight,.actividadesLeft,.rutasRight,.rutasLeft{
	 transition: all 1.1s;
  -moz-transition: all 1.1s; /* Firefox 4 */
  -webkit-transition: all 1.1s; /* Safari and Chrome */
  -o-transition: all 1.1s; /* Opera */
}