@font-face {
    font-family: 'Demon';
    src: local('Demon'),         
         url('DEMON_NI.TTF') format('truetype');
}
.title {
	font-family: "Demon";
	font-size: 40px;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 1px;
	}
.titlered {
	font-family: "Demon";
	font-size: 30px;
	color: #ffe401;
	margin-top: 25px;
	margin-bottom: 1px;
	
}.text {
	font-family: arial;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;


}
.subtitle {
	font-family: times;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
}
.link {
	font-family: arial;
	font-size: 17px;
	color: #FFCC00;
	text-decoration: none;
}
.link:hover {
	font-family: arial;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}
.caja {
	border: 1px solid #FFFFFF;
}
.textsmall {
	font-family: arial;
	font-size: 11px;
}
.cajaform {
	border: 1px solid #FFFFFF;
	font-family: times;
	font-size: 16px;
	color: #FF0000;
	background-color: #000000;

}
.submit {

	border: 1px solid #FFFFFF;
	font-family: times;
	font-size: 20px;
	color: #000000;
	background-color: #FFCC00;
}
.tituloarial {

	font-family: times;
	font-size: 50px;
	color: #FFFFFF;
	font-weight: normal;
}
.textsmall2 {
	font-family: arial;
	font-size: 11px;
	color: #FFCC00;

}
.linksmall {

	font-family: arial;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
.linksmall:hover {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
