.titulo1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #13A6DA;
	font-weight: bold;
}
.titulo1negro {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.titulo1blanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.titulo1gris {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.titulo1gris2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #ff7c23;
	font-weight: bold;
}
.titulo1gris3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #128a42;
	font-weight: bold;
}



.hr {
	border-top-color: #780905;//0099FF
	border-right-color: #780905;
	border-bottom-color: #780905;
	border-left-color: #780905;
}

.datos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tit_campos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-color: #FFFFFF;
}
.encabezado {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #ACACAC;
	text-decoration: none;
	background-color: #FFF;
}

.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}.text_fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #009999;
	border: none;
}
.links_detalles {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #009999;
	border: none;
}
.subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	color: #13A6DA;
	font-weight: normal;
	font-size: 14px;
}
.piepagina {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AAA;
}
.piepagina2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFF;
}


.subtitulogris {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
}
.subtitulogris2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ACACAC;
	font-weight: normal;
	font-size: 16px;
}
.subtitulogris2blanco {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
}



.num_tck {
	font-family: Garamond;
	font-size: 24px;
	font-style: italic;
	color: #000099;
	font-weight: bold;
}
.subtitulo2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
.subtitulo3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #888888;
}

#slideshow_container { position:relative; height:250px; background-color:#f5f5f5;}
#slideshow {}
#slideshow_buttons { position:absolute; z-index:10; bottom:20px; right:30px; }
#slideshow_buttons a { background: transparent url(../img/blt_white.png) no-repeat; display:block; float:left; width:10px; height:10px; text-decoration: none; margin: 0 3px; padding:0; }
#slideshow_buttons a.activeSlide { background: transparent url(../img/blt_red.png) no-repeat; }
#slideshow_buttons a:focus { outline: none; }
.test_titulo {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 32px;
	font-style: italic;
}
.test_subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size: 16px;
}
.test_palabras {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
}
.test_contador {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 28px;
}
.test_valores {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 18px;
}
.test_valores2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #777;
	font-size: 18px;
}
.enlace_blanco {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.menuCSS3 ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.menuCSS3 a {
	display: block;
	padding: 1em;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #ACACAC;
}
.menuCSS3 a:hover {
	background-color: #13A6DA;
	color: #FFFFFF;
}
.menuCSS3 ul li ul {
	display: none;
}
.menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
	display: block;
	position:absolute;
}
.alerta {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #F00;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
