/*669999
azul: 679a9a
caqui: 6c7400
6c7400

violeta original: 96 35 B0
*/
html{ font-size:100%;}
body{
	margin: 0; 	
	padding: 0;
	font-weight:normal;
	font-size:1em;
	
	background-color: #FFF;
	padding-top: 0px;
   
	  animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
	    font-family: 'Lato', sans-serif;
				background: url('../../../images/fondo.png') repeat center left   #FFF;

		

}

.contenedor_contenido{
		
}


/* Reset the container */
.container {
  /*max-width: none !important;*/
  width:100%;
  max-width: 1300px;
}



h1, h2, h3, h4{
	font-weight:normal;
}

h1{
	border-left:#679a9a 0px solid;
	padding-left:0px;
	text-decoration:none;
	color:#583c29;
	font-size:3em;
	font-weight:900;
}


h1.titulo_apartado{
	border-left:#77bb22 15px solid;
	padding-left:5px;
	/*text-shadow: 0px 1px 10px #FFF;*/
	color:#000;
	margin-bottom:25px;
}
h1.slogam{
	line-height: 1.5em;
	font-size: 2em;
}

h2{
	border-left:#679a9a 0px solid;
	padding-left:0px;
	text-decoration:none;
	color:#583c29;
	font-size:2em;
	font-weight:900;
	
	
}



h2::after {
	/*display: block;
    content: "";
    background: #669999;
    width: 40px;
    height: 2px;
    margin-top: 13px;*/
}
h2.sin_after::after{
	display:none;
	
}

h2.slogan{
	font-size: 2.5em;
}


h2.titulo_apartado{
	padding-left:10px;
	color:#000;
}


h2.titulo_banner{
	border-left:#999 0px solid;	
	padding-left:0px;
	color:#573b28;
	font-size:2em;
	
	font-weight: 700;
	margin-bottom:25px;
	text-transform:uppercase;
}

h3{
	font-size: 1.3em;
	line-height:1.2em;
	color:#000;
}
h3{
	border-left:#679a9a 0px solid;
	padding-left:0px;
	text-decoration:none;
	color:#583c29;
	font-size:1.5em;
	font-weight:900;
	
	
}
h3.titulo_apartado_destacado{
	
	color:#FFF;
	
	
	
}
h2 a {
	text-decoration:none;
	
	
}

h3.titulo_banner_elemento{
	border-left:#999 0px solid;	
	padding-left:0px;
	color:#573b28;
	font-size:1.5em;
	font-weight:500;
	

}
h3.titulo_banner_elemento b{

	font-weight: 900;

}

h3.titulo_apartado{
	color:#689b25;
	text-transform:uppercase;

	line-height:1.2em;
	font-weight:600;
	margin-top:15px;
	margin-bottom:15px;	
}
a:hover h3.titulo_apartado{
	color:#583c29;
}
h3.titulo_procedimiento{
	border-left:#999 0px solid;	
	padding-left:0px;
	color:#333;
	
}

	
h4{
	font-size: 1.1em;
	line-height:1.4em;
	color:#000;
}


h1, h2, h3{
    margin-top: 5px;
    margin-bottom: 0px;
}


p {
    margin: 0 0 10px;
}
hr{
	text-align:center;
	width:100%;
	background-color:#DDD;
	border-top:#EEE 1px solid;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.border_bottom{
	border-bottom:#CCCCCC solid 1px;
	margin-bottom:5px;
	padding-bottom:10px;
}
.border_bottom_negro{
	border-bottom:#000 solid 1px;
	margin-bottom:5px;
	padding-bottom:10px;
}
.border_bottom_punteado_oscuro{
	border-bottom:#CCC dashed 1px;
	margin-bottom:5px;
	padding-bottom:5px;
}
.border_bottom_punteado{
	border-bottom:#669900 dashed 1px;
	margin-bottom:5px;
	padding-bottom:0px;
}
.no_error{
	color:#669900;
}

