@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 18px;
	color: #415a6e;
}
body {
	background-color: #FFF;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
img {
  max-width: 100%;
  max-heigth: 100%;  
  height: auto;
}
.container {
      max-width: 1600px;
      margin: auto;
      padding: 2px;
    }
a {
	font-size: 12px;
	color: #20558a;
	text-decoration:none;
}
a:visited {
	color: #195b5c;
}
a:hover {
	color: #20558a;
}
a:active {
	color: #195b5c;
}
h1 {
	font-size: 18px;
	color: #20558a;
}
h2 {
	font-size: 14px;
	color: #20558a;
}
h3 {
	font-size: 12px;
	color: #415a6e;
}
.top{
	background:url(images/top_background.jpg);
	background-repeat:repeat-x;	
}
.lateral{
	background:url(images/lateral_background.jpg);
	background-repeat: no-repeat;
}
.lateral_spacer{
	background-image:url(images/lateral_spacer.jpg);
	height: 1px;
}
.menu_links{
	padding: 5px;
	color:#195b5c;
	font-weight:bold;
	text-decoration:none;
}
.menu_links_1{
	padding: 5px;
	color:#e53517;
	font-weight:bold;
	text-decoration:none;
}
.pie{
	font-family: Arial;
	font-size: 9px;
	color: #415a6e;
	text-align:center;
	padding: 5px;
}
.botones{
	margin: 6px; 
}
#contenido{
	margin: 20px 10px 20px 20px;
}
#imagen_derecha{
	margin: 20px 20px 20px 10px;
}
.select-container {
  width: 100%; /* Ocupa todo el ancho disponible */
}
.select-container50 {
  width: 50%; /* Ocupa el 50% del ancho*/
}
.select-container25 {
  width: 25%; /* Ocupa el 25% del ancho*/
}
.select-container15 {
  width: 15%; /* Ocupa el 15% del ancho*/
}

.tabla-responsive {
      width: 100%;
      overflow-x: visible;
}
.responsive-select50-12 {
  width: 50%; /* Ocupa todo el ancho del contenedor */
  padding: 10px;
  font-size: 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Asegura que el padding no aumente el ancho */
}


.responsive-select75-16 {
  width: 75%; /* Ocupa todo el ancho del contenedor */
  padding: 10px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Asegura que el padding no aumente el ancho */
}

.responsive-select100-12 {
  width: 100%; /* Ocupa todo el ancho del contenedor */
  padding: 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box; /* Asegura que el padding no aumente el ancho */
}

/* Media Query para pantallas más pequeñas */
@media (max-width: 768px) {
  .responsive-select {
    font-size: 14px; /* Reduce el tamaño de la fuente */
  }
}
.responsive-textarea {
  width: 75%; /* Ancho completo del contenedor */
  height: auto; /* Altura automática */
  min-height: 100px; /* Altura mínima */
  max-height: 300px; /* Altura máxima */
  box-sizing: border-box; /* Incluye padding y border en el tamaño total */
  word-wrap: break-word; /* Ajusta el texto largo */
}

