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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, .header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, .header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*   focus   */

*:focus 
{
    outline:none;
    }

/*   #############   */
.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	max-height:0;
	overflow:hidden;
}
.clearfix, .container {
	display:inline-block;
}
* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}

.ie7 .clear,
.ie8 .clear {
	clear:both;
	height:1px;
}

/*   #############   */

/* CSS Document */

html, body {
   margin:0;
   padding:0;
   height:100%;/**/
   font-family: 'Open Sans', sans-serif;
}

.boxLeft {
	float:left;
	}

.boxRight {
	float:right;
	}

.boxCenter {
	margin:0 auto;
	}

.boxLayout {
	width: 100%;
	position:absolute; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index: 10;
	}

.boxWrapper {
	width:960px;
	min-height:100%;
	margin:30px auto 0 auto;
	position:relative;
	padding-bottom:70px;
	}

/*.ie8 .boxWrapper {
	margin-top:30px;
	}
*/	
.header {
	margin-top:50px;
	}
	
.header .boxRight {
	margin-top:30px;
	}
	
.header .boxRight a {
	font-size:16px;
	color:#999;
	padding:15px 15px;
	text-decoration:none;
	}
	
.header .boxRight a:hover {
	color:#666;
	}
	
.header .boxRight a i {
	font-size:22px;
	color:#999;
	margin-right:5px;
	}

.header .boxRight a.active,
.header .boxRight a.active i {
	color:#0096AE !important;
	}
	
.boxHighlights {
	width:100%;
	margin-top:30px;
	}

.boxHighlights h1 {
	font-size:36px;
	font-weight:normal;
	color:#00A4CC;
	line-height:140%;
	text-align:center;
	}

.boxHighlights h2 {
	font-size:20px;
	font-weight:normal;
	color:#999;
	line-height:160%;
	text-align:center;
	margin-top:10px;
	}

.item i {
	font-size:80px;
	color:#007B7E;
	margin:20px 0 10px 0;
	height:90px;
	text-shadow:1px 1px 1px #666;
	}

.item h1 {
	font-size:18px;
	color:#0096AC;
	font-weight:normal;
	}
	
.item p {
	font-size:14px;
	line-height:100%;
	color:#999;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	}	

.footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:30px;
	text-align:center;
	font-size:12px;
	color:#666;
	padding:20px 0;
	text-transform:uppercase;
	box-shadow:0px 0px 3px #666;
	margin-top:40px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
	}
	
.customNavigation {
	margin-top:20px;
	}
	
.customNavigation a {
	color:#00A4CC;
	font-size:12px;
	text-align:center;
	}
	
.btn.prev {
	float:left;
	font-size:36px;
	color:#ccc;
	padding:5px;
	margin-top:-160px;
	margin-left:-15px;
	text-shadow:1px 1px 1px #666;
	}

.btn.next {
	float:right;
	font-size:36px;
	color:#ccc;
	padding:5px;
	margin-top:-160px;
	margin-right:-20px;
	text-shadow:1px 1px 1px #666;
	}

.btn.prev:hover,
.btn.next:hover {
	cursor:pointer;
	color:#999;
	text-shadow:1px 1px 1px #666;
	}


.contactos h2,
.faleconnosco h2,
.quem_somos h2 {
	color:#0096AE;
	font-size:20px;
	text-align:left;
	margin-bottom:10px;
	} 

.contactos, .quem_somos {
	width:50%;
	font-size:14px;
	color:#666;
	line-height:160%;
	}

