@font-face {
    font-family: 'Zombie Holocaust';
    src: local('Zombie Holocaust'),         
         url('Zombie_Holocaust.ttf') format('truetype');
}
.title {
	font-family: "Zombie Holocaust";
	font-size: 50px;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 1px;
}
.title2 {
	font-family: "Zombie Holocaust";
	font-size: 60px;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 1px;
}
.linkbig {
	font-family: "Zombie Holocaust";
	font-size: 40px;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 1px;
	text-decoration: none;

}
.linkbig:hover {
	font-family: "Zombie Holocaust";
	font-size: 40px;
	color: #ffcc00;
	margin-top: 25px;
	margin-bottom: 1px;
	
}.text {
	font-family: times;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;

}
.subtitle {
	font-family: times;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;

}
.link {
	font-family: times;
	font-size: 17px;
	color: #FFCC00;
	text-decoration: underline;
}
.link:hover {
	font-family: times;
	font-size: 17px;
	color: #FFCC00;
	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: #FFFFFF;
	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;

}
