/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

input{
	padding:3px 5px 4px;
	color:#979797;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	color:#706d66;
	font-weight:normal;
	font-family:"Microsoft Yi Baiti";
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}
/* Fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* General Demo Style */

body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background:#000 ;
	font-weight: 400;
	font-size: 15px;
	color: #333;
}
.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
}
.container > header:after{
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.1);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.7);
}
h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	position: relative;
	font-weight: 400;
	color: #111;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
    padding: 0px 0px 5px 0px;
	margin: 0px 20px;
    text-align: center;
}
h1 span{
	color: #ffd252;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
h2{
	font-size: 16px;
	font-style: italic;
	padding: 0px 0px 15px 0px;
}

/* Header Style */
.header{
	font-family:"Microsoft Yi Baiti";
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
p.demos{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 0px 0px;
}

p.demos a{
    display: inline-block;
	width: 60px;
	height: 60px;
	background: #222;
	margin: 0px 4px;
	color: #fff;
	line-height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 50%;
	font-size: 16px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);
}

p.demos a:hover{
	opacity: 0.7;
}

p.demos a.current-demo,
p.demos a.current-demo:hover{
	background: #ffd252;
}


.t-servico { font-size: 13px; color:#b45924; font-weight: bold;}
.t-links { color:#b45924; font-size: 14px; font-weight: bold; }
.link a { color: #FFF; text-decoration: none;}
.link a:hover { text-decoration: underline;}
.not a { color: #333; text-decoration: none;}
.not a:hover { text-decoration: underline; color:#000}
.voltar { color: #b45924;}
.voltar a { color: #b45924; text-decoration: none;}
.voltar a:hover { text-decoration: underline}

#bloco-paginacao { clear: both; margin: 0 0 18px 34px; height: 30px; }
.paginacao { padding: 3px 5px 6px 5px; background-color: #b45924; float:left; margin-right: 8px; display: block;}
.paginacao a { color: #fff; text-decoration: none; }
.paginacao a:hover { color: #000; text-decoration: none; }














