.mainMenu .dropdown-menu .active {
	color: #ff0000;
}
.btnMore {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.btnMore:before {
	content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #0088CF;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btnMore:hover:before, 
.btnMore:focus:before, 
.btnMore:active:before {
    left: 0;
    right: 0;
}
.FranjaSlide {
	margin-top: 0px;
}
.boxSlide {
	max-width: 2235px;
	margin: auto;
}
.slide1 {
	background-image: url(../img/Beneficiario1.jpg);
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-position: center 0;
	background-repeat: no-repeat;
	height: 530px;
}
.slide2 {
	background-image: url(../img/Beneficiario2.jpg);
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-position: center 0;
	background-repeat: no-repeat;
	height: 530px;
}
.slide3 {
	background-image: url(../img/Beneficiario3.jpg);
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-position: center 0;
	background-repeat: no-repeat;
	height: 530px;
}
.slide4 {
	background-image: url(../img/Beneficiario4.jpg);
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-position: center 0;
	background-repeat: no-repeat;
	height: 530px;
}
#comite .slide1,
#comite .slide2,
#comite .slide3 {
	height: 490px;
	background-position: center 0;
	background-repeat: no-repeat;
}
#comite .slide1 {
	background-image: url(../img/comite_areas1.jpg);
}
#comite .slide2 {
	background-image: url(../img/comite_areas2.jpg);
}
#comite .slide3 {
	background-image: url(../img/comite_areas3.jpg);
}
.SldEnsayos .slide1 {
	background-image: url(../img/comite_ensayo1.jpg) !important;
}
.SldEnsayos .slide2 {
	background-image: url(../img/comite_ensayo2.jpg) !important;
}
.SldEnsayos .slide3 {
	background-image: url(../img/comite_ensayo3.jpg) !important;
}
.SldAcademico .slide1 {
	background-image: url(../img/comite_academico1.jpg) !important;
}
.SldAcademico .slide2 {
	background-image: url(../img/comite_academico2.jpg) !important;
}

.boxMainContenido {
	padding-top: 20px;
	padding-bottom: 30px;
}
#comite h2 {
	border-bottom: 1px solid;
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
    padding: 5px 0px 7px 8px;1
}
#comite h3 {
	border-bottom: 1px solid;
	width: 340px;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 1px;
	text-align: left;
}
#comite h3.i-2{
    width: 60% !important;
}
#comite h3.i-3{
    width: 90% !important;
}