.quem_somos p { color: #666; text-align:justify; text-justify:inter-word; } 	

.contactos a {
	color:#0096AE;
	text-decoration:none;
	}
	
.contactos a:hover {
	color:#666;
	}

.quem_somos { width:100%; }

.area_reservada {
	width:50%;
	font-size:14px;
	color:#666;
	line-height:160%;
	}

.faleconnosco h2 {
	margin-left:80px;
	}

.faleconnosco {
	width:50%;
	font-size:14px;
	color:#666;
	line-height:140%;
	}	

.formRow {
	margin-bottom:15px;
	width:100%;
	}

.formRow label {
	width:70px;
	float:left;
	margin-right:10px;
	padding-top:5px;
	text-align:right;
	font-size:12px;
	line-height:140%;
	color:#999;
	}
	
.formRow input[type=text], .formRow input[type=password] {
	width:300px;
	border:1px solid #ddd;
	background:#eee;
	height:18px;
	padding:5px 10px;
	border-radius:5px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#0096AE;
	}	

.formRow textarea {
	width:300px;
	border:1px solid #ddd;
	background:#eee;
	height:70px;
	padding:5px 10px;
	border-radius:5px;
	float:left;
	resize:vertical;
	font-family: 'Open Sans', sans-serif;
	color:#0096AE;
	}

.formRow.marginFix {
	margin-left:80px;
	margin-top:30px;
	width:300px;
	text-align:center;
	}	

.formRow button,
.formRow input[type=button],
.formRow input[type=submit],
.formRow a.btn
 {
	width:200px;
	border:1px solid #bbb;
	background:#ddd;
	height:40px;
	padding:5px 0;
	border-radius:5px;
	text-align:center;
	text-decoration:none;
	color:#0096AC;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	}

.formRow button:hover,
.formRow input[type=button]:hover,
.formRow input[type=submit]:hover,
.formRow a:hover.btn
 {
	width:200px;
	border:1px solid #999;
	background:#bbb;
	height:40px;
	padding:5px 0;
	border-radius:5px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	}
	
@media all and (min-width: 1024px) and (max-width: 1280px)  {
  .boxWrapper {
	width:960px !important;
	min-height:100%;
	margin:30px auto 0 auto;
	}
}

@media all and (min-width: 768px) and (max-width: 1023px)  {
  .boxWrapper {
	width:716px !important;
	min-height:100%;
	margin:30px auto 0 auto;
	}

	.owl-carousel .owl-item {
	margin: 0 7px 0 7px !important;
	}
}

@media all and (min-width: 320px) and (max-width: 767px)  {
  .boxWrapper {
	width:234px !important;
	min-height:100%;
	margin:0 auto;
	}
	
	.header {
		text-align:center;
		}
	
	.header img {
	width:234px;
	height:auto;
	}
	
	.header .boxRight {
	margin-top:30px;
	width:100% !important;
	
	}
	
	.header .boxRight a {
	font-size:16px;
	color:#999;
	padding:15px 0px;
	text-decoration:none;
	width:100% !important;
	float:left;
	text-align:center;
	}
	
	.owl-carousel .owl-wrapper-outer {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 222px;
		
}

.owl-carousel .owl-item {
	margin: 0 7px 0 7px !important;
}

.contactos,
.faleconnosco, .area_reservada {
	width: 100%;
	float:none;
	}	
}

.alert { color: #FF0000; font-size: 11px; padding-left: 80px; }

.apl {
	width: 450px;
	position: relative;
}

.apl_header{
	padding-left:10px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius:  5px 5px 0px 0px;
	-webkit-border-radius:  5px 5px 0px 0px;
	min-height: 20px;
	background-color: #cce0e3;
	border: 1px solid #F0F0F0;
	border-bottom: 2px solid #cce0e3;
	
	background-image: -moz-linear-gradient(#fff,#cce0e3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cce0e3));
	background-image: -webkit-linear-gradient(#fff, #cce0e3);
	background-image: -o-linear-gradient(#fff, #cce0e3);
	background-image: -ms-linear-gradient(#fff, #cce0e3);
	background-image: linear-gradient(#fff, #cce0e3);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cce0e3);
	/* For Internet Explorer 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cce0e3);
}


.apl_header a {
	text-decoration: none;
	color: #4a4a4a;
	font-size: 12px;
}

.apl_content{
	border:none;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	color: #4a4a4a;
	font-size: 12px;
	padding: 10px;
}

.apl_footer {
	border:none;
	border-bottom: 1px solid #F0F0F0;
}


/* TESTE */
.contentListNF thead{
	background-color:#F0F0F0;
	font-weight: bold;
	color: #888888;
}

.contentListNF thead tr{
	padding-top: 10px;
	padding-bottom: 10px;
}

.contentListNF tfoot{
	background-color:#F0F0F0;
}

.tab_content td{
	height: 20.5px;
	border: none;
	border-top: 1px dotted #DDDDDD;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.tab_header {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	cursor:pointer;
	padding-bottom:10px;
	height:30px;
}

.tab_header td{ height: 30px;} 

.tab_footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding-top:10px;
	padding-left:10px;
}

#h_id{ text-align: center; width:100px; }
#h_nome{ text-align: center; width:150px; }
#h_msg{ text-align: center; width:300px; }
#h_bt{ text-align: right; width:20px; padding-right:5px }

.c_id{ text-align: center; width:100px; }
.c_nome{ text-align: left; width:150px; }
.c_msg{ text-align: left; width:300px; }

.tab_detail { 
	margin-left:20px;
	padding: 10px 0px 10px 20px;
	border-left:1px solid #DDDDDD; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F8F8F8; 
}

.tdcl {
	width:100px;
	color: #0096AE;
	min-height: 20.5px;
	vertical-align: top;
	padding-top: 3px;
}

.tdcv { width: 410px; }

.tdcfl { width: 100px; }
.tdcfv { width: 80px; }
.tdcfb { text-align: right; padding-bottom: 10px; width: 370px; }

.contentForm{
	background-color:#FFFFFF;
	width:550px;
}

.contentForm td{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #004c66;
	height: 23px;
}

.itxtfcw{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #888888;
	border: 1px solid #F0F0F0;
	padding-left:3px;
}

.prtl_filter {
	margin:0;
	width:573px;
	position:absolute;
	z-index:2;
	background-color: #FFFFFF;
	border:none;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}

#divListaContactosFlt{
	margin:0;
	margin-top:30px;	
}

.button, .button:active, .button:hover{
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
	border-top: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
    background-color: #F0F0F0;
	color:#A0A0A0;
	padding: 1px 4px 1px;
	height:19px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	cursor:pointer;
}

.button:hover, .button:active{
	border-top: 1px solid #FAFAFA;
	border-left: 1px solid #FAFAFA;
	background-color:#FAFAFA;
}

#frmListaContactosFlt{
	margin-left:10px;
}
