@charset "utf-8";
.titulo {
	font-family: "game of thonres";
	font-size: 65px;
	color: #FFF;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: baseline;
	word-spacing: normal;
	text-align: justify;
	float: left;
	width: auto;
	margin: 10px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subtitulo {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 65px;
	color: #FFF;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: overline;
	word-spacing: normal;
	letter-spacing: normal;
}
.subtitulo-2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-style: normal;
	color: #F00;
	font-weight: bolder;
}
.subitulo-3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: italic;
	color: #FFF;
}