#cifras h2 {
	border-bottom: 1px solid;
	font-weight: 300;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #E30613;
	padding-bottom: 3px;
}
.personaComite {
	padding-top: 5px;
	padding-bottom: 5px;
}
.nombreComite {
	font-size: 18px;
	color: #153462;
	margin-bottom: 3px;
	font-weight: 400;
}
.cargoComite {
	font-size: 15px;
	color: #43433d;
	margin-bottom: 3px;
    font-weight: 400;
    line-height: 16px;
}
.lugarComite {
	font-size: 15px;
	color: #1D1D1B;
	margin-bottom: 3px;
    font-style: italic;
}
.perfilComite {
	font-size: 14px;
	line-height: 18px;
}
.boxIntroSlide {
	position: absolute;
	top: 60px;
	z-index: 9;
}
.boxTexto2 {
    top: 10px;
}
.boxTexto h1 {
	font-weight: 300;
	font-size: 40px;
	color: #ed1c24;
	margin-bottom: 20px;
}
.boxTexto h1 small {
	color: #0071AC;
}
.boxTexto p {
	font-size: 19px;
	color: #000000;
	line-height: 24px;
}
.btnMore{
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 30px;
}
.logoFooter {
    padding-top: 5px;
}
.mapa {
	text-align: center;
	margin-bottom: 50px;
}
.marginTop {
	margin-top: 90px;
}
.botonMas {
	text-align: center;
	margin-top: 40px;
}
.btnPais {
	border: none !important;
}
.boxPaises {
  position: absolute;
  z-index: 5;
  bottom: 0;
  margin-bottom: 80px;
  left: 50%;
  margin-left: -110px;
  min-height: 100px;
  width: 220px;
  background: rgba(65, 9, 54, 0);
  -moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  padding: 10px;
  line-height: 1.2;
}
.boxPaises h4 {
  font-weight: 500;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
table .pais {
  text-align:right;
  color: #fff;
  font-size:16px;
  padding: 2px 4px;
}
table .estudiantes {
  color:#fff;
  font-size:18px;
  padding: 2px 4px;
  font-weight: 400;
}
.slideCifra.slick-slider {
  margin-bottom: 0;
}
.mostrarBox {
  background: rgba(65, 9, 54, .85) ;
  opacity: 1;
  -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.glyphicon-chevron-up {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rotar {
  transform : rotate(180deg);
  -moz-transform : rotate(180deg); 
  -webkit-transform : rotate(180deg);
  -o-transform : rotate(180deg);
}
/*barras de grafica*/
.progress {
  overflow: hidden;
  height: 14px;
  margin-bottom: 11px;
  background-color: #EAEAEA;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.barrasProgreso {
  padding-top: 5px;
}
.ListaAreas li, .ListaAreasResultados li {
	line-height: 1.4;
	padding-bottom: 4px;
	font-weight: 400;
}
/*fin barras de grafica*/
.bgOro {
	background-color: #B5A574;
}
.bgAzulVerde {
  background-color: #007785;
}
.bgAzul {
  background-color: #1BB0CE;
}
.bgVinoTinto {
  background-color: #A31930;
}
.bgVioleta {
  background-color: #A40B54;
}
.bgNaranja {
  background-color: #E46F0A;
}
.bgNaranjaOsc {
  background-color: #BA5717;
}
.bgVerde {
  background-color: #11766D;
}
.bgVerdeOsc {
  background-color: #00464F;
}
.bgAmarilloOsc {
  background-color: #BDA507;
}
.bgMorado {
  background-color: #410936;
}
.bgVerdeClaro {
  background-color: #2FA537;
}
#infog {
	background-image: url(../img/bg_infografia.jpg);
}
#infog .FranjaSlide {
	background: none;
}
.boxBec {
	height: 100%;
}
.creditoBecario {
	position: absolute;
	bottom: 10px;
	right: 0;
	background-color: rgba(0,0,0,.7);
	font-weight: 300;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
}
.creditoBecario p {
	margin-bottom: 0px;
	line-height: 1.2;
}
.creditoBecario .rojo {
	font-weight: 400;
}
.creditoBecario .rojo span {
	color: #fff;
}
.btnAction {
	background-color: #0794fa;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
	border: 1px solid;
	display: block;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.btnAction:hover {
	border: 1px solid;
	background-color: #fff;
	color: #E30613;
}
.cifras-destino {
   width: 39%;
}
.barras_cifras {
   padding: 0; width: 48.6%;
}
.n_cifras_top {
    width: 4%; padding: 0;
}
.barras_cifras .progress {
    border-bottom-right-radius: 60px; border-top-right-radius: 60px; margin-top: .2em;
}
.u_destinos_barra {
    border-bottom-right-radius: 60px; border-top-right-radius: 60px;
    background: #c52953; /* Old browsers */
    background: -moz-linear-gradient(left, #c52953 0%, #c52953 19%, #c52953 35%, #eb0e1d 60%, #eb0e1d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c52953 0%,#c52953 19%,#c52953 35%,#eb0e1d 60%,#eb0e1d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c52953 0%,#c52953 19%,#c52953 35%,#eb0e1d 60%,#eb0e1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52953', endColorstr='#eb0e1d',GradientType=1 ); /* IE6-9 */
}
.o_cifras_top {
    width: 4%;
}
.u_origen_barra{
    border-bottom-right-radius: 60px; border-top-right-radius: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#028b14+0,3ec628+99 */
    background: #028b14; /* Old browsers */
    background: -moz-linear-gradient(left, #028b14 0%, #3ec628 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #028b14 0%,#3ec628 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #028b14 0%,#3ec628 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028b14', endColorstr='#3ec628',GradientType=1 ); /* IE6-9 */
    
}
.margin-top {
    margin-top: 48px; background-color: #fff;
}
.n_width {
    max-width: inherit !important;
}
.clearfix { clear: both;}