.estado_ko{
   color:#F00;
   font-weight:bold;
}
.estado_ok{
   color:#693;
   font-weight:bold;
}
.estado_pte{
   color:#F90;
   font-weight:bold;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img.img_borde{
	    border-radius: 5px;	
}

img.img_subapartado{
	border-radius: 0px;
	border: 0px solid #669999;
	box-shadow: 0px 0px 10px rgba(127, 0, 160, 0.3);
	
}
.img-enlace{
	margin-right:5px;
	vertical-align:bottom;
}
.img_circular{
	border-radius: 50%;
	margin:auto;
}
.img_no_circular{
	border-radius: 0%;
	margin:auto;
}
.margin_left_2{margin-left:2%;}
.margin_left_4{margin-left:4%;}
.margin_left_5{margin-left:5%;}
.margin_top_3{margin-top:3px;}
.margin_top_0{margin-top:0px;}
.margin_top_5{margin-top:5px;}
.margin_top_10{margin-top:10px;}
.margin_top_15{margin-top:15px;}
.margin_top_25{margin-top:25px;}
.margin_top_50{margin-top:50px;}
.margin_top_100{margin-top:100px;}

.margin_bottom_5{margin-bottom:5px;}
.margin_bottom_10{margin-bottom:10px;}
.margin_bottom_15{margin-bottom:15px;}
.margin_bottom_25{margin-bottom:25px;}
.margin_bottom_50{margin-bottom:50px;}

.padding_bottom_0{ padding-bottom:0%;}
.padding_bottom_5{padding-bottom:5px;}
.padding_bottom_25{padding-bottom:25px;}
.padding_bottom_50{padding-bottom:50px;}


.padding_top_0{padding-top:0%}
.padding_top_5{padding-top:5px;}
.padding_top_25{padding-top:25px;}
.padding_top_40{padding-top:40px;}
.padding_top_50{padding-top:50px;}

.padding_left_0{ padding-left:0%}
.padding_left_4{padding-left:4%;}
.padding_left_30{padding-left:30px;}

.padding_right_0{padding-right:0%;  }

.padding_0{
	padding:0%
}

.fa{
	color:#333;
	min-width:20px;
	text-align:center;
}
a .fa{
	color:#689b25;
}
a:hover .fa{
	color:#000;
}
.fa-inverse{
	color:#FFF;
}
.fa-4x{
	color:#000;
}

small {
    font-size: 80%;
}

article{
	font-size:1em;
	line-height:1.7em;
}
ol, ul {
    list-style: none;
    list-style-position: inside;
	margin-bottom: 0px;
	
}
article li {
    list-style: inside ;
	/*background: url('../images/list.png') no-repeat left 8px;*/
	background-size: 7px auto;

	line-height: 1.4em;
	
	margin-bottom: 10px;
}
.ul_sin_list{
	
}
li.ul_sin_list {
    list-style: inside;
    background-size: 7px auto;
    line-height: 1.4em;
    padding-left: 15px;
    margin-bottom: 10px;
	list-style:none;
}

.borde{
	border: 0px solid #999;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #666;
}
.borde_fino{
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0px 0px 0px #999;
}

/*fondos*/
.fondo_noticia{
	height:150px;
border: 1px solid #999;
border-radius: 5px;
box-shadow: 0px 1px 2px #666;
margin-top:15px;

}

.fondo_galeria{
	height:295px;
	margin-top:15px;
}

.fondo_galeria, article img{
	border-radius: 0px;
    border: 0px solid #EEE;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.contenedor_galeria img{
	margin-top:10px;
	
}

/*aside*/
aside {
	margin-top:0px;
	font-size:1em;
	padding-bottom:0px;
}

aside .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #F6F6F6;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}


aside h3{
	font-size: 1.3em;
	font-weight: normal;
	/*margin-bottom:15px;*/
	
}

aside.aside_noticias {
	background-color: #EEE;
	margin-top:0px;
	border: 1px solid #EEE;
	padding-top:15px;
}
aside img{
    border-radius: 5px;	
	margin-top:0px;
}

.contenedor_nieto_destacado{
	background-color: #76be1e;
	padding:15px;
	color:#FFF;
	margin-bottom:50px;
}
.contenedor_nieto_destacado h4{
	font-size:2em;
	color:#FFF;

}


.ficha_tecnica .contenedor_precio_ficha{
	padding-top:15px;
	padding-bottom:15px;	
}
.precio_ficha_tecnica{
	font-size: 1.3em;
	font-weight: normal;
}
.ficha_tecnica{
	text-align:center;

	
}
.ficha_tecnica .contenedor_texto_ficha{
	background-color: #93c57f;
	padding:15px;
	color:#FFF;
	
}
.ficha_tecnica h3{
	background-color: #689b25;
	padding:15px;
	color:#FFF;
}

.container aside h3{
	border-left:#999 0px solid;	
	padding-left:0px;

}

.contenedor_aside{
	padding-bottom:15px;
	padding-top:15px;	
	border-bottom:#CCC 0px solid;
	margin-bottom:25px;
	
}

/*Apartados destacados home*/
.container_banner{
	padding-top:50px;
	padding-bottom:0px;
	margin-bottom:0px;
}




/*banner*/
.container_banners{
	padding-top:15px;
	padding-bottom:15px;
	margin-top:15px;
	margin-bottom:15px;
	font-size:0.8em;
}

.container_elemento_banner {
	height:200px;
	margin-bottom:15px;
	padding:0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}



.container_padre_banner a.enlace_banner{
    display: block;
    height: 100%;
   /* background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );*/
}
.texto_banner{
    position: absolute;
    bottom: 60px;
    margin: 0;
    padding: 10px 20px;
	color:#FFF;
	width:100%;
}
.texto_banner h2, .texto_banner h3, .texto_banner h4{
   color: #FFF;
	font-size: 2em;
	text-shadow: 1px 1px 1px #000;
}

.contenedor_banner_texto{
	min-height:440px;
}
.contenedor_banner_texto img{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.contenedor_enlace_boton{
	margin-top:0px;
	text-align:center;
	margin-bottom:25px;	
}

.container_padre_banner a.enlace_banner:hover {
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.container_padre_banner a.enlace_banner:hover .texto_banner {
   /* top: 0;
    bottom: auto;*/
}

.contenedor_pie_banner{
	display:none;
}

.container_padre_banner a.enlace_banner:hover .contenedor_pie_banner{
	display:block;
}

.container_padre_banner a.enlace_banner:hover .texto_banner::after {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.1em;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
}



.container_banner_1 .container_elemento_banner {
   height: 200px;
   margin-bottom:25px;
}



/*Destacados home*/
.container_apartados_detacados{
	padding-top:15px;
	padding-bottom:15px;
	margin-top:15px;
	margin-bottom:15px;
	font-size:0.8em;
}

.container_apartado_destacado {
	height:250px;
	margin-bottom:15px;
	padding:0px;
}
.container_padre_apartado_destacado a{
    display: block;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
}


.texto_apartado_destacado{
    /*position: absolute;*/
    /*bottom: 20px;*/
    margin: 0;
    padding: 0px;

	color:#FFF;
	width:100%;
	font-size:2em;
	/*text-shadow: 1px 1px 1px #000;*/
}
.container_actividad .img-responsive{
	max-width:50%;
	
}

.texto_apartado_rocodromo{
	height:400px;
}
.texto_apartado_rocodromo1{
	background-color:#f6b98c;
}
.texto_apartado_rocodromo2{
	background-color:#93c57f;
}
.texto_apartado_rocodromo3{
	background-color:#f6e48c;
}

.texto_apartado_rocodromo h3{
	color:#FFF;
	font-size:3em;
	margin-top:175px;
}

.container_padre_apartado_destacado a:hover {
   background: rgba(0,0,0,0.6);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.container_padre_apartado_destacado a:hover .texto_apartado_destacado {
    top: 0;
    bottom: auto;
}

.container_apartado_destacado h3{
	color: #FFF;
	font-weight:700;
}





/*ENLACES*/
a {

	text-decoration: none;
}
a.small {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1 a:hover{
	color:#FFF;
	text-decoration: none;
}
a.activo { 
	color: #58585a; 
}

.enlace_boton{
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	font-size: 1em;
	font-weight: 700;
	padding:15px;
	cursor: pointer;
	letter-spacing: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	
}

.enlace_boton:hover, .enlace_boton[type="submit"]:hover {
    color: #000;
    background: transparent;
    opacity: 1;
}

.enlace_boton_slider{
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	font-size: 1em;
	font-weight: 700;
	padding:15px;
	cursor: pointer;
	letter-spacing: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	
}

.enlace_boton:hover, .enlace_boton[type="submit"]:hover {
    color: #000;
    background: transparent;
    opacity: 1;
}


/*aviso ADMIN*/
.aviso_admin{
	color:#F00;
	padding-top:15px;
	padding-bottom:15px;
}
.aviso_admin a{
	color:#FFF;
}


/*SUPHEADER*/
.sup_header{
	border-bottom: 1px solid #EEE;
	padding: 2px 0;
	font-size:0.85em;
	/*color: #999999;*/
	color: #99CCCC;
	margin-bottom:0px;
	min-height:1px;
	
}
.sup_header_full {
}

.sup_header_izquierda {
	  text-align:left;
}
.sup_header_derecha {
	   text-align:right;
	   
}
.sup_header .fa{
	/*color: #999999;*/
	color: #FFF;
	height:25px;
	line-height:25px;
	margin: 0;
	padding-top: 1px;
	text-align: center;
	width: 25px;
}
.sup_header a .fa:hover{
	/*color: #999999;
	color: #000;*/
	text-decoration:underline;
}

.sup_header a{
   /*color: #999999;*/
	color: #FFF;
}
.sup_header a:hover{
    color: #FFF;
	text-decoration:underline;
}
.sup_header li {
   float: left;
   width: auto;
   padding: 0px 5px;
   border-right: 1px solid #336666;
}
.sup_header_izquierda ul {
	float: left;
}
.sup_header_izquierda li:first-child {
    border-left: 1px solid #336666;
}
.sup_header_derecha ul {
	float: right;
}
.sup_header_derecha li:first-child {
    border-left: 1px solid #336666;
}

/*REDES SOCIALES*/
.redes .botfac, .redes .bottwi, .redes .botgoo {
	overflow:hidden;
	zoom: 1;
	display: inline;
	display: inline-block;
	vertical-align: top;
}
.redes .bottwi{
	margin-top:3px;
}
.redes .botgoo {
	margin-top:0px;
}

.redes .botgoo {
	width:60px;
}


/*HEADER*/
header{
	color: #333;
}

.slogan_cabecera{
	font-weight:600;

	font-size:2em;
	font-family: 'Lato', sans-serif;
	color:#573b28;
	text-transform:uppercase;
	letter-spacing:0px;
	
}

header .fa{
	/*color: #999999;*/
	color: #000;
	height:25px;
	line-height:auto;
	margin: 0;
	padding-top: 1px;
	text-align: center;
	width: 25px;
}
header a {
	

}
header a .fa{
	color: #689b25;
	width:auto;
	font-size:1.5em;
	margin-left:15px;

}
header  a .fa:hover{
	/*color: #999999;
	color: #000;*/
	text-decoration:underline;
}

header .contenedor_bloques_header a{
   /*color: #999999;*/
}
header .contenedor_bloques_header a:hover{
    color: #000;
	text-decoration:underline;
}
header .enlaces_cabecera li {
   float: left;
   width: auto;
   padding: 0px 5px;
   border-right: 1px solid #999;
}
header .contenedor_bloques_header ul {
	float: right;
}
header .contenedor_bloques_header li:first-child {
    border-left: 0px solid #336666;
}

header .contenedor_bloques_header li:last-child {
    border-right: 0px solid #336666;
	padding-right:0px;
}
.contenedor_bloques_header{
	margin-top:15px;
}
.contenedor_bloques_header h2{
	font-size:2em;
	font-weight:bold;
}

.contenedor_datos_header{
	font-size:1.5em;
}
.contenedor_bloque_header div{
	display: table-cell;
}

.contenedor_header_borde{
	border-right: 1px solid rgba(67,69,74,.1);
	padding: 0 15px 0 0px;
	vertical-align: middle;
	float:right;
}


.titulo_bloque_header{
	color:#666;
	font-size:1.3em;
}
.contenedor_rrss_cabecera{
	margin-top:5px;
}


/*SLOGAN*/
.container_slogan{
	text-align:center;
	padding:35px 15px;

}

.container_header .fa:hover{
    color: #000;
}
#contenedor_header_principal{
	padding-top:0px;
	border-bottom: 0px solid #000;
	background:#FFF;
}

#contenedor_header_principal3{
	padding-top:0px;
	border-bottom: 0px solid #000;
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#000;
	background: rgba(255,255,255,0.9);
	display:none;	
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.contenedor_efecto_header{
	    background: url('../../../images/fondosubnav.png') no-repeat center bottom   ;
		background-repeat:repeat-x; background-position:center;
		height:75px;
		position:absolute;
		
		width:100%;
		float:left;
		z-index:1000;
}
.contenedor_header_home{
	padding-top:0px;
	border-bottom: 1px solid #000;
	background:none;
	background-color:rgba(255, 255, 255, 0.8);
	position:absolute;
	width:100%;
	z-index:150;
}



#contenedor_logo_nav{
	display:none;
}
img.logo_home, img.logo, img.logo2{
	width:auto;
	margin-bottom:15px;
	/*float:left;
	margin-top:15px;
	margin-right:15px;
	text-align:left;*/
	margin:auto;
	margin-top:5px;
}

img.logo_home{
	max-height:220px;
	margin-top:75px;
}
img.logo_home2{
	max-height: 400px;
margin-top: 25px;
}
img.logo{
	max-height:110px;
	float:left;
	margin-bottom:0px;
	
}
img.logo2{
	max-height:150px;
	float:left;
	margin-top:0px;
}
img.logo3{
	max-height:70px;
	float:left;
	margin-bottom:0px;
	
}
img.logo_pie{
	max-height:150px;
}

.logo_nav{
	max-width:50px;
	height:auto;
}
.img-responsive{
	margin-left:auto;
	margin-right:auto;	
	
}

/*Jumbotron*/
.jumbotron {
    margin-bottom: 25px;
    margin-top: 25px;	
    color: inherit;
    background: transparent none repeat scroll 0% 0%;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	text-align:center;
}

.jumbotron h3 {
    color: #CCC;
    margin: 0px;
    font-size: 1em;
	font-weight: bold;
}

.jumbotron span.paso_activo {
    color: #000;
    margin: 0px;
    font-size: 1.2em;
	
}


/***************** Nav ***************************/
nav.navbar-default{
	margin-top:0px; 
	text-align:center;
    border: none;
	background:#689b25;
	padding-top:5px;
	padding-bottom:5px;	
}
.nav > li > a {
   padding:0px ;   	
   padding-left:20px ;

   font-size:1em;
   color:#000;
}


.nav{ float:none;}


.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}



elemento {

}
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    margin-left: 0px;
}

.navbar-collapse {padding-right: 0px;padding-left: 0px;}


.dropdown-menu {
	line-height:1em;
	text-align:left;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background:none;
  color:#000;
 
}


.list-unstyled li {
  padding-left:17px;
  list-style-position:inside;
  list-style: none;
}

.navbar-toggle {
    margin-right: 0px;
	margin-top:10px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

small {
    font-size: 80%;
}

.recaptchatable {
	width:100%;
    line-height: 1em;
    border: 1px solid #DFDFDF !important;
}

/*SUB SUB MENU*/
.navbar-nav .collapsible ul .dropdown-menu > li > a, .navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 0px;
}


/***************** NAV SCROLL ***************************/
.contenedor_nav_scroll{
	display:none;
}
.contenedor_nav_scroll .navbar-default {
	text-align:center;
}

.contenedor_nav_scroll .nav > li > a {
    padding-top: 10px;
    padding-bottom: 0px;	
}

/***************** SUBNAV ***************************/
.contenedor_subnav{
	background-color:none;
	padding:15px ;

	background:none;
	margin-bottom:15px;
	padding-top:0px;
	padding-bottom:5px;	
/*	background-size:cover;
	background-repeat:no-repeat;*/


	border-bottom: 0px solid #F90;
	font-size:1em;
	color: #000;
	height:450px;
	
}

.contenedor_subnav .titulo_subnav{
	margin-top:100px;

}
.contenedor_subnav h1{
	color: #FFF;
	font-weight:normal;
	text-shadow: 1px 1px 1px #000;
}
.contenedor_subnav h2{
	color: #FFF;
	font-weight:normal;
	text-shadow: 1px 1px 1px #000;
}
.contenedor_subnav a{
	font-weight:bold;
}

.contenedor_subnav .fa {
    color: #000;
}

.contenedor_subnav_min{
	background-color:none;
	padding:15px ;

	background:none;
	margin-bottom:15px;
	padding-top:0px;
	padding-bottom:5px;	

	border-bottom: 1px solid #EFEFEF;
	font-size:1em;
	color: #000;
	height:auto;
	background-color:#FFF;
	
}


.contenedor_subnav_min .titulo_subnav{
	text-align:left;
	margin-top:0px;

}
.contenedor_subnav_min h1{
	font-size:2.5em;
	color: #000;
	font-weight:normal;
	/*text-shadow: 1px 1px 1px #000;*/
}
.contenedor_subnav_min h2{
	font-size:1.2em;
	color: #000;
	font-weight:normal;
	padding-bottom:10px;
	/*text-shadow: 1px 1px 1px #000;*/
}
.contenedor_subnav_min a{
	font-weight:bold;
}

.contenedor_subnav_min .fa {
    color: #000;
}


.contenedor_breadcrumb{
	/*text-align:right;*/
	background: #cae29c linear-gradient(#cae29c, #dceebb) repeat scroll 0% 0%;
	background: #89b434 linear-gradient(#71a2cc, #9cb7cf) repeat scroll 0% 0%;
	background: #89b434 linear-gradient(#71a2cc, #9cb7cf) repeat scroll 0% 0%;
	background: #89b434 linear-gradient(#CCC, #DDD) repeat scroll 0% 0%;	
	color: #FFF;
	text-shadow: none;
	margin-bottom: 15px;
	padding-top:15px;
	padding-bottom:15px;	
}
.contenedor_breadcrumb a{
	color:#000;
}
.breadcrumb{
	background:none;
	padding: 0px 0px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 0px;
	font-size:0.9em;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "\003e";
}


/***************** Footer ***************************/
footer{
	margin-bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:100px;
	margin-top:100px;
	font-size:0.9em;
/*text-shadow: 1px 1px 1px #000;*/
}



footer .fa {
	font-size:1.5em;
	margin-top:5px;
}
footer  a {  
    text-shadow: 0px 1px 1px #000;
}
footer strong	{  font-size:1.2em; line-height:1.7em;  }

footer .ul_submenus li{
	padding-left:0%;
	font-size:0.7em;
	text-align:left;
	width:100%;
	list-style:none;
	margin-left:0px;
	margin-top:10px;
	display:block;
	text-decoration: none;
	line-height:1.2em;
	padding-bottom:2px;
}


footer .titulo_h3 {
	color:#FFF;
	font-size:1.2em;
	display: block;
	font-weight: 900
}

footer .enlace_nav_footer{
	font-size:0.7em;
	margin-left:3px;
	margin-right:3px;	
	
}


/************* SUB FOOTER ***************/
.subfooter{
	color:#FFF;
	/*margin-bottom:1050px;
	padding-bottom:1050px;*/
	margin-top:50px;
}

.subfooter a{
	color:#FFF;
	  text-shadow: 0px 1px 1px #000;
}
.subfooter a:hover{
	color:#FFF;
}



/*AVISOS*/
.aviso_newsletter_error, .aviso_newsletter_ok, .aviso_contacto_error, .aviso_contacto_ok{
    border-radius: 5px;
	margin-bottom:0px;
}

.aviso_newsletter_error{
	display:none;
	color:#F00;
	padding-left:0px;	
}
.aviso_newsletter_ok{
	display:none;
	color:#66AA00;
}

.aviso_contacto_error{
	display:none;
	color:#F00;
	
}
.aviso_contacto_ok{
	display:none;
	color:#66AA00;
}
.aviso_usuario_error{
	display:none;
	color:#F00;
	margin-top:15px;

}



/*MODAL*/
.modal-title {
    margin: 0px;
    line-height: 1.42857;
	color:#F00;
	font-size:1.5em;
	font-weight:bold;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #E5E5E5;
}
.modal-dialog {
    margin: 100px auto;
		font-size:0.8em;
}

.modal-header h2, .modal-header h3{

	color:#FFF;
}

.modal-header h2::after{
	display:none;
}

/*FORMS*/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error label {
    color: #F00;
}
.radio label, .checkbox label {
    display: inline;
    font-weight: bold;
    cursor: pointer;
}

textarea.form-control{
	
}

.container_contacto .fa{
	width:25px;
	color:#000;
	font-size:1.2em;
	
}
.datos_contacto{
	font-size:1.2em;
}
.datos_contacto h2{
	font-size:1.2em;
}

.input-group[class*="col-"] {
    float: left;
	margin-top:15px;
}

/*PANEL
.panel-default > .panel-heading {
    color: #77bb22;
    background-color: #FFF;
    border-color: #ddd;
}

.panel-title {
    font-size: 1.2em;
	font-weight:700;
}*/


/************ ACORDEON ****************/ 
.panel-default > .panel-heading {
	background-color: #689b25;
	padding: 15px;
	padding-left: 15px;
	color: #FFF;
}
.panel-default {
	background-color: #FFF;
	border:#563926 1px solid;
}

.panel-default > .panel-heading h3{
	color: #FFF;
	font-weight: normal;
}



/*CARRUSEL*/
.contenedor_slider{
	background-color:#EFEFEF;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel-inner{
   /* border: 2px solid #EEE;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;*/
}
.carousel-inner .item{
	height:auto;
}
.carousel-inner .item_home{
	/* height:450px; */
}

.carousel-control.left {
	background:none;
}
.carousel-control.right {
	background:none;
}
.carousel-caption {
	/*background-color:#000;*/
	bottom: 130px;
	width: 100%;
	left: 0px;
	z-index: 2;
	text-align: center;
	/*opacity: 0.7;*/
	text-shadow:none;
}
.carousel-caption .titulo_h1{
	color:#FFF;
	font-weight:bold;
	font-size:2.7em;
	text-shadow: 1px 1px 1px #000;
	margin-bottom:25px;
	display: block;
	line-height: 1.1;
}

.carousel-caption .titulo_h2{
	color:#FFF;
	font-weight:bold;
	font-size:2em;
	text-shadow: 1px 1px 1px #000;
	margin-bottom:25px;
	display: block;
	line-height: 1.1;
}

.carousel-caption .titulo_h1 a{
	color:#FFF;
	font-weight:bold;
	/*text-shadow: 1px 1px 1px #000;*/
	margin-bottom:25px;
}

.carousel-caption .titulo_h2 a{
	color:#000;
	font-weight:bold;
	/*text-shadow: 1px 1px 1px #000;*/
	margin-bottom:25px;
}


.carousel-caption a:hover{
	color:#FFF;
	text-decoration:none;
}
.carousel-caption a.subtitulo{
	color: #999;
	font-weight:normal;
	font-size:0.9em;
}
.carousel-caption a.subtitulo:hover{
	text-decoration:none;
}


/* CARRUSEL THUMBS */

#carousel-example-generic {
 /* display: inline-block;*/
}
/*****************************/

