﻿.titulo_pagina {
    font-size: 2.142em;
    font-weight: bold;
    /*text-transform: uppercase;*/
    position:absolute;
    top:0;
}

.enLeyenda {
    
    
}


.subtitulo_pagina {
    font-size: 1.5em;
    font-weight: bold;
    margin-top:0.4em;
    position:absolute;
    bottom:0;
}

.lista_actividades {
    display:table;
    width:100%;
    margin:auto;
    position:relative;
}

.lista_actividades li{
    display:table-cell;
    width:225px;
    vertical-align:top;
}


.lista_actividades a{
    float: left;
    width: 225px;
    position: relative;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    margin: 1px;
}


.cont_info_actividad {
    width:225px;
    height:260px;
    background-size:cover;
    background-position: center center;
    background-color:#FFF;
}

/*actividades activ*/

.cont_actividad_no_adaptiv {
    width:225px;
    height:70px;
    position:relative;
}

.titulo_actividad_no_adaptiv {
    font-size:24px;
    font-weight:bold;
    text-transform:uppercase;
    color:#000;
    position: absolute;
    bottom: 0;
    left:10px;
    width:205px;
}

.descripcion_info_actividad {
    width:205px;
    margin:5px 10px;
    font-size:0.8em;
    height: 60px;
}


/*detalle*/

#cont_poligono {
    width:95%;
    position:relative;
    color:#000;
    background-color:#FFF;
    margin:3.572em auto;
}

#cont_pagina {
    position:absolute;
    z-index:5;
    background-color:#FFF;
}

#titulo_detalle, #subtitulo_detalle, #texto_detalle, #tags {
    position:absolute;
    line-height:normal;
    overflow:hidden;
    padding-left: 0 !important;
    list-style: none !important;
}

#titulo_detalle {
    font-weight:bold;
    font-size:2.58em;
}

#subtitulo_detalle {
    font-weight:bold;
    font-size:1.285em;
}

#publicado_por img{
    display:block;
    margin-top:1.5em;
}

#tags li {
    float: left;
    padding-left: 1.5em;
    background: url('../Images/computer/comun/ico_tag.png') no-repeat left center;
    margin-right: 2em;
}

#imagen_actividad {
    position:absolute;
    z-index:21;
    background-position:center center;
    background-size:cover;
}

#noticias_relacionadas{
	position:absolute;
    z-index:21;
	padding: 1.5em;
    background-color:#000;
    color:#FFF;
}

.cab_noticias_relacionadas{
	padding-bottom:1em;
	float:left;
	font-size:1.285em;
	font-weight:bold;
	text-transform:uppercase;
}


.cab_noticias_relacionadas a{
	float:right;
	color:#FFF;
	font-size:0.86em;
	text-transform:uppercase;
}

#mask_noticias_relacionadas{
	width:16em;
	height:12.5em;
	overflow:hidden;
	position:relative;
}

#cont_noticias_relacionadas{
	position:absolute;
	width:17.5em;
	overflow:hidden;
    list-style:none !important;
    padding-left: 0 !important;
}

#cont_noticias_relacionadas li{
	float:left;
	margin-top:1em;
    width:100%;
}

#cont_noticias_relacionadas a{
    text-decoration:none;
    color:#FFF;
}


.titulo_noticia_relacionada{
	margin-bottom:0.25em;
    font-weight:bold;
}
.texto_noticia_relacionada{
	margin-bottom:1em;
    font-size:0.86em;
}

#video, .seccionCarrusel {
    background-color:#000;
    width:490px;
    height:275px;
    position:absolute;
}

.seccionCarrusel {
    display:none;
}

#video_carrusel {
    /*width:100%;
    height:100%;*/
    position:absolute;
    z-index:999;
    background-color:#F00;
}

.btn_ver_video {
    width: 50px;
    height: 40px;

    background: url('../Images/computer/comun/ico_reproductor_off.png') no-repeat center center;
    background-size:contain;

    position:absolute;
    z-index:900;

    top:0;
    bottom:0;
    left:0;
    right:0;

    margin: auto;
}


