/*------------------------------
	YONATHAN STEIN	
	v1.4					
	2015-04-15					
-------------------------------*/
html {
}
body {
	background: url(../img/pattern2.jpg);
}
section {
	margin-left: auto;
	margin-right: auto;
    background-color:#eeeeee;
    height:100%;
    width:50%;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 69px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 69px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 69px -4px rgba(0,0,0,1);
}
table, td, th { 
	border: 1px;
	border-color: grey;
	border-style: solid;
	padding: 0.2em 0.3em 0.1em 0.3em;
}
table { 
	width:100%;
}
#tabela3x3 td {
	width:33%;
}
/*
	li:nth-child(n+11) {
	display: none;
	
	}
*/
#listaNomes {
	position: relative;
	display: block;
	left: 0px;
	opacity: 0.8;
	color: #000000;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-right: 200px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px;
	border-color: grey;
	border-style: solid;
	width:240px;
}
header {
	background-color: black;
	height: 80px;
	-webkit-box-shadow: 0px 20px 69px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 20px 69px -4px rgba(0,0,0,1);
	box-shadow: 0px 20px 69px -4px rgba(0,0,0,1);
}
/*
	footer {
	background-color: black;
	height: 40px;
	-webkit-box-shadow: 0px 7px 31px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 7px 31px 2px rgba(0,0,0,1);
	box-shadow: 0px 7px 31px 2px rgba(0,0,0,1);
	}
*/
p {
	color: SeaGreen;
	font-weight: bold;
}
h1 {
	margin-top: 0;
	padding-top: 35px;
	text-align: center;
	color: steelblue;
}
h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 16px;
	text-align: center;
	color: ghostwhite;
	opacity: 0.6;
}
h2 a:hover{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 16px;
	text-align: center;
	color: ghostwhite;
	opacity: 0.7;
}
h4 {
	text-align: left;
	color: indianred;
}
a:link {
    color: ghostwhite;
	text-decoration: none;
}
a:visited {
    color: ghostwhite;
	text-decoration: none;
}
a:hover {
    color: ghostwhite;
	text-decoration: none;
}
a:active {
	color: ghostwhite;
	text-decoration: none;
}
#hora:focus, #email:focus, #cpf:focus, #cnpj:focus, #telefone:focus, #cep:focus {
	border-color: red;
	border-style: solid;
}
/*
	#hora, #email, #cpf, #cnpj, #telefone, #cep {
	border-color: SeaGreen;
	border-style: solid;
*/
#hora:a, #email:a, #cpf:a, #cnpj:a, #telefone:a, #cep:a {
	border-color: SeaGreen;
	border-style: solid;
}
.txtBlack {
	color: #000;
	font-size: 12;
	margin-bottom: 3px;
}