body{
	margin:0px;
	background:#EEE;
	font-size:12px;
	color:#333;
	font-family:'Open Sans';
}

input[type="text"]{
	min-width:160px;
	padding-left:10px;
	color:#333;
	font-size:12px;
	font-family:Arial;
	height:28px;
	outline:none;
	border:1px solid #CCC;
	background:#FFF;
}
h1,h2,h3,p{
	margin:0px;
	padding:0px;
	font-family:'Open Sans';	
	font-weight:normal;
}
h1{
	font-size:26px;	
}
h2{
	font-size:22px;
}
h3{
	font-size:18px;
}
p{
	font-size:12px;	
}
p.small{
	font-size:11px;
}	
.cabecalho{
	width:980px;
	height:170px;
	margin:0 auto;	
}
.cabecalho input{
	float:left;
	margin-right:5px;	
}
.conteudo{
	width:100%;
	background:#FFF;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	min-height:400px;
	padding-top:20px;
	padding-bottom:20px;	
}
.rodape{
	width:980px;
	height:170px;
	margin:0 auto;		
}
.clearfix{
	clear:both;	
}
.left{
	float:left;	
}
.right{
	float:right;	
}
@media (max-width:991px){
	.titulo{
		margin-left:0px !important;	
	}
}