
.lat_noticias_det {padding-right: 15px; padding-left: 15px;}
.fecha_noticias_det {color: #0072b5;}
.titulo_noticias_det {font-size: 26px; color: #0a4595;}
.bajada_noticias_det {font-size: 16px; line-height: 20px; color: #04224a;}
.espacios_noticias_det {margin-bottom: 20px;}
.texto_noticias_det {color: #04224a; font-size: 15px;}
.espacio_imagen_noticias_det {margin-bottom: 15px;}
.imagen_noticias_det {width: 100%;}
.borde_documentos_det {border: 1px solid #ddd; border-radius: 5px; display: block; padding: 20px; margin-bottom: 20px;}
.icono_documentos_det {font-size: 34px; color: #0072b5; margin-bottom: 10px;}
.mr-4 {margin-left: 20px;}
.ml-4 {margin-right: 20px;}





.container{ max-width:960px; }
.navbar-default{ background-color: rgba(255,255,255,0); border-color: rgba(255,255,255,0); }
.navbar-default .navbar-nav > li > a {
    color: #013857;
	font-weight:bold;
	padding:7px 16px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff; background-color: #EF9817;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding:7px 16px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
.fff{ margin-bottom: 5px; }

#bannerSuperior{ margin-bottom:8px; }
.navbar-nav{ text-align:center; }
.navbar { margin-bottom: 0px !important; }

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}
.row-centered img { width: 100%; }
.col-centered img { width: 100%; }
 

#menuBar a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    
#menuBar a:hover {
    text-decoration: none;
}

#noticias a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    
#noticias a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}


.thumbnails li> .fff .caption { 
    background:#fff !important; 

}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

.thumbnails { 
  /*  margin-bottom: -40px !important;*/
  padding-left:0px !important;
  margin-top:10px !important;
}
.thumbnail { 
  /*  margin-bottom: -40px !important;*/
  margin-bottom:-10px !important;
  border: 0px !important;
border-radius: 0px !important; /*height: 182px;*/ overflow: hidden;
}
.thumbnails li > .fff .caption { padding:15px; min-height: 180px; }
.mb_4 {/*margin-bottom: 25px;*/}


/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}





/* Carousel Control */
.control-box {
/*    text-align: right;*/
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

.align-center {
    text-align: center;
}
#congreso h1{ text-align:center; color:#013857; }
#noticias h1{ text-align:center; color:#FFF; }
#documentos h1{ text-align:center; color:#013857; }
#proyectos h1{ text-align:center; color:#fff; }
#colegios h1{ text-align:center; color:#013857; }
#quienesSomos h1{ text-align:center; color:#013857; }
#contacto h1{ text-align:center; color:#013857; }

.parrafoDocumentos{ color:#013857; font-weight:bold; }


.botonVerMasNoticias{
	padding: 10px; background-color: #FFF;
	border: 1px solid #fff; color:#39C; margin:10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	width:200px; margin:0 auto;
}
.botonVerMasNoticias:hover{
	padding: 10px; background-color: #FFF;
	border: 1px solid #fff; color:#39C; margin:10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	width:200px; margin:0 auto;
}
.botonVerMasDocumentos{
	padding: 10px; background-color: #FFF;
	border: 1px solid #F60; color:#F60; margin:10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	width:200px; margin:0 auto;
}

.botonVerMasDocumentos a:hover{ background-color: #FFF; text-decoration:none; }


.botonVerMasCongreso{
  padding: 10px; background-color: #FFF;
  border: 1px solid ##00208a; color:#00208a; margin:10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  width:100px; margin:0 auto;
  text-align: center;
}

.botonVerMasCongreso a:hover{ background-color: #FFF; text-decoration:none; }




.botonVerMasProyectos{
	padding: 10px; background-color: #FFF;
	border: 1px solid #fff; color:#39C; margin:10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin:0 auto;
}
.botonVerMasProyectos:hover{
	padding: 10px; background-color: #FFF;
	border: 1px solid #fff; color:#39C; margin:10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin:0 auto;
}

.botonSeguirLeyendoProyectos{
	padding: 10px; background-color: #FFF;
	border: 1px solid #fff; color:#39C; margin:10px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin:0 auto;
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
/*  width: 250px;
  height: 100px*/
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    float: left;
    margin-right: 10px;
}



  .carousel.fade {
      opacity: 1;
    }
    .carousel.fade .item {
      transition: opacity ease-out .7s;
      left: 0;
      opacity: 0; /* hide all slides */
      top: 0;
      position: absolute;
      width: 100%;
      display: block;
    }
    .carousel.fade .item:first-child {
      top: auto;
      opacity: 1; /* show first slide */
      position: relative;
    }
    .carousel.fade .item.active {
      opacity: 1;
    }


.thumbnailQS {
    position:relative;
    overflow:hidden;
	width:150px;
	margin:0 auto;
}
 
.captionQS {
    position:absolute;
    top:0;
    right:0;
    background:rgba(255,255,255,0.8);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#013857 !important;
    z-index:2;
	padding-top:30px;
}

#store-list img {
    width: 100%;
    height: auto;
   
    margin-bottom: 7px;
}

#store-list h4.title-store a:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #f1c40f;
}

#store-list h4.title-store a {
    color: #f39c12;
}

/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
	text-align:center;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #F68B16 transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.testimonials h4{ text-transform:uppercase; }
.imagenCongreso{ overflow:hidden; }
.imagenCongreso img{ width:100%;
-webkit-transition: all 1s ease; 
-moz-transition: all 1s ease; 
-ms-transition: all 1s ease; 
transition: all 1s ease;
border:solid #f8f8f8 1px;
 }
 .imagenCongreso img:hover{ border:solid #999 1px; }


.espacioAbajo{ margin-bottom:15px; }


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}



@media (min-width: 768px){
    .hash-list.cols-3 > li:nth-last-child(-n+3) {
        border-bottom: none;
    }
    .panel{ min-height: 260px !important; }

}
@media (min-width: 768px){
    .hash-list.cols-3 > li {
        width: 33.3333%;
    }
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    }
	
	.thumbnail {height: auto;}
	
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
	
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	
.mb_4 {margin-bottom: 25px;}
	
.thumbnail {height: auto;}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {  

.mb_4 {margin-bottom: 0px;}
	
.thumbnail {height: 186px;}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

.mb_4 {margin-bottom: 0px;}
	
.thumbnail {height: 186px;}

}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

.paginador{
  float:left;
  padding:7px;
  border:1px solid #CCC;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:14px;
  margin-left:3px;
  margin-right:3px;

  text-align:center;
  background-color:#F8F8F8;
  color:#0088CC;
      -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border-radius: 4px;  
  }
.paginador a{ 
text-decoration:none;
color:#0088CC;
}
.paginador:hover{
background-color:#DDD;
}
.paginador_ac{
  float:left;
  padding:7px;
  border:1px solid #CCC;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:14px;
  margin-left:3px;
  margin-right:3px;

  text-align:center;
  background-color:#F8F8F8;
  color:#fff;
  background-color:#CCC;
      -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border-radius: 4px;  
  }