h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
	font-size: 93%;
	line-height: 1.5em;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #3f3f3f;
}

img {
	max-width: 100%;
	height: 100px;
	margin: 0px 0px 0px 0px;
}

#cabecalho{
	background-color: #FFFFFF;
}

img#cabecalho {
	max-width: 100%;
	height: auto;
	margin-left: 7%;
}

img#rodape {
	max-width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	width:100%;
}

/* Section Inner */
div.section-inner {
	max-width: 1100px;
	padding: 0 25px;
	margin: 0 auto;
}
.ui-content {
	border-width: 0;
	overflow: visible;
	overflow-x: hidden;
	padding: 2em 0em 1em 1em;
	width: 100%;
}

#table {
	border-width: 0;
	overflow: visible;
	overflow-x: hidden;
	padding: 1em 0em 0em 1em;
	width:97%
}


/* Body Content */
div.body-content {
	padding: 65px 0;
	background-color: #FFF;
}

/* Thirds */
div.thirds {
	padding-bottom: 0px;
}

div.one-third {
	margin-right: 5%;
	float: left;
	width: 45%;
}

div.one-third-last {
	margin: 0;
}

/* Main Column */
div.main {
	width: 65%;
	float: left;
	margin-right: 5%;
}

/* Side Column */
div.side {
	width: 30%;
	float: left;
}


div.header{
	
}

/* Footer */
div.footer {
	background-color: #3f3f3f;
	color: #FFF;
	padding: 15px 0;
	text-align: center;
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*Form*/


#formulario fieldset{
    border:3px solid #D9DEE0;
    padding: 20px 10px;
 
}
#formulario legend{
    font-size: 16px;
    padding: 0 10px;
}
#formulario form li{
    padding: 5px;
    margin-bottom: 1px;
}
#formulario form li.center{
    text-align: center;
}
#formulario form li.left{
    text-align: left;
}
#formulario form li.right{
    text-align: right;
}

.radius5{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius:5px;
    
}

.erro{
	width: 96%;
    padding: 2%;
    margin:10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius:5px;
    background: #efcec9;
    border: 1px solid #ad3f30;
    color: #943728;
}

/* Fim Form*/

/* Carrosel */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 15px;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 88%;
}

.bx-wrapper .bx-caption span {
	 color: #fff;
	 font-family: Tahoma;
	 display: block;
	 font-size: .85em;
	 padding: 5px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	width: 500px;
	height: 210px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	/* left: -5px; */
	background: #fff;
}

.bx-viewport {
	
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 195px;

}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	height: 180px;
}

/* Tabela */
.ui-table-reflow tbody th {
	text-align: left;
	margin-top: 0;
	width: 160px;
	display: table-cell;
	
}

.ui-table-reflow tbody td {
	text-align: left;
	margin-top: 0;
	
}

.table-stroke tbody th, .table-stroke tbody td {
	border-bottom: 0px;
	border-bottom: 0px;
}

.ui-header .ui-title, .ui-footer .ui-title {
	font-size: 1em;
	min-height: 1.1em;
	text-align: center;
	display: block;
	margin: 0 30%;
	padding: .7em 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	outline: 0!important;
}
