@font-face {
	font-family: 'segoe_ui_light';
	src: url('../fontes/segoe_ui_light.eot');
	src: local('☺'), 
	url('../fontes/segoe_ui_light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'aristocrat';
	src: url('../fontes/aristocrat.eot');
	src: local('☺'), 
	url('../fontes/aristocrat.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'lovelo';
	src: url('../fontes/lovelo.eot');
	src: local('☺'), 
	url('../fontes/lovelo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: aristocrat, 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 18px;
	background-repeat: no-repeat; 
	background-size: 1024 400px; 
	background-attachment: fixed;
	border: 0px;
	margin: 0px;
}
td{
	font-family: aristocrat, 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 15px;
}
.logo_texto{
	font-family: lovelo, 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 30px;
}
.tw{
	font-family: lovelo, 'Segoe UI', Tahoma, Geneva, sans-serif;
}
.menu{
	background-color: #000;
}
.menu td{
	color: #fff;
}
#td_menu div{
	font-family: segoe_ui_light, 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 14px;
	float:right;
	line-height: 40px;
	padding-left: 10px;	
	padding-right: 10px;
	color: #fff;
}
#td_menu input{
	border: none;
	background-color: #111;
	color: #fff;	
	line-height: 40px;
	padding-left: 10px;	
	padding-right: 10px;
}
#td_menu input[type=button]{
	text-align:center;
}
::-webkit-input-placeholder {
	color: #666;
}
::-moz-placeholder {
	color: #666;
}
:-ms-input-placeholder {
	color: #666;
}
:-moz-placeholder {
	color: #666;
}
.titulo{
	font-family: lovelo, 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 30px;
	padding:10px;
	color: #fff;
}
.subtitulo{
	font-family: lovelo, 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 30px;
	padding:10px;
	color: #fff;
}
.texto{
	padding: 0px;
	padding-left: 10px;
	padding-right:10px;
	font-family: aristocrat, 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #777;
}
.saiba_mais{
	font-family: segoe_ui_light, 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	float:right;
	line-height: 40px;
	padding-left: 10px;	
	padding-right: 10px;
	color: #666;
}
.rodape{
	background-color: #0c0;
}