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

@font-face {
	font-family: 'DaxlinePro-Bold';
	src: url('../fontes/daxlinepro-bold.eot');
	src: url('../fontes/daxlinepro-bold.eot?#iefix') format('embedded-opentype'),
			 url('../fontes/daxlinepro-bold.woff') format('woff'),
			 url('../fontes/daxlinepro-bold.ttf') format('truetype'),
			 url('../fontes/daxlinepro-bold.svg#daxlinepro-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'daxregular';
    src: url('../fontes/ufonts.com_dax-webfont.eot');
    src: url('../fontes/ufonts.com_dax-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/ufonts.com_dax-webfont.woff') format('woff'),
         url('../fontes/ufonts.com_dax-webfont.ttf') format('truetype'),
         url('../fontes/ufonts.com_dax-webfont.svg#daxregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 auto;
	border:none;
	font-size:14px;
	line-height: 17px;
}

body{
	background: #B82025;
}

h1{
	font-family: 'daxregular', sans-serif;
	font-size: 21px;
	font-weight:lighter;
}

h2{
	font-family: 'daxregular', sans-serif;
	font-size: 36px;
	color: #000;
	font-weight: 100;
}

h3{
	font-family: 'daxregular', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 1000;
}



#top{
	width: 100%;
	height: 146px;
	background: #fdd649; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDY0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWU5OWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdd649 0%, #fee99f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdd649), color-stop(100%,#fee99f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdd649 0%,#fee99f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdd649 0%,#fee99f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdd649 0%,#fee99f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdd649 0%,#fee99f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd649', endColorstr='#fee99f',GradientType=0 ); /* IE6-8 */
}

	#top #top_content{
		width: 960px;
		height: 146px;
	}

		#top #top_content ul{
			padding: 54px 35px 0 0;
			list-style:none;
		}
		
			#top #top_content ul li.menu>a{
				font-family: 'daxregular';
				width: auto;
				height: 33px;
				font-weight:100;
				font-size: 18px;
				color: #000;
				list-style: none;
				text-decoration: none;
				float:right;
				padding: 5px 30px 0 22px;
			}
			
			#top #top_content ul li.menu:hover>a{
				font-family: 'daxregular';
				width: auto;
				height: 33px;
				font-weight:100;
				font-size: 18px;
				color: #B82025;
				list-style:none;
				text-decoration: none;
				/*margin-top: -10px;*/
				background: url(../img/li_menu.png) no-repeat;
				float:right;
				padding: 5px 30px 0 22px;
			}
#continer{
	width: 100%;
	margin: 0 auto;
	text-align:center;
	background: url(../img/bg_gotas.jpg) repeat-x;
}

#conti{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../img/bg_bar.jpg);
	margin-bottom: 200px;
}

	#conti #title{
		width: 935px;
		height: 35px;
		padding: 35px 0 5px 0;
		border-bottom: solid 1px #000;
		margin-bottom: 20px;
	}

	#conti #contener{
		width: 960px;
	}
	
	#conti #chamada_continer{
		width:960px;
		margin: 0 auto;
		height: auto;
	}		
			
#cont_home{
	width: 960px;
	height: 322px;
	padding: 37px 0 0 0;
}

	

#foot{
	width: 100%;
	background: #B82025;
	height: 46px;
	bottom: 0;
}
	
	#foot #footer{
		padding: 15px 0 0 0;
		width:960px;
	}
	
	#foot #footer p{
		font-size:10px;
		color: #FFF;
	}
	
	#foot #footer a.foot-link:link, a.foot-link:visited{
		font-size:10px;
		color:#FFF;
		text-decoration:none;
	}
	
	#foot #footer a.foot-link:hover{
		font-size:10px;
		color:#FFF;
		text-decoration:underline;
	}
			
a.opacity:link, a.opacity;visited{
	opacity:0.4;
	filter:alpha(opacity=40);
}

a.opacity:hover{
	opacity:0.6;
	filter:alpha(opacity=40);
}

a.lnk:link, a.lnk:visited{
	text-decoration: none;
}

a.lnk:hover{
	text-decoration: underline;
}