@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
body{
	background: url(../images/bg.jpg);
}
#linha{
	width:100%;
	height:50px;
	background:url(../images/footerBg-top.jpg)
}
#topo_maior{
	width:100%;
	height:135px;
	background: url(../images/footerBg-bottom.jpg) repeat-x bottom;
	margin:0 auto;
	background-color: #FBF7EE;
}
#topo{
	width:1000px;
	height:135px;
	margin:0 auto;
}
#logomarca{
	background:url(../images/logo.png) no-repeat;
	width:176px;
	height:150px;
	position:absolute;
	margin-left:30px;
	margin-top:-25px;
}
#menu{
	width:500px;
	height:60px;
	position:absolute;
	margin-top:10px;
	margin-left:400px;
	background:url(../images/bg_menu.png);	
	  -webkit-box-shadow: 0px 10px 10px 0px #000;
    -moz-box-shadow: 0px 10px 10px 0px #000;
    box-shadow: 0px 10px 10px 0px #000;
	border-radius:6px;
}
#menu ul{
	width:600px;
	height:60px;
}
#menu ul li{
	width:100px;
	height:60px;
	list-style:none;
	text-decoration:none;
	float:left;
}
#menu ul li a{
	width:100px;
	height:60px;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#300;
	font-family: "Open Sans";
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	display:block;
}
#menu ul li a:hover{
	background:url(../images/main.png) no-repeat;
}
#anima_maior{
	width:100%;
	height:420px;
	margin:0 auto;
	background: url(../images/grass.jpg) center;
}
#anima{
	width:1000px;
	height:420px;
	margin:0 auto;
}
#corpo{
	width:1000px;
	height:400px;
	margin:0 auto;
}
#footer_maior{
	width:100%;
	height:200px;
	background:url(../images/bg-textile-dark.jpg);
	margin:0 auto;
}
#footer{
	width:1000px;
	height:200px;
	margin:0 auto;
}
@font-face {
font-family: "Libel Suit";
src: url(../fontes/libel.ttf);
}
#section1{
	width:300px;
	height:350px;
	position:absolute;
	margin-top:20px;
}
#section2{
	width:330px;
	height:350px;
	position:absolute;
	margin-top:20px;
	margin-left:340px;
}
#section3{
	width:330px;
	height:350px;
	position:absolute;
	margin-top:20px;
	margin-left:700px;
}
#delimite{
	width:100%;
	height:20px;
	
}
#titulo_section2{
	width:380px;
	height:50px;
}
#titulo_section1{
	width:480px;
	height:50px;
}
.cx{
	width: 300px;
	height: 30px;
	border-radius: 5px;
	margin-top:5px;
}
.tx{
	width:100px;
	height:30px;
	font-family:"Open Sans";
	font-style:italic;
	margin-top:20px;
}
.bt{
	width:100px;
	height:30px;
	border-radius: 5px;
	margin-top:10px;
	
}
.texto_sobre{
	width:300px;
	font-family:"Open Sans";
	font-size:14px;
	margin-top:5px;
	font-style:italic;
	color: #300;
	text-decoration:none;
	
}
.texto_sobre a{

	font-style:italic;
	color: #300;
	text-decoration:none;
	
}
#logo_footer{
	width:100px;
	height:100px;
	position:absolute;
	margin-top:60px;
}

#texto_footer{
	width:300px;
	height:100px;
	position:absolute;
	margin-top:60px;
	margin-left:200px;
	color:#FFF;
	font-family:"Open Sans";
	font-size:13px;
}

#texto_footer2{
	width:300px;
	height:100px;
	position:absolute;
	margin-top:60px;
	margin-left:600px;
	color:#FFF;
	font-family:"Open Sans";
	font-size:13px;
}
#logo_footer2{
	width:50px;
	height:50px;
	position:absolute;
	margin-left:940px;
	margin-top:70px;
	background: url(../images/logo_footer2.png);
	cursor:pointer;
}
#logo_footer2 span.hover{
	width:50px;
	height:50px;
	background: url(../images/logo_footer_hover.png);
	position:absolute;
	display:block;
}
#patrocinios_maior{
	width:100%;
	height:100px;
}

#patrocinios{
	width:1000px;
	height:100px;
	margin:0 auto;
}
#patrocinios img{
	margin-left:0px;
}



#carocel{
	position:absolute;
	margin-top:80px;
}
#carocel ul li{
	font-family:"Open Sans";
	font-size:16px;
	margin-top:5px;
	font-style:italic;
	color: #300;
	text-decoration:none;
	height:350px;
	width:900px;
	margin-left:50px;
	margin-right: 100px;
}


.prev{
	width:42px;
	height:70px;
	background:url(../images/carousel.png) no-repeat center;
	background-position:0px 5px;
	opacity: 0.7;
	border:none;
	cursor:pointer;
	margin-left:0px;
	border-radius:5px;
	position:absolute;
	margin-top:95px;
	z-index:999;
	background-color:#000;
}
.prev:hover{
	opacity: 1.0;
}
.next:hover{
	opacity: 1.0;
}
.next{
	width:42px;
	height:70px;
	background: url(../images/carousel.png) center no-repeat; 
	background-position:-44px 10px;
	opacity: 0.7;
	border:none;
	cursor:pointer;
	margin-left:900px;
	border-radius:5px;
	position:absolute;
	margin-top:95px;
	z-index:999;
	background-color:#000;
}

