@charset "UTF-8";
#titulo_parque {
	font-family: 'Dosis', sans-serif;
	color: #58595B;
	font-weight: 400;
	line-height: 25px;
}
#intro {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 40px;
}
#titulo_intro {
	float: left;
	position: relative;
	padding-left: 15px;
}
#intro_text {
	width: 500px;
	float: left;
	padding-left: 70px;
}
#actividades_intro {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 60px;
}
#actividad {
	float: left;
	width: 188px;
	margin-right: 2px;
}
#foto1 {
	height: 74px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #1C75BC;
	background-image: url(../img/actividades/plumas.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#foto2 {
	height: 74px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #4F6E18;
	background-image: url(../img/actividades/caminata.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#foto3 {
	height: 74px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFB718;
	background-image: url(../img/actividades/bici.jpg);
	background-position: center top;
}
#foto4 {
	height: 74px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #BBB21E;
	background-image: url(../img/actividades/camino.jpg);
	background-position: center top;
}

#foto5 {
	height: 74px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #5B9EC4;
	background-image: url(../img/actividades/peces.jpg);
}
#titulo_actividad {
	font-family: 'Dosis', sans-serif;
	color: #FFF;
	font-size: 19px;
	line-height: 22px;
	padding-top: 15px;
	padding-left: 15px;
	text-shadow: 2px 2px 3px #000000;
	filter: glow(color=#000000,strength=1);
	font-weight: 300;
}
#leer_mas {
	display: block;
	margin-top: 15px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #1C75BC;
	font-family: 'Gudea', sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}

#leer_mas2 {
	display: block;
	margin-top: 15px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #4F6E18;
	font-family: 'Gudea', sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}

#leer_mas3 {
	display: block;
	margin-top: 15px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFB718;
	font-family: 'Gudea', sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}
#leer_mas4 {
	display: block;
	margin-top: 15px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #BBB21E;
	font-family: 'Gudea', sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}
#leer_mas5 {
	display: block;
	margin-top: 15px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #5B9EC4;
	font-family: 'Gudea', sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}
#leer_mas:hover {
	background-color: #114279;
}
#leer_mas2:hover {
	background-color: #3D5911;
}
#leer_mas3:hover {
	background-color: #B7790E;
}
#leer_mas4:hover {
	background-color: #817B11;
}
#leer_mas5:hover {
	background-color: #356383;
}
#separador {
	height: 9px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#actividad_section {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F2E7;
	margin-bottom: 1px;
	padding-top: 22px;
}
#left_actividad {
	width: 470px;
	float: left;
	padding-top: 156px;
	position: relative;
}
#content_actividad {
	width: 435px;
	padding-left: 35px;
}
.titulo_actividad {
	font-family: 'Gudea', sans-serif;
	display: block;
	color: #9a8479;
	font-size: 21px;
	line-height: 22px;
	font-weight: 400;
}
#rotador_act {
	width: 470px;
	float: right;
	padding-right: 20px;
}
#tittulo_act {
	height: 69px;
	width: 131px;
	position: absolute;
	background-image: url(../img/actividades/titulo_aves.png);
	left: -17px;
	top: 1px;
	font-family: 'Dosis', sans-serif;
	color: #FFF;
	font-size: 17px;
	line-height: 22px;
	text-shadow: 2px 2px 3px #000000;
	filter: glow(color=#000000,strength=1);
	font-weight: 300;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#sub_titulo {
	position: absolute;
	left: 93px;
	top: 95px;
}
.sub_tittle_small {
	font-family: 'Gudea', sans-serif;
	color: #AB9D81;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
#horarios {
	background-color: #e0dccb;
	width: 395px;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	float: left;
}
#buscar_guia {
	position: absolute;
	left: 0px;
	top: 53px;
	height: 45px;
	background-image: url(../img/actividades/banderin.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 151px;
	padding-left: 35px;
}
#buscar_guia a {
	font-family: 'Dosis', sans-serif;
	color: #FFF;
	font-size: 17px;
	line-height: 45px;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition:color 200ms ease;
	-moz-transition:color 200ms ease;
	-o-transition:color 200ms ease;
	-ms-transition:color 200ms ease;
	transition:color 200ms ease;
}
#buscar_guia a:hover {
	color: #000000;
}
#mapa {
	font-family: 'Dosis', sans-serif;
	color: #FFF;
	font-size: 17px;
	line-height: 45px;
	font-weight: 300;
	float: right;
	width: 280px;
	background-color: #a69e86;
	padding-left: 40px;
	position: relative;
	margin-top: 35px;
	z-index: 200;
}
#mapa a {
	font-family: 'Dosis', sans-serif;
	color: #FFF;
	font-size: 17px;
	line-height: 45px;
	font-weight: 300;
	text-decoration:none;
	-webkit-transition:color 200ms ease;
	-moz-transition:color 200ms ease;
	-o-transition:color 200ms ease;
	-ms-transition:color 200ms ease;
	transition:color 200ms ease;

}
#mapa a:hover {
	color: #000;
	
}
#act2 {
	background-color: #fafaf6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2C6A2;
	padding-top: 30px;
}
#map {
	width: 960px;
}
#area_protegida {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #e0f0fb;
	background-color: #FFF;
	padding-top: 26px;
	padding-bottom: 30px;
}
#green_tittle {
	height: 46px;
	width: 205px;
	background-image: url(../img/actividades/green_tittle.png);
	font-family: 'Dosis', sans-serif;
	color: #FFF;
	font-size: 17px;
	line-height: 45px;
	font-weight: 300;
	background-position: left top;
	padding-left: 35px;
	float: left;
}
#area_text {
	float: left;
	width: 550px;
	padding-top: 5px;
	padding-left: 30px;
}
#menu_mapa {
	height: 44px;
	background-image: url(../img/actividades/menu_back.jpg);
	background-position: center top;
	padding-top: 5px;
}
#boton_mapa {
	font-family: 'Dosis', sans-serif;
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
	display: block;
	line-height: 40px;
	height: 45px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}
#boton_mapa img {
	vertical-align:-30%;
	margin-right:15px;
}
#boton_mapa:hover {
	background-image: url(../img/actividades/blanco.png);
	background-repeat: repeat;
}
#map_container .container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#map_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#intro_small_text {
	height: 90px;
}
