/* @override 
	http://www.casadoser.pt/css/screen_ser.css
	http://www.casadoser.pt/css/reset.css
	http://www.casadoser.pt/css2/galleriffic-2.css
*/

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Grid960 */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/* @end */

a:link {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-style: normal;
}

a:visited {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.corfundo {
	background: url(../imagens/fundo.gif) repeat;
}

.cortab {
	background-color: white;
}

.linha {
	border-top: 5px solid black;
}

.linhaseparadora {
	border-top: 1px solid black;
	height: 2px;
	width: 100%;
	margin-top: 10px;
}

.menutxt {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
}

.copy {
	font-size: 11px;
	line-height: 22px;
}

.mt {
	margin-top: 10px;
}

.mb {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 27px;
}

.topo {
	height: 150px;
}

.fl {
	float: left;
}

.ml {
	margin-right: 10px;
}

.alt_form {
	border-style: none;
	background-color: #dedede;
	font-size: 12px;
	line-height: 20px;
}

#mensagem {
	border-style: none;
	background-color: #dedede;
	font-size: 12px;
	line-height: 20px;
}

#caixadotexto {
	background-color: #dfdfdf;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	height: 100px;
}

#caixatestemunhos {
	background-color: #dfdfdf;
	padding: 15px 20px 20px 15px;
}

.titobra {
	font-size: 20px;
	line-height: 26px;
	height: 54px;
}

.txtobra {
	width: 621px;
}

.subtitulo {
	font-size: 13px;
	line-height: 20px;
}

.voltar {
	font-size: 14px;
	line-height: 19px;
	width: 620px;
	text-transform: uppercase;
	margin-top: 10px;
}

.destaque {
	line-height: 39px;
	text-decoration: underline;
}

.fotodetalheinicio {
	border-bottom: 11px solid black;
	float: left;
	width: 300px;
}

.fotodetalheinicio:hover {
	border-bottom-color: #ecebb6;
}

.txtcasainicio {
	font-size: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 15px;
}

.casainicio {
	background-color: #ecebb6;
	height: 380px;
}

.casainicio:hover {
	background-color: #cbcb85;
}

.fr {
	float: right;
}

/* @group rodapé nrs */

#numeros {
	height: 20px;
	float: left;
	padding-top: 4px;
}

.esquerda {
	float: left;
	margin-left: 10px;
	z-index: 2;
	position: absolute;
	left: 0;
	bottom: 3px;
}

.direita {
	margin-right: 10px;
	float: right;
	z-index: 2;
	position: absolute;
	bottom: 3px;
	right: 0;
}

.centrado {
	margin: auto auto 4px;
	position: relative;
	text-align: center;
}

.nr {
	color: gray;
}

.nr:hover {
	color: red;
}

a.botao:link {
	color: gray;
}

a.botao:hover {
	color: red;
}

/* @end */

/* @group Fonts */

@font-face {
    font-family: 'MuliLight';
    src: url('../fonts/Muli-Light-webfont.eot');
    src: url('../fonts/Muli-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Light-webfont.woff') format('woff'),
         url('../fonts/Muli-Light-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Light-webfont.svg#MuliLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuliLightItalic';
    src: url('../fonts/Muli-LightItalic-webfont.eot');
    src: url('../fonts/Muli-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-LightItalic-webfont.woff') format('woff'),
         url('../fonts/Muli-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-LightItalic-webfont.svg#MuliLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuliRegular';
    src: url('../fonts/Muli-Regular-webfont.eot');
    src: url('../fonts/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Regular-webfont.woff') format('woff'),
         url('../fonts/Muli-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Regular-webfont.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuliItalic';
    src: url('../fonts/Muli-Italic-webfont.eot');
    src: url('../fonts/Muli-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Italic-webfont.woff') format('woff'),
         url('../fonts/Muli-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Italic-webfont.svg#MuliItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fontface {letter-spacing: 0;
	font-family: 'MuliRegular', Arial, sans-serif;
}

		.style1 {
	font-family: 'MuliLight', Arial, sans-serif;
}

.style2
		p.style2 {font: 18px/27px 'MuliLightItalic', Arial, sans-serif;}
		.style3 {
	font-family: 'MuliRegular', Arial, sans-serif;
}
		.style4 {font: 18px/27px 'MuliItalic', Arial, sans-serif;}

.titulo {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 31px;
}

.txt {
	font-size: 14px;
	line-height: 23px;
}

p+p {
	text-indent: 30px;
}

.justificado {
	text-align: justify;
}

/* @end */

/* @group Acordeão */

.toggler  { cursor:pointer;

}
.toggler:hover   {
}
.element   {
	padding: 0 10px 0 0;
	margin-left: 18px;
}

.btmenu:hover {
	text-decoration: underline;
}

/* @end */

/* @group Galerrific */

/* @override 
	http://www.avic.pt/galleriffic/css/galleriffic-2.css
	http://www.casadoser.pt/css2/galleriffic-2.css
*/

#colunagaleria {
	width: 620px;
	color: black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#colunagaleria a:link {
}

div.content2 {
	width: 620px;
}
div.content2 a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content2 a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 0;
	color: black;
	font-size: 13px;
	height: 23px;
}
div.controls a {
	padding: 0;
	color: black;
}

div.controls a:link {
	color: black;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 625px;
	height: 465px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	position: relative;
	width: 620px;
	height: 449px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	height: 465px;
}
div.slideshow a.advance-link {
	display: block; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	height: 465px;
	width: 620px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	width: 620px;
	position: relative;
	height: 465px;
	top: 0;
	margin-top: -17px;
}
div.download {
	float: right;
	font-size: 13px;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 55px;
	font-size: 14px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 620px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0;
	width: 620px;
}
div.image-title {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	margin-top: 5px;
}
div.image-desc {
	line-height: 13px;
	padding-top: 12px;
	text-align: left;
}
div.navigation {
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	width: 86px;
	height: 64px;
	background-color: black;
	margin: 5px 3px -2px 0;
}
a.thumb {
	padding: 0;
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 86px;
	height: 64px;
	margin: 0;
}
div.pagination {
	clear: both;
	font-size: 13px;
	width: 576px;
	line-height: 10px;
}
div.navigation div.top {
	margin-bottom: 0;
	height: 30px;
}

img {
}

.imgslide {
	margin-top: 9px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	width: 60px;
	height: 12px;
	text-align: center;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
	color: white;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/* @end */