/* Media query para pantallas pequeñas */
@media (max-width: 600px) {
  .responsive-textarea {
    width: 75%; /* Reduce el ancho en pantallas pequeñas */
    min-height: 80px; /* Ajusta la altura mínima */
    max-height: 250px; /* Ajusta la altura máxima */
  }
}
<style>
  table.tb { width:300px; border-collapse: collapse;  }
  .tb th, .tb td { border: solid 1px #777; padding: 12px; font-size: 16px; }
  .tb th { background: green; color: white; text-align:center;}
  .tcell { background: #f6f8ff; }
</style>
<style>
  table.tc { width:350px; border-collapse: grid;  }
  .tc th, .tc td {  padding: 1px; font-size: 12px; }
  .tc th { background: green; color: white; text-align:center;}
  .tcell { background: #f6f8ff; }
  
</style>

<style>
  table.te { width:300px; border-collapse: grid;  }
  .tc th, .tc td {  padding: 8px; font-size: 13px; }
  .tc th { background: green; color: white; text-align:center;}
  .tcell { background: #f6f8ff; }
</style>

<style>
   table.tf {
    content: "";
    position: absolute;
    width: 500px;
    height: 30px;
    z-index: -100;
    top: 0;
    left: 0;
    background: url('/images/intercambio-academico-sistema.jpg');
}
</style>

<style>
  table.td { width:300px; border-collapse: collapse;  }
  .td th, .td td { border: solid 1px #777; padding: 8px; font-size: 18px; }
  .td th { background: green; color: white; text-align:center;}
  .tcell { background: #f6f8ff; }
</style>

<style>
  table.tf { width:300px; border-collapse: collapse;  }
  .tf th, .tf td { border: solid 1px #777; padding: 8px; font-size: 13px; }
  .tf th { background: brown; color: white; text-align:center;}
  .tcell { background: #f6f8ff; }
</style>

<style>
  table.th { width:300px; border-collapse: grid;  }
  .th th, .th td { border: solid 1px #777;  padding: 2px; font-size: 12px; }
  .th th { background: green; color: white; text-align:center;}
  .tcell { background: #f6f8ff; }
</style>
<style>
  table.tprueba { width:200px; border-collapse: grid;  }
  .th th, .th td { border: solid 2px #777;  padding: 1px; font-size: 9px; }
  .th th { background: green; color: white; text-align:center;}
  .tcell { background: #f6f8ff; }
</style>


<style>
  table.tlanding { width:300px; border-collapse: collapse;  }
  .tlandingtc th, .tlanding td { padding: 20px; font-size: 16px; }
  .tlanding th { background: green; color: white; text-align:center;}
  .tcell { background: #f6f8ff; vertical-align: baseline;}

</style>

<style>
  table.tautorized { width:300px; border-collapse: collapse;  }
  .tautorized th, .tautorized td { border: solid 1px #777; padding: 10px; font-size: 12px; }
  .tautorized th { background: #C95B0C; color: white; text-align:center;}
  .tcell { background: #f6f8ff; vertical-align: baseline;}

</style>


.style12 {Font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000;}

.blanco8   {Font-family: Arial, Helvetica, sans-serif;	font-size: 8px; color: #FFFFFF;}
.blanco8b  {Font-family: Arial, Helvetica, sans-serif;	font-size: 8px; color: #FFFFFF; font-weight: bold;}
.blanco10  {Font-family: Arial, Helvetica, sans-serif;	font-size: 10px; color: #FFFFFF;}
.blanco10b {Font-family: Arial, Helvetica, sans-serif;	font-size: 10px; color: #FFFFFF; font-weight: bold;}
.blanco12  {Font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #FFFFFF;}
.blanco12b {Font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #FFFFFF; font-weight: bold;}
.blanco14  {Font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #FFFFFF;}
.blanco14b {Font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #FFFFFF; font-weight: bold;}
.blanco16  {Font-family: Arial, Helvetica, sans-serif;	font-size: 16px; color: #FFFFFF;}
.blanco16b {Font-family: Arial, Helvetica, sans-serif;	font-size: 16px; color: #FFFFFF; font-weight: bold;}
.blanco18  {Font-family: Arial, Helvetica, sans-serif;	font-size: 18px; color: #FFFFFF;}
.blanco18b {Font-family: Arial, Helvetica, sans-serif;	font-size: 18px; color: #FFFFFF; font-weight: bold;}


.verde8 {Font-family: Arial, Helvetica, sans-serif;	font-size: 8px; color: green;}
.verde10 {Font-family: Arial, Helvetica, sans-serif;	font-size: 10px; color: green;}
.verde12 {Font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: green;}
.verde12b {Font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: green; font-weight: bold;}
.verde14 {Font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: green;}
.verde14b {Font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: green; font-weight: bold;}
.verde15 {Font-family: Arial, Helvetica, sans-serif;	font-size: 15px; color: green;}
.verde15b {Font-family: Arial, Helvetica, sans-serif;	font-size: 15px; color: green; font-weight: bold;}
.verde16 {Font-family: Arial, Helvetica, sans-serif;	font-size: 16px; color: green; }
.verde16b {Font-family: Arial, Helvetica, sans-serif;	font-size: 16px; color: green; font-weight: bold;}
.verde18 {Font-family: Arial, Helvetica, sans-serif;	font-size: 18px; color: green; }
.verde18b {Font-family: Arial, Helvetica, sans-serif;	font-size: 18px; color: green; font-weight: bold;}
.verde20 {Font-family: Arial, Helvetica, sans-serif;	font-size: 20px; color: green;}
.verde20b {Font-family: Arial, Helvetica, sans-serif;	font-size: 20px; color: green; font-weight: bold;}
.verde22 {Font-family: Arial, Helvetica, sans-serif;	font-size: 22px; color: green;}
.verde22b {Font-family: Arial, Helvetica, sans-serif;	font-size: 22px; color: green; font-weight: bold;}
.verde24 {Font-family: Arial, Helvetica, sans-serif;	font-size: 24px; color: green;}
.verde24b {Font-family: Arial, Helvetica, sans-serif;	font-size: 24px; color: green; font-weight: bold;}
.verde25 {Font-family: Arial, Helvetica, sans-serif;	font-size: 25px; color: green;}
.verde25b {Font-family: Arial, Helvetica, sans-serif;	font-size: 25px; color: green; font-weight: bold;}
.verde26 {Font-family: Arial, Helvetica, sans-serif;	font-size: 26px; color: green;}
.verde26b {Font-family: Arial, Helvetica, sans-serif;	font-size: 26px; color: green; font-weight: bold;}
.cafe12{Font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: brown;}
.cafe14{Font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: brown;}
.negro8 {Font-family: Arial, Helvetica, sans-serif; font-size: 8px; color: 14;}
.negro8b {Font-family: Arial, Helvetica, sans-serif; font-size: 8px; color: 14; font-weight: bold}
.negro10 {Font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: 14;}
.negro10b {Font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: 14; font-weight: bold}
.negro12 {Font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: 14;}
.negro12b {Font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: 14; font-weight: bold}
.negro14 {Font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: 14;}
.negro14b {Font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: 14; font-weight: bold;}
.negro16 {Font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: 14;}
.negro16b {Font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: 14; font-weight: bold;}
.negro18 {Font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: 14;}
.negro18b {Font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: 14; font-weight: bold;}
.negro20 {Font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: 14;}
.negro20b {Font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: 14; font-weight: bold;}



.gold12 {Font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #C68E17; }
.gold12b {Font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #C68E17; font-weight: bold;}
.gold14 {Font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #C68E17; }
.gold14b {Font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #C68E17; font-weight: bold;}
.gold15 {Font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #C68E17; }
.gold15b {Font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #C68E17; font-weight: bold;}
.gold16 {Font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #C68E17; }
.gold16b {Font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #C68E17; font-weight: bold;}
.gold18 {Font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #C68E17; }
.gold18b {Font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #C68E17; font-weight: bold;}
.gold20 {Font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #C68E17; }
.gold20b {Font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #C68E17; font-weight: bold;}
.rojo14 {Font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #FF0000;}
.rojo14b {Font-family: Arial, Helvetica, sans-serif;	font-size: 14px; color: #FF0000; font-weight: bold;}
.rojo16 {Font-family: Arial, Helvetica, sans-serif;	font-size: 16px; color: #FF0000;}
.rojo16b {Font-family: Arial, Helvetica, sans-serif;	font-size: 16px; color: #FF0000; font-weight: bold;}

.rojo18 {Font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FF0000; }
.rojo18b {Font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FF0000; font-weight: bold;}
.rojo20 {Font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #FF0000; }
.rojo20b {Font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #FF0000; font-weight: bold;}


.metalicgold18{Font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #D4AF37; }
.metalicgold20{Font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #D4AF37; }
.metalicgold22{Font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #D4AF37; }
.metalicgold18b{Font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #D4AF37; font-weight: bold;}
.metalicgold20b{Font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #D4AF37; font-weight: bold;}
.metalicgold22b{Font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #D4AF37; font-weight: bold;}


.lb1 {
         width: 170px;
         height: 30px;
         border: 1px solid #999;
         font-size: 18px;
         color: green;
         background-color: #eee;
         border-radius: 5px;
         box-shadow: 4px 4px #ccc;
      }

.lbUniversidades {
         width:500px;
         height: 500px;
         border: 1px solid #999;
         font-size: 18px;
         color: green;
         background-color: #FFFFFF;
         border-radius: 5px;
         box-shadow: 4px 4px #ccc;
          
      }

.lb3 {
         width:300px;
         height: 30px;
         border: 1px solid #999;
         font-size: 18px;
         color: green;
         background-color: #eee;
         border-radius: 5px;
         box-shadow: 4px 4px #ccc;
          
      }


footer {
    position: absolute;
    bottom: 0;
    background: #111;
    height: auto;
    width: 100vw;
    font-family: sans-serif;
    padding-top: 5px;
    text-align: center;
    font-size: 26px;
    
}