/* Plugin styles */
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	/*display: inline-block;*/
}
ul.thumbnails-carousel li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
	   list-style: outside none none;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.4;
}
.indicators-fix {
	bottom: 170px;
}
.thumbnails{
	width:auto;
	height:50px;
}
.carousel-inner{
	width:100%;
	text-align:justify;
	
}
.slide_apartado{
	width:100%;
}
.carousel-caption{
	color:#000;
	
}

.bloque_izquierdo_t-f-t{
	text-align:right;
}
h3.titulo_bloque_t-f-t{
	margin-bottom:0px;

	
}

/*Caroulel fade*/	
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  text-align: center;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}	


/*IFRAMES*/
iframe.youtube{
	width:100%;
	height:600px;
	margin:auto;
	text-align:center;
}



.fa-2x{
	color:#999999;
	font-size:3em;
		min-width:35px;
		text-align:center;
}


/*MEN�S IZQUIERDA*/
.contenedor_menu_izquierda {
	margin-bottom:25px;
}

.contenedor_menu_izquierda li a {
    display: block;
    background: #F5F5F5;
    padding: 15px;
    color: #444;
}

.contenedor_menu_izquierda li {
    margin-top: 10px;
}

.contenedor_menu_izquierda li a::after {
    float: right;
    content: ">";
}
.contenedor_menu_izquierda li.current-menu-item a, .contenedor_menu_izquierda li:hover a {
    background: #669999;
	color:#FFF;
}

