@charset "UTF-8";

@font-face {
    font-family: 'dafruregular';
    src: url('dafru-regular-webfont.eot');
    src: url('dafru-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('dafru-regular-webfont.woff') format('woff'),
         url('dafru-regular-webfont.ttf') format('truetype'),
         url('dafru-regular-webfont.svg#dafruregular') format('svg');
}

/* tags */
html {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: dafruregular, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6c6c6c;
	margin: 0;
	height: 100%;
}

a {
	font-size: 11px;
	line-height: 15px;
	color: #6c6c6c;
	text-decoration: none;
}

img {
	vertical-align: top;
}

/* content */
#content {
	position: relative;
	height: 400px;
	overflow: hidden;
}

#content .wrap {
	position: relative;
	height: 500px;
	overflow: auto;
	overflow-y: hidden;
}

#content .home {
	overflow: hidden;
}

#content .inner {
	position: relative;
	height: 400px;
}

#content .foto {
	position: relative;
	float: left;
}

#content .embed {
	position: absolute;
	top: 20px;
	left: 165px;
	font-size: 0;
}

#content .legenda {
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	padding: 4px 6px;
	color: #fff;
	background-image: url('../images/legenda_bg.png');
}

#content .loading {
	position: absolute;
	top: 180px;
	display: none;
}

/* footer */
#footer {
	position: relative;
	width: 947px;
	padding: 25px 8px 15px 25px;
}

#footer .col {
	position: relative;
	float: left;
	overflow: hidden;
}

#footer .col .wrap {
	width: 500px;
	overflow: auto;
	overflow-x: hidden;
	height: 100%;
}

#footer .col .inner {
	overflow: auto;
}

#footer .logo {
	width: 142px;
}

#footer .menu, #footer .menu .inner {
	width: 165px;
	margin-right: 10px;
}

#footer .submenu, #footer .submenu .inner {
	width: 165px;
	margin-right: 50px;
}

#footer .txts, #footer .txts .inner {
	width: 415px;
}

#footer .texto {
	line-height: 14px;
}

#footer .col .inner div {
	margin-bottom: 8px;
}

#footer .txts .inner .titulo, #footer .txts .inner .link {
	margin: 0;
}

#footer .txts .inner .texto {
	margin: 15px 0 0 0;
}

#footer .txts .texto div, #footer .txts .texto p {
	margin: 0 0 15px 0;
}

#footer .col .on, #footer .col a:hover, #footer .col .titulo {
	color: #000;
}

#footer .col .inner .sep_blank {
	margin-bottom: 100px;
	line-height: 11px;
}

#footer .col form {
	display: none;
}

#footer .pt, #footer .en {
	color: #aeaeae;
}

#assina {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* common */
.dummy {
	clear: both;
}

.dados {
	display: none;
}