.btn_ver_video:hover {
    background-image: url('../Images/computer/comun/ico_reproductor_on.png');
}


#no_contenido {
    /*text-align:center;*/
    font-size:16px;
    font-weight:bold;
    margin-bottom:20px;
}

.iconos_centros {
    overflow:hidden;
    text-align:center;
    background-color:#000;
    position:absolute;
    z-index:101;
    padding:5px 0;
}


.iconos_centros a {
    display:inline-block;
    width:30px;
    height:25px;
    margin:0px 8px;
}

    .iconos_centros .ico_informacion_gris {
        background-image: url('../Images/computer/centros/ico_info_gris.png');
    }

    .iconos_centros .ico_galeria_imagenes_gris {
        background-image: url('../Images/computer/centros/ico_galeria_gris.png');
    }

    .iconos_centros .ico_horarios_gris {
        background-image: url('../Images/computer/centros/ico_horarios_gris.png');
    }

    .iconos_centros .ico_videos_gris {
        background-image: url('../Images/computer/centros/ico_videos_gris.png');
    }

    
    .iconos_centros .ico_informacion_blanco {
        background-image: url('../Images/computer/centros/ico_info_blanco.png');
    }

    .iconos_centros .ico_galeria_imagenes_blanco {
        background-image: url('../Images/computer/centros/ico_galeria_blanco.png');
    }

    .iconos_centros .ico_horarios_blanco {
        background-image: url('../Images/computer/centros/ico_horarios_blanco.png');
    }

    .iconos_centros .ico_videos_blanco {
        background-image: url('../Images/computer/centros/ico_videos_blanco.png');
    }


#carruselSimple{
    background-color:#000;
    margin: 20px 0;
}



.seccionCarrusel {

}

.seccionCarrusel .botones {
	height: 100%;
	width: 100%;
	background-color: transparent;
}

.seccionCarrusel .boton {
	height: 10%;
	width: 10%;
	position: absolute;
    top:45%;
	background-position-y: center;
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 20px;
	z-index:100;
	background-position: center;
    width:50px;
    z-index:1000;
}

.seccionCarrusel .boton.anterior {
	background-image: url(/Images/computer/comun/flecha_carrusel_ofertas_izda.png);
}

.seccionCarrusel .boton.siguiente {
	background-image: url(/Images/computer/comun/flecha_carrusel_ofertas_dcha.png);
}

.seccionCarrusel .slides {
	height: 100%;
    position:relative;
	/*width: 100%;*/
}

.seccionCarrusel .slides .slide {
	background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
	height: 100%;
	display: none;
}

.seccionCarrusel .slides .slide:first-child {
	display: block;
}



.acciones_reservas {
    width:100%;
    display:block;
    position:relative;
    overflow:hidden;
    margin-bottom:50px;
}


.leyenda {
    float:right;
}

.leyenda a {
    float:left;
    width:60px;
    margin: 0 5px;
    text-decoration:none;
    color:#FFF;
}

.nombre_tipo_actividad {
    float:left;
    text-align:center;
    width:60px;
    text-transform:uppercase;
    font-size:0.65em;
    font-weight:bold;
    margin-top:10px;
}

.base_actividad_color {
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    width:22px;
    height:22px;

    float:left;
    margin:0 19px;
}

.actividad_color {
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    width:18px;
    height:18px;

    float:left;
    margin:2px;
}

.cont_circulo {
    position:absolute;
    top:10px;
    left:10px;
    width:25px;
    height:25px;
}

.circulo_actividad {
    position:absolute;
    top:15%;
    left:15%;
    width:70%;
    height:70%;
    z-index:2;

    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.circulo_sombra {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color:#000;

    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

    -moz-opacity: 0.05;
    -khtml-opacity: 0.05;
    opacity: 0.05;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=5);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
    filter:alpha(opacity=5);
}