.contenedor_menu_izquierda li.menu_izquierdda_active a{
    background:#99CCCC;
	color:#669999;
	
}



#map-canvas{
	width: 100%; height:300px;  margin-bottom:15px; margin-top:15px;
}




.container_global_actividad{
	border: 2px solid #CCC;
	margin-top: 50px;;
	padding: 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*Actividades*/
.container_padre_actividad{
    /*display: block;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ); */
}
.container_actividad_actividades {
	height:250px;
	margin-bottom:15px;
	margin-top: 15px;;
	padding:0px;
	-webkit-border-radius: 10px ;
    -moz-border-radius: 10px ;
    border-radius: 10px ;
}
.container_padre_actividad a{
    /*display: block;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ); */
}

.container_actividad{
	margin-top:0px;
	margin-bottom:15px;
	font-size:0.8em;
	/*height:250px;*/
	
	border-top:#000 0px solid;
	padding:0px;
	-webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
	padding-top: 5px;;
}
/*.container_padre_actividad a{
    display: block;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
}*/
.container_global_actividad h2{
	
	margin: 0;
	border-left: #679a9a 0px solid;
	padding-left: 0px;
	text-decoration: none;
	color: #583c29;
	font-size: 1.5em;
	font-weight: 900;

}

.descripcion_actividad{
	
	padding: 15px;;
	/* background-color: #FFF; */

}
.texto_apartado_actividades{
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px 20px;
	color:#FFF;
	width:100%;
}
.texto_actividad{
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px 20px;
	color:#FFF;
	width:100%;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 )
}
.texto_categoria_actividad{
    position: absolute;
    top: 0;
    margin: 0;
    padding: 10px 20px;
	color:#FFF;
	width:100%;
	background-color: #689b25;
	/* background: -moz-linear-gradient(top,rgba(0,0,0,0.7) 100%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.7) 100%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.7) 100%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ) */
	-webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
.texto_precio_actividad_old{
    position: absolute;
    top: 10px;
	right:10px;
	z-index: 99;
    margin: 0;
    padding: 0px;
	color:#FFF;
	/* width:67px;
	height:67px ; */
	background-color: #689b25;
	border-radius: 50%;;
	border: 0px solid #FFF;
	/*line-height: 58px;*/
	font-size: 1.1em;;

	
}

.texto_precio_actividad{
    position: absolute;
    bottom: -10px;
	right:10px;
	z-index: 99;
    margin: 0;
    padding: 0px;
	padding-top: 5px;
	color:#FFF;
	width:64px;
	height:64px ; 
	background-color: #689b25;
	border-radius: 50%;;
	border:2px solid #FFF;
	line-height: 20px;
	font-size: 1em;;

	
}
.bloque_precio_actividad{
    position: absolute;
    top: -130px;
	left:10px;
	z-index: 99;
    margin: 0;
    padding: 5px;
	color:#FFF;
	width:120px;
	height:120px ; 
	background-color: #689b25;
	border-radius: 50%;;
	border:2px solid #FFF;
	line-height: 40px;
	font-size: 1.9em;;
	text-align: center;

	
}
.bloque_precio_actividad span{
	font-size: 0.8em;;
}
.bloque_reserva_actividad{
    position: absolute;
    top: -130px;
	right:10px;
	z-index: 99;
    margin: 0;
    padding: 0px;
	color:#689b25;
	width:120px;
	height:120px ; 
	
	line-height: 40px;
	font-size: 1.9em;;
	text-align: center;

	
}
.bloque_reserva_actividad .btn-success {
   
	
	color:#fff;
	width:120px;
	height:120px ; 
	background-color: #f3a000;
	border-radius: 50%;;
	border:2px solid #fff;
	line-height: 40px;
	font-size: 1em;;
	text-align: center;
  }

  .bloque_reserva_actividad .btn-success:hover {
	background-color: #9c552a;
	border-color: #FFF;
	color:#FFF;
  }
.bloque_reserva_actividad span{
	font-size: 0.8em;;
}

.capa_tabla_fechas {
	height: 350px;
	overflow: scroll;
  }

.container_padre_actividad a:hover {
    /* background: rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; */
}
.container_padre_actividad a:hover .texto_actividad {
    /* top: 0;
    bottom: auto; */
}

.contenedor_pie_actividad{
	display:none;
}

.container_padre_actividad a:hover .contenedor_pie_actividad{
	display:block;
}

.container_padre_actividad a:hover .texto_actividad::after {
    /*content: '+ info';*/
    color: #F90;
   
    display: inline-block;
    margin-top: 10px;
    line-height: 1.1em;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
}

.container_actividad h2, .container_actividad_actividades h2{
	color: #FFF;
	font-weight:700;
	font-size:1.3em;
	
}

.container_actividad a.destacado {
	color: #000;
	text-decoration: none;
}

.container_actividad h2{
	color:#000;
}


span.precio{
	font-size:1.3em;
	
}


.contenedor_nivel_1,.contenedor_nivel_2,.contenedor_nivel_3,.contenedor_nivel_4,.contenedor_nivel_5 {
	border: 1px solid #DDD;
	border-radius: 50%;
	color:#FFF;
	padding:0px;
	width: 25px;;
	height: 25px;;
	font-size: 0.8em;	
	line-height: 23px;;
	/*margin-left:1%;*/
}
.contenedor_nivel_margin_0{
		margin-left:0%;
}
.contenedor_nivel_1{background-color: #669900;}
.contenedor_nivel_2{background-color: #ff9933;}
.contenedor_nivel_3{background-color: #F00;}
.contenedor_nivel_4{background-color: #990099;}
.contenedor_nivel_5{background-color: #336699;}

.contenedor_iconos{
	width:82%;
}
.icono, .icono_actividad {
	width:23px;
	height:23px;
    vertical-align: bottom;
}
.icono, .icono_actividad {
	width:23px;
	height:23px;
    vertical-align: bottom;
}


.contenedor_pie_actividad{
	display:none;
}

.container_padre_actividad a:hover .contenedor_pie_actividad{
	display:block;
}

/*opiniones actividades*/
.fondo_curso_home{
	height:250px;
	width:100%;
	
}
#owl-demo3 .item div.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: #000;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

#owl-demo3 div.overlay { width:100%; height:100%; top:0; position:absolute; background:#000; opacity:0; -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; }
#owl-demo3 div.texto { width:90%; /*height:100%;*/ position:absolute; color:#fff; text-align:center; opacity:0; -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; left:5%; }
#owl-demo3 div.texto a { color:#fff; }

#owl-demo3 div.texto { top:100px; font-size:0.8em; }
#owl-demo3 div.texto a { color:#fff; }
#owl-demo3 .item:hover div.overlay { opacity:0.6; }
#owl-demo3 .item:hover div.texto { opacity:1; }
#owl-demo3 h3 { color:#FFF; margin-bottom:15px; }


.carrusel_fle .item_fle div.overlay {
	display:none;
    background: #000;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	height: 250px;
width: 100%;
position:absolute;
	


}

.carrusel_fle div.texto {  /*height:100%;*/  color:#fff; text-align:center; opacity:1; -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; margin:auto }
.carrusel_fle div.texto a { color:#fff; }

.carrusel_fle div.texto { font-size:0.8em; padding-top:120px; height: 250px;

background: rgba(0,0,0,0.1);


 }
.carrusel_fle div.texto a { color:#fff; z-index:5000 }
.carrusel_fle .item_fle:hover div.overlay { opacity:0; }
.carrusel_fle .item_fle:hover div.texto { opacity:1; 


background: rgba(0,0,0,0.5);




}
.carrusel_fle h3 { color:#FFF; margin-bottom:15px; }

.fondo_curso_home{
	
}
.slick-prev::before, .slick-next::before {
    font-size: 30px;
    color: #689b25;
}
.slick-prev {
    left: -40px;
}
.slick-next {
    right: -25px;
}
#owl-demo2 .item {
    padding: 15px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-left: 2px;
    font-size: 0.9em;
}

#owl-demo2 .item::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 14px 18px 0;
    border-color: #ccc transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 2px;
    left: 150px;
}
#owl-demo3 .item {
  
}

#owl-demo3 .horizontal {
	width:700px;
	/*height:350px;
	height:600px;*/
}

#owl-demo3 .vertical {
	width:400px;
	/*height:350px;
	height:600px;*/
}
span.star {
    color: #F90;
    font-size: 1.9em;
}
.ec-stars-wrapper {
    display: inline-block;
    position: relative;
}

.contenedor_buscador,.contenedor_boton_reserva,.contenedor_gris{
	font-size:0.9em;
}

.contenedor_boton_reserva{
	float:right;
	margin-left:15px;
}



.tab-content{
	font-size:0.85em;
	padding-top:0%;
	line-height:1.7em;
}
.nav-tabs > li > a {
	font-weight:bold;
	font-size:0.8em;
}

.nav-tabs.nav-justified {
    border-bottom: 0px solid #000;
    width: 100%;
	margin:auto;
}

justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0px solid #000;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0px solid #000;
	background:none;
}

.nav-tabs.nav-justified > li {
    -moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 10px;
}

.nav-tabs.nav-justified  > li > a {
    padding: 0px ;
}

.nav-tabs.nav-justified > li.active {
    border: 0px solid #000;
	background:none;
	background-color:#FFF;
    box-shadow: inset 0px 0px 0px #000;

}


.nav > li > a:hover {
    text-decoration: none;
	background:none;
}
.nav > li > a:focus {
    text-decoration: none;
}
.nav-tabs.nav-justified > li.active > a:hover {
    border: 0px solid #000;
	background:none;
}
.nav > li:hover{
    text-decoration: none;
}


/*BLOG*/
.contenedor_noticia{
	font-size:0.9em;
}
.contenedor_noticia_listado article{
/*	font-size:0.9em;*/
}
.contenedor_noticia_listado .fa, .contenedor_noticia_derecha_listado .fa{
	color:#000;
}

/*
.contenedor_noticia_derecha_listado{
	font-size:0.9em;
}*/
span#fecha_publicacion{
	font-size:0.7em;
	color:#999;
}
.img_noticia_listado{
	margin-top:15px;
}

.enlace_titulo_blog{
	
}

.enlace_categoria_blog{
	color:#000;
/*	font-size:0.7em;*/
}

ul.derecha_noticia {
	margin-top:7px;
}

ul.derecha_noticia li{
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:7px;
}

ul.derecha_noticia li::before {
    content: " - ";
} 


/*BLOG*/
.contenedor_noticia{
	/*font-size:0.9em;*/
	margin-top:25px;
}
.contenedor_hijo h2::after{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	display: 
	block;content: "";
	background: #7f00a0;
	width: 40px;
	height: 2px;
	margin-top: 13px;
}

.contenedor_hijo h3{
	margin-top: 15px;
}
.titulo_noticia{
	font-size: 1.4em;
	font-weight:500;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*PAGINATION*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #FFF;
    cursor: default;
}

.pagination > li > a, .pagination > li > span {
    color: #929B57;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
}


.ec-stars-wrapper {
    display: inline-block;
    position: relative;
}
.ec-stars-overlay {
    position: absolute;
    height: 30px;
    right: 0;
    top: 0;
    background-color: transparent;
    background-color: rgba(255,255,255,0.7);
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

.mobile_footer_container {
	display: inline-block !important;
	padding-bottom: 0px;
	/*background: rgba(138, 190, 211,1);
	width: 100%;*/
	z-index: 100;
	position: fixed;
	bottom: 0;
	
	text-align: center;
	padding: 0px 0px;
	left: 0px;
}


.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border: 0;
	}
  
  .embed-responsive-16by9 {
	padding-bottom: 56.25%;
  }
  
  .embed-responsive-4by3 {
	padding-bottom: 75%;
  }