@charset "utf-8";
/* CSS Document */

			.convocatorias3
			{
			font-family: 'Barlow Semi Condensed', sans-serif;
			font-weight:bold;
			font-size:40px;
			color: #434343;
			}
			
			
			.azulita 
			{ 
				font-family: 'Barlow Semi Condensed', sans-serif; color:#002047; font-size:15px; line-height:27px;
			}
			
			.azulita55
			{ 
				font-family: 'Barlow Semi Condensed', sans-serif; color:#E46667; font-size:15px; line-height:27px;
			}
			
			.naranjita
			{ 
				font-family: 'Barlow Semi Condensed', sans-serif; font-size:15px; line-height:23px;
			}
	.convocatorias16
			{
			font-family: 'Barlow Semi Condensed', sans-serif;
			font-weight: 900;
			font-size:80px;
			color: #F9B60F;
			}
			
			.convocatorias51
			{
			font-family: 'Barlow Semi Condensed', sans-serif;
			font-weight: 900;
			font-size:42px;
			color: #F9B60F;
			}
			
			.convocatorias7
			{
			font-family: 'Barlow Semi Condensed', sans-serif;
			font-size:25px; line-height:34px;
			color: #FFFFFF;
			}
			
			
			
			
			
			
			.letrablanca
			{
			font-family: 'Barlow Semi Condensed', sans-serif;
				font-size:15px;
				color:#FFFFFF;
			}
			
			
			.boton_personalizado12{
			font-family: 'Barlow Semi Condensed', sans-serif;
			text-decoration: none;
			padding-bottom:14px;
			padding-top:14px;
			padding-left:38px;
			padding-right:38px;
			font-size: 15px;
			color: #FFFFFF;
			background-color: #E46667;
			border-radius: 0px;
			border: 0px solid #0016b0;
		    }
		    .boton_personalizado12:hover{
			font-family: 'Barlow Semi Condensed', sans-serif;
			color: #ffffff;
			background-color:#35378E; border: 1px solid #E46667;
		    }
			
			
	mapa {COLOR: #FFFFFF; font-family: 'Barlow Semi Condensed', sans-serif; FONT-SIZE: 13px}
	a.mapa:link {TEXT-DECORATION: none; COLOR: #FFFFFF; font-family: 'Barlow Semi Condensed', sans-serif; FONT-SIZE: 13px; }
	a.mapa:active {TEXT-DECORATION: none; COLOR: #FFFFFF; font-family: 'Barlow Semi Condensed', sans-serif; FONT-SIZE: 13px;}
	a.mapa:visited {TEXT-DECORATION: none; COLOR: #FFFFFF; font-family: 'Barlow Semi Condensed', sans-serif; FONT-SIZE: 13px}
	a.mapa:hover {TEXT-DECORATION: none; COLOR: #FFFFFF; border-bottom: 2px solid #F9AE07;}
	
	.mapa2{COLOR: #F4B616; font-family: 'Barlow Semi Condensed', sans-serif; FONT-SIZE: 13px;}
	.mapa3{COLOR: #FFFFFF; font-family: 'Barlow Semi Condensed', sans-serif; FONT-SIZE: 13px;}
	
	
	
 .tooltip {
    display: inline;
    position: relative; 
	font-family: 'Barlow Semi Condensed', sans-serif;
  }
  .tooltip:hover:after { font-family: 'Barlow Semi Condensed', sans-serif;
    bottom: 26px;
    content: attr(title); /* este es el texto que será mostrado */
    left: 20%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    background: rgba(244,182,22); /* el color de fondo */
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
    width: 120px;
  }
  .tooltip:hover:before { font-family: 'Barlow Semi Condensed', sans-serif;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(244,182,22) transparent;
    border-width: 6px 6px 0 6px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .tooltip2 {
    display: inline;
    position: relative; 
	font-family: 'Barlow Semi Condensed', sans-serif;
  }
  .tooltip2:hover:after { font-family: 'Barlow Semi Condensed', sans-serif;
    bottom: -36px;
    content: attr(title); /* este es el texto que será mostrado */
    left: 20%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    background: #E46667; /* el color de fondo */
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
    width: 120px;
  }
  .tooltip2:hover:before { font-family: 'Barlow Semi Condensed', sans-serif;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: #E46667;
    border-width: 0px 0px 0 6px;
  }