/*** Inicio - Banners ****************************************************************************/
#contenedor_banners img {
	height: auto;
	width: 100%;
}
#contenedor_banners .item_slide {
	position: relative;
}
#contenedor_banners .item_slide img {
	height: auto;
}
#contenedor_banners .item_slide .txt {
	background: url(../../img/web/bg_negro_80.png);
	left: 0;
	margin: 0 auto;
	padding: 3.8em 0 3.6em 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 35%;
	top: 32%;
	width: 42%;
	z-index: 2;
}
#contenedor_banners .item_slide .txt .h2 {
	color: #87ad32;
	font-size: 4.167em;
	font-weight: 300;
	margin: 0 0 3.75% 0;
	padding: 0;
}
#contenedor_banners .item_slide .txt p {
	color: #ffffff;
	font-size: 1.667em;
	font-weight: 300;
	margin: 0 0 4.8% 0;
	padding: 0;
	text-transform: uppercase;
}
#contenedor_banners .item_slide .txt a {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	font-size: 1.667em;
	font-weight: 300;
	margin: 0 auto;
	padding: 2% 0;
	text-transform: uppercase;
	width: 26.5%;
}
#contenedor_banners .item_slide .txt a:hover {
	background: #ffffff;
	color: #000000;
}
#contenedor_banners .owl-controls .owl-prev,
#contenedor_banners .owl-controls .owl-next {
	border-radius: 50%;
	color: #ffffff;
	font-size: 6em;
	position: absolute;
	text-align: center;
	top: 47.5%;
	width: 1em;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#contenedor_banners .owl-controls .owl-prev {
	left: 12%;
}
#contenedor_banners .owl-controls .owl-next {
	right: 12%;
}
#contenedor_banners .owl-controls .owl-prev:hover,
#contenedor_banners .owl-controls .owl-next:hover {
	background-color: #ffffff;
	color: #87ad32;
}
#contenedor_banners .owl-controls .owl-prev i {
	margin-right: 0.1em;
}
#contenedor_banners .owl-controls .owl-next i {
	margin-left: 0.1em;
}

