@charset "utf-8";
<style>  
	body{
	background-color:		transparent;	      
	}
	#caixa-externa{
		background-color:		transparent;
		width:					1000px;
		height:					600px;
		margin: 				10px auto;
		border-radius:			0px;}
	#barra-topo{
		background-color:		transparent;
		width:            		1000px;
		height:           		125px;
		position:         		absolute;
		margin: 				0px;
		border-radius:    		0px;
		border-bottom: 			2px solid #000;	}
	#conteudo{
		background-color:		#333;
		width:            		1000px;
		height:           		474px;
		position:         		absolute;
		border-radius:    		0px;
		margin: 				127px 0px 0px 0px;
	}

	#open{
		background-color:		black;
		width:            		130px;
		height:           		200px;
		float:					right;
		background-repeat: 		no-repeat;
		background-position: 	0px 0px;
		-webkit-background-size:100% 100%;
		-o-background-size: 	100% 100%;
		-khtml-background-size: 100% 100%;
		-moz-background-size: 	100% 100%;
		position:         		absolute;
	   	overflow:         		hidden;	
	   	margin: 				120px 0px 0px 1000px;
	   	background-image: 		url(../imagens/open.jpg);
	   }

	#logo {
		width:            		202px;
		height:           		128px;
		background-image: 		url(../imagens/logo_idea.png);
		float:					left;
		background-repeat: 		no-repeat;
		margin: 				0px 0px 0px 15px;
		background-position: 	0px 0px;
		-webkit-background-size:100% 100%;
		-o-background-size: 	100% 100%;
		-khtml-background-size: 100% 100%;
		-moz-background-size: 	100% 100%;
	    position:         		absolute;
	   	overflow:         		hidden;	}
	#menu{
		width:            		1000px;
		height:					40px;
		background-color: 		transparent;
		float:					right;
		/*position:         	absolute;*/
		margin: 				85px 30px 0px 0px;	}
	#menu ul.navbar-right {
    	float: 					right !important;
	    padding:				0px;
	    margin:					0px;
	    text-align: 			right;
	    background-color:		#000;
	    list-style:				none;
	    font:					12px/30px arial, sans-serif;    }
    #menu ul {
    	float: 					right !important;
	    padding:				0px;
	    margin:					0px;
	    text-align: 			center;
	    background-color:		#000;
	    list-style:				none;
	    font:					12px/30px arial, sans-serif;    }
    #menu ul li { display: 	inline; }
    #menu ul li a {
	    padding: 				5px 20px;
	    display: 				inline-block;
	    background-color:		#333;
	    color: 					#aaa;
	    text-decoration: 		none;    }
    #menu ul li a:hover {
	    background-color:		#555;
	    color: 					#aaa; 	}
	#linha-inferior{
		width:            		940px;
		height:					25px;
		color:					#ffffff; 
		font: 					11px/11px Verdana, sans-serif;
		text-align: 			center;
		background-color: 		#000;
		position:         		absolute;
		margin: 				602px 00px 0px 00px;
		float:					left;
		}    
	#icones{
		height:					35px;
		width:            		60px;
		float: 					right;
		margin: 				605px 00px 30px 00px;
		background-color:		#000;
	}
	#mapa{
		height:					25px;
		width:            		25px;
		float: 					left;
		margin: 				0px 00px 40px 00px;
		background-color:		#fff;
		background: 			url('../imagens/map.jpg') no-repeat;
	}
	#instagram{
		height:					25px;
		width:            		25px;
		float: 					right;
		margin: 				00px 5px 00px 00px;
		background-color:		#fff;
		background: 			url('../imagens/insta.png') no-repeat;
	}
	body{
	  background-color: #000000;
	  margin:0px;}   
</style>










