/* CSS ENLACES */
	/* 1 Colores marca ( Aqui definimos los colores de la marca */ 
	/* 2 Estilos generales (No es necesario modificarlos)*/
	/* 3 Estilos marca (Modificar colores)*/
	/* 4 Estilos generales II (No es necesario modificarlos)*/
	
/*Reemplazando el valor #HEX de ".marca" y ".marca_2" debería ser suficiente. */

a b {color: #BB022B;}
.enlaces li a {color: black; }
/*  1 COLORES MARCA */
.marca{color: #BB022B !important; } /*Este afecta al borde del panel */
.marca_2{color: #BB022B !important; } /*Este afecta al background de la cabecera del panel */
.negro{color: black !important; } /*Clase reset no modificar */


/*  2 ESTILOS GENERALES   */

.pagination ul li {background-color: #BB022B !important; color: #FFBF00 !important;}
	


.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#enlaces {
  padding: 100px 0 70px;
}

/*  3 ESTILOS MARCA   */

#enlaces ul.enlaces {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #BB022B;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#enlaces ul.enlaces li {
  display: block;
  padding: 10px;
}
#enlaces ul.enlaces li.enlacepoblacion {
 color: #BB022B;
}
#enlaces ul.enlaces li.cabecera-panel {
  background: #BB022B !important;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border-bottom: 1px solid #BB022B;
}

/*  2 ESTILOS GENERALES II  */
#enlaces ul.enlaces li.cabecera-panel .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#enlaces ul.enlaces li.cabecera-panel .price-duration > span {
  display: block;
  line-height: 1;
}
#enlaces ul.enlaces li.cabecera-panel .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#enlaces ul.enlaces li.cabecera-panel .price-duration > span.duration {
  margin-top: 5px;
}
#enlaces ul.enlaces li.cabecera-panel .letra-cabecera {
  margin-top: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

