@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

body{
	background-color:#090806;
	padding-top:10px;
}

.index_s{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
 	font-weight: bold;
}

.entrar{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#550923;
	text-align:center;
 	font-weight: bold;
}

.titulo_texto{
	font-family:Century Gothic;
	font-size:21px;
	color:#FA3B21;
	text-align:left;
}

.conteudo_texto{
	font-family:Century Gothic;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
}

.modelo_nome_ver{
	font-family:Century Gothic;
	font-size:23px;
	color:#FFFFFF;
}

.modelo_nome{
	font-family:Century Gothic;
	font-size:14px;
	color:#FFFFFF;
}

.rodape{
	font-family:Century Gothic;
	font-size:13px;
	color:#FFFFFF;
}
