<style>

@font-face {
    font-family: 'barlowblack';
    src: url('../fonts/barlow-black-webfont.woff2') format('woff2'),
         url('../fonts/barlow-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlowblack_italic';
    src: url('../fonts/barlow-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/barlow-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlowbold_italic';
    src: url('../fonts/barlow-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/barlow-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlowbold_italic';
    src: url('../fonts/barlow-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/barlow-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlow_condensedblack';
    src: url('../fonts/barlowcondensed-black-webfont.woff2') format('woff2'),
         url('../fonts/barlowcondensed-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlow_condensedblack_italic';
    src: url('../fonts/barlowcondensed-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/barlowcondensed-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlowregular';
    src: url('../fonts/barlow-regular-webfont.woff2') format('woff2'),
         url('../fonts/barlow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
	font-family: 'barlowregular', sans-serif;
	box-sizing: border-box;
}

body {
	background: white;
	padding-top: 0px; /* padding-top: 155px;  */  /* Fue necesario para evitar que se ocultara parte de la imagen de encabezado */
	margin: 0px;
	font-size: 1em;
	line-height: 1.4;
	color: #000000;
}


/* Para que las listas tengan puntos color verde UABC */

.verde li{
  list-style: none;
  }

 ul.verde li::before {
  content: "\2022";
  color: #00522c;  /* verde UABC */
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/* Termina Para que las listas tengan puntos color verde UABC */

hr{
  height:1px;border-width:0;color:gray;background-color:#cccccc;

}

div {
	display: block;
}


.pagina-general {
	height: auto;
	overflow: hidden;
	padding-top: 0px;  /* Estaba en 10px, pero se cambió para que se mantenga fija al recorrer la página */
	padding-bottom: 0px;

}

.pagina-general h1,h2{
	color: #00522c;  /* verde UABC */
}
.pagina-general h3 {
	color: #555555;
}


/* Estilo para ligas en toda la página */
.pagina-general a:link{
  color:  #00522c;    /* Verde UABC */
  text-decoration: none;

}

.pagina-general a:visited {
  color:  #00522c;    /* Verde UABC */
  text-decoration: none;

}

.pagina-general a:hover {
   color: #a38a2b;    /* Color ocre */
}


/* Termina estilo para ligas en toda la página */

.clearfix:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
 }


  .xs-col-1 {width: 8.333333%;}
  .xs-col-2 {width: 16.666666%;}
  .xs-col-3 {width: 25%;}
  .xs-col-4 {width: 33.3333333%;}
  .xs-col-5 {width: 41.6666666%;}
  .xs-col-6 {width: 50%;}
  .xs-col-7 {width: 58.333333%;}
  .xs-col-8 {width: 66.6666666%;}
  .xs-col-9 {width: 75%;}
  .xs-col-10 {width: 83.3333333%;}
  .xs-col-11 {width: 91.6666666%;}
  .xs-col-12 {width: 100%;}


@media only screen and (min-width: 680px) {
  .banner-facultad-img {display: none}
}


@media only screen and (min-width: 768px) {

	.s-col-1 {width: 8.333333%;}
	.s-col-2 {width: 16.666666%;}
	.s-col-3 {width: 25%;}
	.s-col-4 {width: 33.3333333%;}
	.s-col-5 {width: 41.6666666%;}
	.s-col-6 {width: 50%;}
	.s-col-7 {width: 58.333333%;}
	.s-col-8 {width: 66.6666666%;}
	.s-col-9 {width: 75%;}
	.s-col-10 {width: 83.3333333%;}
	.s-col-11 {width: 91.6666666%;}
	.s-col-12 {width: 100%;}

	.contenedor { width: 750px; }

}


@media only screen and (min-width: 992px) {

	.m-col-1 {width: 8.333333%;}
	.m-col-2 {width: 16.666666%;}
	.m-col-3 {width: 25%;}
	.m-col-4 {width: 33.3333333%;}
	.m-col-5 {width: 41.6666666%;}
	.m-col-6 {width: 50%;}
	.m-col-7 {width: 58.333333%;}
	.m-col-8 {width: 66.6666666%;}
	.m-col-9 {width: 75%;}
	.m-col-10 {width: 83.3333333%;}
	.m-col-11 {width: 91.6666666%;}
	.m-col-12 {width: 100%;}

	.contenedor { width: 970px; }

  .cinco-iconos-hzt {display: none;}

	
}

@media only screen and (min-width: 1200px) {


  .w-col-1 {width: 8.333333%;}
	.w-col-2 {width: 16.666666%;}
	.w-col-3 {width: 25%;}
	.w-col-4 {width: 33.3333333%;}
	.w-col-5 {width: 41.6666666%;}
	.w-col-6 {width: 50%;}
	.w-col-7 {width: 58.333333%;}
	.w-col-8 {width: 66.6666666%;}
	.w-col-9 {width: 75%;}
	.w-col-10 {width: 83.3333333%;}
	.w-col-11 {width: 91.6666666%;}
	.w-col-12 {width: 100%;}

	.contenedor { width: 1170px; }

}


/* Permite hacer salto de línea (clear float) */

@media only screen and (max-width: 991px) {
.salto{clear: both;}
}

/* Permite hacer scroll en tablas (en pantalla chica)*/
@media only screen and (max-width: 780px){
  .permitir-scroll{
  overflow-x: auto;
}
}



/* Para fijar el encabezado */

.fijo{
  position: fixed;
  top: 0px;
}

/* Termina para finar el encabezado */


/* Estilo Para Encabezado */

.head_fmed {
	max-width: 1170px;	
	margin: auto;
	display: block;
	box-sizing: border-box;
  padding-bottom: 5px; 

}



.logo {
	margin: 0px 20px;
	float: left;
	box-sizing: border-box;
}

.banner {
	float: left;
	font-family: 'Times New Roman', Times, serif;
	/* font-family: serif; */
}

.titulo1 {
	float: left;
  font-family: 'Times New Roman', Times, serif;
	color: #007934;  /* antes era: #027F45 */
	font-size: 1.9rem;
	font-weight: 300;
	margin-top: 12px;
	line-height: 2rem;
}

.titulo2 {
	float: left;
  font-family: 'Times New Roman', Times, serif;
	color: #868686;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 2rem;
}


.enlaces_header {
	float: right;
	margin-top: 20px;
	margin-right: 25px;
	padding: 4px;

}
.enlaces_header img {
	width: 30px;
	float: right;
	vertical-align: middle;
	display: inline-block;
	margin: 10px 5px;
}


/* Temina Estilo para Encabezado */


.alertas {
    margin: 5px 3px;
    background-color: #e2e3e5;
    border: 1px solid #fbeed5;
    border-radius: 10px;
    border-color: #d6d8db;
    /* color: #007738;*/
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    padding: 8px 35px 8px 14px;
    line-height: 18px;
  }

  .alertas a:link{color:#0d7d41;}
  .alertas a:visited{color: #0d7d41;}



/* Estilo para Menú Horizontal */


.barramenu {
	width: 100%;
	margin: auto;
	color: white;
	border-radius: 0px;
	display: table;
	background:  #005b2d;  /* Verde oscuro UABC */
	font-size: 0.9rem;
}


.menu {
	max-width: 1140px;
	margin: auto;

}


.topnav {
  overflow: hidden;
  background-color:  #005b2d;   /* Verde oscuro UABC */
}

.topnav a{
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 15px;
  text-decoration: none;
 
}

.topnav a:link {
  color: white;

}

.topnav a:link {
  color: white;
  
}

.topnav a:visited {
  color: white;
  
}

.active {
 /* background-color: #00522c;  */
  color: white;

  
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
 
  font-size: 0.9rem;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 15px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #00723F; /* #00522c;  verde UABC */
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 8px 16px;  /* Espacio entre ligas del menú */
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #00522c;  /* verde UABC */
  color: white;
}

.dropdown-content a:hover {
  background: #a38a2b;    /* Color ocre */
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 991px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .subligas {display:none;}

  .cinco-iconos-vtl {display:none;}
}

@media screen and (max-width: 679px) {
  .banner-facultad{display: none;}
  .enlaces_header {display: none;}
}


@media screen and (max-width: 991px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none; }
  .topnav.responsive .dropdown-content {position: relative; padding-left: 15px;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}	


/* Termina Estilo para Menú Horizontal */

/* iframe para videos */
.iframe.contenedor{
  width: 100%;
  height: auto;
}

.iframe-contenedor iframe{
width: 600px; 
height: 337px;   
}


.idioma {
  float: right;
  clear: right;
  padding-right: 25px;
}

.idioma img {
  border-radius: 6px;
  margin-right: 10px;
}



/* Estilo para marquesinas de página de inicio */


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot2 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activo {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.imagen-hover img:hover {
  opacity: .8;
}


/* Termina estilo para marquesinas de página de inicio */


/* Centrado de imagen para marquesina2 (para anuncios en opágina de inicio) */
.imagen-centrada img{
  width: 100%;
  height: auto;
  margin-left: auto; 
  margin-right: auto; 
  display: block;
  padding: 0px 10px;

}




/* Para fijar el encabezado y menú */

.fijo {
  width: 100%;
  background: white;
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
}

/* Termina estilo para fijar encabezado y menú */





/* Estilo para cabecera de cada artículo */

.cabecera-articulo {
  
  height: 250px;
  background-color: #03783A;
  background-position: center 70%;
  background-size: cover;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  z-index: -2;
  overflow: hidden;
  position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .3;
}


.titulo-pagina {
  position: absolute;
  bottom: 0px;
  left: 25px;
  
}

.titulo-pagina h2{
  font-weight: 400;
  color: white;
  margin: 0px;
  font-size: 30px;
  bottom: 50px;
  line-height: 30px;
}

.titulo-pagina h1{
  font-weight: 600;
  color: white;
  margin: 0px;
  font-size: 40px;
  line-height: 40px;
}


/* Estilo para subligas y Breadcrumbs */

ul.breadcrumb {
  margin: 0px;
  padding: 0px 5px;
  list-style: none;
  background-color: white;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: gray;
  content: "|";
}
ul.breadcrumb li a:link {
  color: #0275d8; 
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #00522c;  /* verde UABC */
  text-decoration: none;
}

.subligas{
  float: right;
}



/* Temina estilo para subligas y Breadcrumbs */


/* Estilo para galería de 4 imágenes de encabezados */


.galeria-encabezado{
  float: left;
  padding: 10px;
  width: 25%;
}

.galeria-encabezado img{
  width: 100%;
  height: auto;
}


/* Termina estilo para galería de 4 imágenes de encabezados */


/* Estilo para cuadros de noticias */

.cuadro-noticia{
   display: inline-block;
   float: left;
   padding: 10px;
}


.cuadro-noticia p{
 padding: 0px 10px;
}

.cuadro-noticia img:hover {
  opacity: .8;
}
 

.texto-noticia{
  border-left-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.46);
}


/* Termina estilo para galería de 4 imágenes de encabezado */

/* Permite que los videos en Casos Clínicos sean responsivos */
@media screen and (max-width: 679px) {
    .iframe-contenedor iframe {
    width: 100%;
   }
}


/* Estilo para barra vertical de iconos de enlaces (en página principal) */

.barra-iconos{
  margin: auto;
  float: left;
}


.barra-iconos td img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 75px;
}


/* Termina estilo para barra vertical de iconos de enlaces (en página principal)*/





/* Estilo para galería de 4 iconos de enlace */

/* Para 4 iconos */
.icono-enlace{
  float: left;
  padding: 10px;
  width: 25%;
}

.icono-enlace img{
  width: 75%;
  height: auto;
  margin-left: auto; 
  margin-right: auto; 
  display: block;
}

.icono-enlace img:hover {
  opacity: .8;
}

/* Termina estilo para galería de 4 iconos de enlace */







/* Termina Estilo para cabecera de cada artículo */







.contenedor {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}



.row {
	margin-left: -15px;
	margin-right: -15px;
}

.recuadro-info {
	float: left;

}


/* Para tablas */

.tabla {
 
  border-collapse: collapse;
  
}

.tabla td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

.tabla tr:nth-child(even){background-color: #f2f2f2;}

.tabla tr:hover {background-color: #ddd;}

.tabla th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #00522c;  /* verde UABC */
  color: white;
}

.tabla-docentes td:nth-child(n+3){
  text-align: center;
}

.tabla-docentes img{
  height: 1rem;
}

.tabla-docentes2 td:nth-child(n+2){
  text-align: center;
}


 /* Termina código para tablas */


.caja-centrada {
	width: 80%;
	margin: auto;
}


/* Encabezado - Incluye: Logo, Nombre UABC, Facultad, iconos de enlaces y menú horizontal */

.enbacezado {
	display: table;
    background-color: #03783A;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
    padding: 0px;
    z-index: 10;
}


/* Sólo para referencia - Borrar después de diseño */

 /* .contenedor{outline: 1px solid red;}  */
/* .pagina-general{outline: 1px solid blue;} */

.borde {
  border: 1px solid gray;
  border-radius: 15px;
  padding: 10px;
}

.texto-grande {
  font-size: 1.2rem;
  color: #7c7c7c;
  text-align: justify;
}


/* Para listados que contienen ligas */
.listado-ligas a{
  color: #2c2c2c;
}

/* Agrega bullet color verde a cada liga */
.listado-ligas li::before{
  content: "\2022";
  color: green; 
  font-size: 1.3rem;
 }

.listado-ligas ul{
  list-style: none; 
  font-size: 1.2rem; 
  color: #2c2c2c; 
  line-height: 2rem;
}


/* Estilos para letras de encabezados (h1 - H5) */

.testimonios h4{color: #a38a2b;}
.testimonios h5{color:  #00522c;}




/* Menú inferior */

.barra-menuinf {
  width: 100%;
  color: white;
  margin: auto;
  background-color: #ba9d3f;
  display: block;

}

.col-menuinf{
  float: left;
}

.col-menuinf{
  font-size: 11px;
}

.col-menuinf ul {
  padding: 0;
  margin: 0 0 10px 25px;
  font-size: 11px; 
  list-style: none; 
  line-height: 20px;
}

.col-menuinf a:link, .col-menuinf a:visited{
  color: white;
}

.col-menuinf a:hover{
  color:  #00522c;  /* verde UABC */
}

.col-menuinf p{
  padding: 5 0 0 25px; 
  font-size: 1.1rem;
}

.col-menuinf hr{
  border: 2px solid rgba(236,159,55,.750);
  border-radius: 300px/10px;
  height: 0;
  text-align: center;
  margin: -8px 15px 10px 15px;
}

/* Termina menú inferior */

/* Pie de página */

.pie-pagina{
  width: 100%;
  margin: auto;
  background: #005b2d;  /* Verde oscuro UABC */
  color: white;
  font-size: 13px;

}

.flotada-izq{
  float: left;
}



/* Termina pie de página */




</style>