﻿*
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: #000;
	border: 0;
}

html, body, form
{
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.menu
{
	position: absolute;
	left: 5%;
	top: 8%;
}

.menu ul
{
}

.menu ul li
{
	padding: 10px;
}

.menu ul li a
{
	padding: 5px;
	font-size: 22px;
}

.preto
{
	background-color: #000;
	color: #fff;
}

.cinza
{
	background-color: #999;
	color: #fff;
}




.geral
{
	overflow: auto;
	width: 100%;
	height: 100%;
}




.itens
{
	display: block;
	margin: 0 15px 0 0;
}


.home
{
	width: 100%;
	height: 100%;
	background: url(../img/intro.jpg) no-repeat center center;
}

.home a
{
	text-indent: -999999px;
	width: 99%;
	height: 99%;
	display: block;
	margin: 0 auto;
}

fieldset
{
	display:block;
	height:300px;
	margin:5% 0 0 28%;
	width:500px;
}

fieldset p
{
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}


fieldset p a
{
	font-size: 12px;
}

fieldset p input,
fieldset p textarea
{
	border: #000 solid 1px;
	padding: 3px;
	display: block;
	width: 70%;
}

fieldset p a.btEnviar
{
	background-color:#000000;
	color:#FFFFFF;
	display:block;
	float:right;
	height:15px;
	margin:0 142px 0 0;
	padding:5px 0;
	text-align:center;
	width:50px;
}

.bio
{
	width: 100%;
	height: 1200px;
	background: transparent url(http://evchaves.com.br/v2/Images/Bio/defaultBio.jpg) no-repeat top right;
	text-indent: -999999px;
}