@charset "utf-8";

a {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #F49535;
}


body {
	background-color:#000000;
	background-attachment: scroll;
	background-image: url(imagens/background.jpg);
	background-attachment:fixed;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.separador_vert {
	width: 1px;
	background-image: url(imagens/separador_vertical.png);
	background-position: center center;
	background-repeat:repeat-y;
}

.separador_horz {
	height: 1px;
	background-image: url(imagens/separador_horizontal.png);
	background-position: center center;
	background-repeat:repeat-x;
}

.laranja {
	color: #F49535;
}

.erros {
	color: #F49535;
	text-align: center;
	font-size:14px;
	font-weight: bold;
}

.cardapio_nome_pizza {
	font-size:14px;
	font-weight:bold;
	color: #F49535;
}

.cardapio_valor_pizza {
	font-size:18px;
	font-weight:bold;
	color: #F49535;
}

.campo {
	font-size:12px;
	background-color:#FFFFFF;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

.poster_personalidade {
	font-size:24px;
	font-weight:bold;
	color: #FFFFFF;
}.flutuante {
	margin: 0px;
	padding: 0px;
	height: 380px;
	width: 400px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
