@charset "ISO-8859-1";
/* CSS Document */
body {
	background: url(../img/bgs/home.jpg) center top;
	font-family: Arial, Helvetica, sans-serif;
	color:#231f20;
	margin:0;
	background-size:cover;
}
#conteudo {
	margin:0 auto;
	width:960px;
}
#menu{
	width:960px;
	height:60px;
	margin:70px 0 50px -20px;
}
#menu li{
	float:left;
	list-style:none;
	text-transform:uppercase;
	font-size:13px;
	margin-left:15px;
}
#menu li a{
	color:#231f20;
	text-decoration:none;
	padding:5px 13px;
}
#menu li a:hover{
	color:#fff;
	text-decoration:none;
	background:#5a9131;
}
#menu li .select{
	color:#fff;
	text-decoration:none;
	background:#5a9131;
}
#menu li ul{
	overflow:hidden;
	z-index:2;
	position:absolute;
	height:20px;
	margin: 0 0 0 5px;
	padding:20px 0 0 0;
	display:none;
	border-bottom:1px solid #666;
}
#menu li:hover ul{
	display:block;
}
#menu li ul li{
	float:left;
	display:block;
	overflow:visible;
	font-size:12px;
	padding:0 10px;
	margin:0;
	text-transform:none;
}
#menu li ul li a{
	color:#000;
	padding:0;
}
#menu li ul li a:hover{
	color:#444;
	background:none;
}
#texto{
	width:540px;
	height:300px;
	background:url(../img/texto.png);
	float:right;
	padding:5px;
}
#logo{
	height:120px;
	width:500px;
	margin:10px 0 10px auto;
}
#logom{
	height:87px;
	position:absolute;
	top:15px;
	;
	right: 7%;
	width:276px;
}
#content{
	background:#000;
	padding:10px;
	font-size:12px;
}

#limite{
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:0px 0;
}

#facebook {
	width:960px;
	height:142px;
	margin:60px auto;
	text-align:right;
	padding:0px 0;
}

#facebook div.likes {
	width:360px;
	height:140px;
	float:left;
	text-align:right;
	padding:0px 0;
	margin-left:25px;
}

#facebook div.timeline {
	width:400px;
	height:100px;
	float:right;
	text-align:left;
	padding:0px 0;
	margin-right:150px;
}

#facebook div.timeline p {
	font-size:10px;
	color:#231f20;
}



#facebook div.timeline img.fb_logo {
	float:left;
	display:inline;
	padding-right:10px; 
	margin-top: -5px;
}
#facebook div.timeline .title {
	height: 30px;
	padding-bottom: 10px;
}
#facebook div.timeline .title a {
	color: #000;
	text-decoration: none;
}
#facebook div.timeline div.fb-like {
	margin-top:5px;
	float:right;
}

#facebook ul.slideface {
	position: relative;
	margin-left: 0px;
	margin-top:0px;
}

#facebook ul.slideface li {
	position: absolute;
	top:0px;
	left:0px;
	color:#231f20;
	font-size: 11px;
	display:none;
	list-style: none;
}

#facebook ul.slideface li a {
	color:#231f20; 
	font-size: 12px;
	text-decoration: none;
}
#facebook ul.slideface li time {
	color:#666; 
	font-size: 10px;
	text-decoration: none;
	font-style: oblique;
}
#facebook ul.slideface li pre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*word-break: break-all;*/
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    width: 530px;
    display: block;
    margin:0;
    padding:0;
}
#facebook ul.slideface li img{
	margin:0 10px 5px 0;
	float:left;
	border:1px solid #999;
}

#facebook ul.slideface li:first-child{
	display:block;
}

#logos{
	position: absolute;
	bottom:0;
	height:56px;
	margin:0 auto;
}
#limit{
	width:960px;
	margin:0 auto;
	text-align:right;
}
h1{
	font-size:25px;
	text-align:left;
}
h1 a{
	text-decoration:none !important;
}
h1 a:hover{
	text-decoration:none !important;
	color: #ddd !important;
}
.italic{
	font-size:14px;
	font-weight:bold;
	font-style: oblique;
	color: #333;
}
#left{
	float:left;
	padding:10px;
	width:300px;
}
#bloco{
	height:200px;
}
#maior{
	font-size:20px;
	margin-bottom:-15px;
	text-align:left;
}
#download{
	float:right;
	margin-top:26px;
}
#download a{
	text-decoration:none !important;
	color:#ddd !important;
}
#download a:hover{
	text-decoration:none !important;
	color:#b91d1a !important;
}
input{
	width:98%;
	border:none;	
	padding:5px;
	color:#444;
	font-size:14px;
	background-color: rgba(124,124,124,0.5);
}
input[type="submit"]{
	color:#fff;
	width:auto !important;
	float:right;
	margin:30px 0 0 0;
	cursor:pointer;
	background:#444; opacity:1;
	border:none;
}
input[type="submit"]:hover{
	color:#fff;
	background:#5a9131;
	border:none; opacity:1;
}
#boxhome{
	width:548px; height:309px; float:right;
}
#tag{
	width:201px;
	height:80px;
	background:url(../img/tag.png) no-repeat;
	z-index:2000;
	position:relative;
	margin:-320px 0 0 -195px;
}