/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2022 | 13:53:48 */
/* Estilos Páginas de Facultades*/

   .franjaEducacionContinua
{
	margin-bottom: 18px;
}

.franjaEducacionContinua p
{
  	font-family: signika;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    font-weight: 800;
}

.franjaEducacionContinua p:before
{
  	content: url('/files/educacion-continua.png');
  	position: relative;
  	right: 10px;
    top: 10px;
}

.franjaEducacionContinua__item select
{
  	-webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
}

.franjaEducacionContinua p a
{
  color:#fff;
}

.franjaEducacionContinua p a:hover
{
  color:#fff;
  font-size: 103%;
}

.franjaEducacionContinua p span
{
  	font-weight: 200;
}

.grupoInvestigacion__titulo span
{
  	display: block;
    font-weight: 200;
    line-height: .8em;
    font-size: 85%;
}

@media (max-width:468px){
  .franjaEducacionContinua p span
  {
    display:none;
  }
}
/* Fin Estilos Páginas de Facultades*/

/* 

.programasFacultades
{
  	min-height:250px;
}*/