@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  background: #f8faeb;
  color: #3a3a3a;
  height: 100%;
  margin:0px;
}


.bg {
	background: url(../../images/fundo_site.jpg) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100%;
	position: relative;
	text-align:center;
}

.container {
	width:1000px;
	xbackground:rgba(201,64,66,1.00);
	margin:auto;
}



.menu_topo_ps {
	xbackground:#fff;
	font-size:16px;
}

.menu_topo_ps a{
	display:inline-block;
	line-height:35px;
	vertical-align:central;

	padding:5px;
	border-left:1px #fff solid;
	margin-left:-5px;
	background:#F7B72D;
	color:#fff;
	text-decoration:none;
	width:125px;
}

.menu_topo_ps a:hover{
	background:#fff;
	color:rgba(67,67,67,1.00);
}