﻿
#box{
	width:500px;
	margin:10px auto;
	height:auto;
	padding:10px;
	border:3px solid #999;
	border-radius:10px;
}

#porteiro{
	text-align:center;
	width:500px;
}

#porteiro h1{
	font:15px Arial, Helvetica, sans-serif;
}

#porteiro a{
	margin:0 0 0 100px;
	color:#333;
}
#porteiro a:hover{
	color:#060;
}
#logo{
	margin:20px 0 0 0;
	text-align:center;
	width:500px;
}

#campo_busca{
	text-align:center;
	margin:20px 0 0 0;
	width:500px;
}

#campo_busca input{
	float:left;
	height:40px;
	margin:0 0 0 30px;
	color:#900;
	font:16px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px;
	width:320px;
	border:2px solid #CCC;
}

#campo_busca .input{
	background: url(../img/botao.png);
	float:left;
	height:50px;
	margin:0 0 0 10px;
	cursor:pointer;
	padding:10px;
	border:0;
	width:80px;
}
#campo_busca h2{
	font:15px Arial, Helvetica, sans-serif;
	width:500px;
	text-align:center;
	color:#F00;
}
#campo_busca h3{
	font:15px Arial, Helvetica, sans-serif;
	width:500px;
	text-align:center;
	color:#666;
}