/* encabezado --------------------------------------------------------*/

.breadcrumb-container .heading-ofi {
background-image: url("../images/bg-ofi-virtual.jpg");
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
padding: 25px 10px;
border: none !important;
color: #fff;		
}
.heading-ofi h1 {
  text-transform: none;
}
.heading-ofi p {
  font-size: 15px;
}

/* slider destacados -------------------------------------------------*/
.destacado {
   border-radius: 5px !important;
   border: solid 1px #ddd !important;
}

.destacado .carousel-caption {
   padding:0 !important;
   left: 1px  !important;
   right: 1% !important;
   font-family:"roboto_slabregular",serif !important;
}

.destacado .carousel-caption .title {
   background:none !important;
   color:#40495A !important;
   font-size:20px !important;
   border-bottom:#ddd dashed 1px !important;
   text-shadow:none !important;
}
.destacado .carousel-caption .description {
   background:none !important;
   color:#40495A !important; 
   font-size:13px !important;
   text-shadow:none !important;
}

/* slider anuncios ---------------------------------------------------*/

.sg-slider .bx-wrapper {
  background: none;
}

.slider-anuncios {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #ddd;
	padding: 15px;
	background: #FCF8E3;
	margin: 0;
}
.slider-anuncios .slider {
  padding: 20px 0;
}
.sg-slider .slider-anuncios h4 {
	font-size: 19px;
	margin-bottom: 6px;
}
.sg-slider .slider-anuncios .date-element {
	margin-bottom: 5px;
	display: block;
}
.sg-slider .slider-anuncios.well .description {
	font-size: 14px;
line-height: 20px;
}

.sg-slider .slider-anuncios .bx-wrapper .bx-viewport {
  overflow-y: hidden !important;
}
.sg-slider .slider-anuncios .bx-wrapper .bx-has-controls-direction {
  left: auto;
  top: -50px;
right: 70px;
}
.sg-slider .slider-anuncios .bx-wrapper .bx-controls-direction a.bx-prev {
  bottom: auto;
  left: auto;
  right: 30px;
  top: 0;
}
.sg-slider .slider-anuncios .bx-wrapper .bx-controls-direction a {
  background: none repeat scroll 0 0 #00b1d1;
  color: #fff;
  font-size: 20px;
  padding: 0 8px;
  position: absolute;
  z-index: 9999;
}
.sg-slider .slider-anuncios .bx-wrapper .bx-controls-direction a:hover,
.sg-slider .slider-anuncios .bx-wrapper .bx-controls-direction a:focus {
  background: none repeat scroll 0 0 #000000;
}
.slider-anuncios .title .small {
  padding-top: 6px;
}


/* cajas small-title de listados -----------------------------------*/
@media 
   (min-width: 768px) {
   .wrapper.small-title-absolute {
      position:absolute; /* anclaje para slide  de Destacados en pagina Sede Electronica */
   }
}
@media 
   (max-width: 768px) {
   .wrapper.small-title-absolute {
      position:static; /* anclaje para slide  de Destacados en pagina Sede Electronica */
   }
}

.wrapper.small-title {
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
}

.wrapper.small-title ul > li {
	border-bottom: none;
}
.wrapper.small-title header,
.wrapper.small-title header .title {
	border-bottom: none !important;
margin-bottom: 7px;
font-size: 22px;
}

/* de interes ----------------------------------------------------------------*/

.small-title h2 {
 line-height: 1.1;
 margin-top: 0px;
 font-size: 17px;
 font-family: "roboto_slabregular",serif;
 text-transform: uppercase;
 color: #40495a;
 font-weight: normal;
 margin-bottom: 20px;
 padding-bottom: 5px;
 border-bottom-width: 1px;
 border-bottom-style: dashed;
 border-bottom-color: #cccccc;
}

.enlaces-interes > .wrapper ul li a {
  background: url("../images/arrow-icon.png") no-repeat scroll left 8px rgba(0, 0, 0, 0);
  border-bottom: 1px dashed #ddd;
  display: block;
  padding: 1px 0 1px 16px;
}

.ts-botontxt_buscar .btn-specific-main .btn-specific-secondary {color:#FFFFFF;}