/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/

@import "texts.php";


h1{
	font-family: 04B_19_14, Arial, Tahoma, sans;
	font-size: 11px;
	color: #00CAEC;
	background-color: #272727;
	background: transparent;
	font-weight: normal;
}
h1 a:hover{ text-decoration:none; }


h1.gris{
	font-family: 04B_19_14, Arial, Tahoma, sans;
	font-size: 11px;
	color:#CCCCCC;
	background-color:#272727;
	background:transparent;
	font-weight:normal;
}
h1.gris a:hover{ text-decoration:none; }

h2{
	font-family: 04B_03_8, Arial, Tahoma, sans;
	font-size: 6px;
	color: #CCCCCC;
	background-color: #272727;
	background: transparent;
	font-weight:bold;
}
h2 a:hover{ text-decoration:none; }

.espacio9 {
	
	display: block;height: 5px;font-size:1px;
}

.espacio25 {
	
	display: block;height: 20px;font-size:1px;
}