/*** Bloque de Noticias **************************************************************************/
#noticias_destacadas {
	padding-top: 4em;
	position: relative;
}
#noticias_destacadas .owl-dots {
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
#noticias_destacadas .owl-dots .owl-dot {
	display: inline-block;
	height: 1.5em;
	margin: 0 5px;
	width: 1.5em;
}
#noticias_destacadas .owl-dots .owl-dot span {
	background: #c8c8c8;
	border: 2px solid #c8c8c8;
	border-radius: 50%;
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#noticias_destacadas .owl-dots .owl-dot.active span,
#noticias_destacadas .owl-dots .owl-dot:hover span {
	background: transparent;
}
.item_noticia {
	background: #ebebeb;
	padding: 20px;
}
.item_noticia .imagenes_de_la_noticia {
	position: relative;
}
.item_noticia .imagenes_de_la_noticia img {
	height: auto;
	width: 100%;
}
.item_noticia .imagenes_de_la_noticia .owl-controls {
	position: absolute;
	width: 100%;
}
.item_noticia .owl-nav div {
	border-radius: 50%;
	color: #ffffff;
	font-size: 2em;
	height: 2em;
	position: absolute;
	text-align: center;
	width: 2em;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.item_noticia .owl-nav .owl-prev {
	bottom: 1em;
	left: 1em;
}
.item_noticia .owl-nav .owl-next {
	bottom: 1em;
	right: 1em;
}
.item_noticia .owl-nav .owl-prev span {
	background: url(../../img/web/flecha_blanca_izq.png);
	display: inline-block;
	height: 20px;
	margin: 0.5em 0;
	width: 23px;
}
.item_noticia .owl-nav .owl-next span {
	background: url(../../img/web/flecha_blanca_der.png);
	display: inline-block;
	height: 20px;
	margin: 0.5em 0;
	width: 23px;
}
.item_noticia .owl-nav div:hover {
	background: #87AD32;
}
.item_noticia .datos_de_la_noticia {
	background: #ffffff;
	padding: 3% 4% 2% 4%;
	text-align: center;
}
.item_noticia .datos_de_la_noticia h3 {
	font-size: 1.8em;
	font-weight: normal;
	height: 48px;
	margin: 0 0 2% 0;
	text-transform: uppercase;
	width: 100%;
}
.item_noticia .datos_de_la_noticia h3 a {
	color: #87ad32;
}
.item_noticia .datos_de_la_noticia h3 a:hover {
	color: #0090bf;
}
.item_noticia .datos_de_la_noticia div.categoria {
	color: #919191;
	font-size: 1.458em;
	height: 20px;
	margin-bottom: 1%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.item_noticia .datos_de_la_noticia div.fecha {
	color: #919191;
	font-size: 1.458em;
}
.item_noticia .datos_de_la_noticia div.fecha.campo_alto {
	line-height: 1.8em;
}
.item_noticia .datos_de_la_noticia p {
	color: #000000;
	font-size: 1.333em;
	height: 50px;
	text-align: justify;
}

/*** Bloque de Rutas *****************************************************************************/
#rutas_portada {
	margin-top: 2%;
}
#rutas_portada #info_rutas {
	background: #f1f1f1;
	padding: 2% 10.5% 2% 2%;
}
#rutas_portada #info_rutas .container {
	position: relative;
}
#rutas_portada #info_rutas .container h2 {
	color: #0090bf;
	font-size: 2.5em;
	text-transform: uppercase;
}
#rutas_portada #info_rutas .container .owl-dots {
	right: 0;
	position: absolute;
	top: -10%;
}
#rutas_portada #info_rutas .container .owl-dots .owl-dot {
	display: inline-block;
	height: 1.5em;
	margin: 0 5px;
	width: 1.5em;
}
#rutas_portada #info_rutas .container .owl-dots .owl-dot span {
	background: #c8c8c8;
	border: 2px solid #c8c8c8;
	border-radius: 50%;
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#rutas_portada #info_rutas .container .owl-dots .owl-dot.active span,
#rutas_portada #info_rutas .container .owl-dots .owl-dot:hover span {
	background: transparent;
}
#rutas_portada #info_rutas .container .item_ruta_portada {
	margin-bottom: 5%;
}
#rutas_portada #info_rutas .container .item_ruta_portada .imagen_ruta {
	float: left;
	margin-right: 2%;
	width: 36.5%;
}
#rutas_portada #info_rutas .container .item_ruta_portada .imagen_ruta img {
	height: auto;
	width: 100%;
}
#rutas_portada #info_rutas .container .item_ruta_portada .textos {
	float: left;
	font-size: 1.458em;
	font-weight: normal;
	text-align: justify;
	width: 61.5%;
}
#rutas_portada #info_rutas .container .item_ruta_portada .textos h3 {
	margin: 1.5% 0 2% 0;
	text-transform: uppercase;
}
#rutas_portada #info_rutas .container .item_ruta_portada .textos h3 a {
	color: #000000;
}
#rutas_portada #info_rutas .container .item_ruta_portada .textos h3 a:hover {
	color: #87AE32;
}
#rutas_portada #info_rutas .container .item_ruta_portada .textos p {
	color: #919191;
	line-height: 1.6em;
	margin-bottom: 6%;
}
#rutas_portada #info_rutas .container .item_ruta_portada .textos a {
	color: #919191;
}
#rutas_portada #info_rutas .container .item_ruta_portada .textos a:hover {
	color: #000000;
}
#rutas_portada #imgs_interes {
	position: relative;
}
#rutas_portada #imgs_interes .img_interes {
	position: relative;
}
#rutas_portada #imgs_interes .img_interes img {
	height: auto;
	width: 100%;
}
#rutas_portada #imgs_interes .img_interes .textos {
	background: url(../../img/web/luto_ruta_grande.png);
	bottom: 0;
	height: 313px;
	padding: 28% 3.5% 0 3.5%;
	position: absolute;
	width: 100%;
}
#rutas_portada #imgs_interes .img_interes .textos a {
	color: #87ad32;
	font-size: 1.667em;
}
#rutas_portada #imgs_interes .img_interes .textos a:hover {
	color: #ffffff;
}
#rutas_portada #imgs_interes .img_interes .textos .localizacion {
	color: #ffffff;
	font-size: 1.458em;
	font-weight: 300;
}
#rutas_portada #imgs_interes .owl-nav div {
	border-radius: 50%;
	bottom: 3.4%;
	color: #ffffff;
	font-size: 2em;
	height: 2em;
	position: absolute;
	text-align: center;
	width: 2em;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#rutas_portada #imgs_interes .owl-nav .owl-prev {
	right: 10%;
}
#rutas_portada #imgs_interes .owl-nav .owl-next {
	right: 3.2%;
}
#rutas_portada #imgs_interes .owl-nav .owl-prev span {
	background: url(../../img/web/flecha_verde_izq.png);
	display: inline-block;
	height: 20px;
	margin: 0.5em 0;
	width: 23px;
}
#rutas_portada #imgs_interes .owl-nav .owl-next span {
	background: url(../../img/web/flecha_verde_der.png);
	display: inline-block;
	height: 20px;
	margin: 0.5em 0;
	width: 23px;
}
#rutas_portada #imgs_interes .owl-nav div:hover {
	background: #ffffff;
}