.layer{position:absolute;width:150px;border:1px solid black;background-color:pink;font-family:Arial;
		font size:10;line-height:15px;cursor:default;visibility:hidden;}
		
.tituloTuna{border:0px solid black;background-color:pink;color:red;font-family:Arial;font size:12;
	line-height:15px;}
	
.histuna{border:0px solid black;background-color:pink;font-family:Arial;font size:10;line-height:15px;}

.textonegrita{
	font-family : "Times New Roman";
	font-size: 16;
	font-weight : bold;
}

.textoitalic{
	font-family : "Times New Roman";
	font-size: 16;
	font-weight : normal;
	font-style : italic;
	text-decoration : none;
}

.texto{
	font-family : "Times New Roman";
	font-size: 16;
}

.TituloRojo{
	font-family : "Times New Roman";
	font-size: 20;
	font-weight : bold;
	color : Red;
}

.TituloRojo2{
	font-family : "Times New Roman";
	font-size: 23;
	font-weight : bold;
	color : Red;
	background-color : #FFDFDF;
	font-style:italic;
}

.TituloNegro{
	font-family : "Times New Roman";
	font-size: 23;
	font-weight : bold;
	color : black;
	background-color : #FFDFDF;
}

.TITULOGRANDE{
	font-family: Georgia;
	font-weight:bold;
	color:red;
	font-size: 40;
	font-style : italic;
	background-color : #C8C8C8;
}

.HTuna{
	color:black;
	font-family:  Times New Roman;
	font-weight:bold;
	font-size: 17;
	background-color : #FFDFDF;
	
}