p {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
b {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F58634;
}
em {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: disc;
	margin: 0px;
}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #069;
	font-size: 13px;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 17px;
}
hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCC;
}

img {
	margin: 0px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table{
	border-spacing: 0px;
}

tr{
}

td{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body {
	margin: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/slices/back.jpg);
	background-repeat: repeat-x;
	background-position: center 30px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}

form table{
	border-spacing: 4px;
}

form tr{
}

form td{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

fieldset {
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.clear {
	clear: both;
}
.red {
	color: #FF0000;
	text-align: center;
}
.green {
	color: #090;
	text-align: center;
}
.blue {
	color: #0055BB;
	text-align: center;
}
.gray {
	color: #666;
	text-align: center;
}
.yellow {
	color: #FFFF99;
}
.error {
	background-color: #FFC;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
	padding: 7px;
}

.noerror {
	background-color: #C3D2E5;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #09C;
	border-bottom-color: #09C;
	padding: 7px;
}

.detail {
	background-color: #DDD;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	padding: 7px;
}

.help {
	background-color: #CBEDDC;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #696;
	border-bottom-color: #696;
	margin-top: 16px;
	min-height: 50px;
	background-image: url(images/icons/tutorial.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 82px;
	color: #393;
	text-align: left;
}

.bread{
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	font-size: 10px;
	text-align: right;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: -28px;
	margin-bottom: 2px;
	position: absolute;
	color: #EEE;
}

.bread a{
	color: #066;
	font-size: 10px;
}

.pagination{
	text-align: right;
}

.pagination .alignleft{
	text-align: right;
}

.pagination .alignleft .atual{
	color: #F60;
	border: 1px solid #FF6600;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 0px #333;
}

.appBanner{
	width: 38%;
	margin-right: auto;
	margin-left: auto;
}

.cell{
	border: 1px solid #DDDDDD;
	background-color: #FAFAFA;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.cell .grid td {
	font-size: 11px;
}

.cellImport{
	border: 1px solid #DDDDDD;
	background-color: #FFC;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.cellCadastro{
	border: 1px solid #099;
	background-color: #EEEEEE;
	padding: 4px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
	margin-top: 2px;
	margin-bottom: 8px;
}

.cellPanel{
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.cellServico{
	border: 1px solid #DDDDDD;
	background-color: #FFFFE0;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.cellFoto{
	border: 1px solid #DDDDDD;
	background-color: #FFFFE0;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 10px;
}

.cellChoice{
	text-align: center;
}

.cellChoice a{
	font-size: 42px;
	text-decoration: none;
	color: #099;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	height: 110px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	text-shadow: 1px 1px 1px #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.cellChoice span{
	margin-top: -26px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #099;
}

.cellLogo{
	font-size: 42px;
	text-decoration: none;
	color: #099;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	height: 70px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 5px;
	display: block;
	text-shadow: 1px 1px 1px #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

.cellPlanilha{
	border: 1px solid #DDDDDD;
	background-color: #FFFFE0;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cellSearch{
	border: 1px solid #DDDDDD;
	background-color: #FAFAFA;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 5px;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
}

.cellEspecialidades{
	border: 1px solid #900;
	background-color: #FFFFE0;
	padding: 7px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: left;
}

.cellPendent{
	border: 1px solid #F90;
	background-color: #FFFFE0;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}

.cellPendent div{
	font-size: 12px;
}

.cellPendent div input{
	font-size: 12px;
}

.cellAdd{
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.cellCliente{
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

.cellCampanha{
	border: 1px solid #DDDDDD;
	background-color: #900;
	padding: 3px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	color: #FFF;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
}

.cellCampanha h1{
}

.cellCampanha p{
	text-align: center;
}

.cellLog{
	border: 1px solid #DDDDDD;
	background-color: #FAFAFA;
	padding: 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	text-align: left;
}

.movimento{
	padding: 5px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #C00;
}
.movimento .user {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
}

.view{
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4A7681;
}

.view2{
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.hair{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.relatorio {
	padding: 0px;
	border-spacing:0px;
	width: 100%;
}

.relatorio td {
	padding: 1px;
}

.nogrid {
	padding: 0px;
	border-spacing:0pt;
	width: 100%;
}

.nogrid td .top{
	vertical-align: top;
}

.grid {
	background-color: #DDDDDD;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	border-spacing:1pt;
}

.grid td {
	background-color: #EEE;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.grid td .top {
	vertical-align: top;
}

.grid td.subtotal {
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.grid .gmini {
	font-size: 11px;
}

.grid .minimo{
	font-size: 9px;
}

.grid .ttitle {
	background-color: #FFF;
	color: #4A7681;
	text-align: center;
	background-image: url(images/slices/backh1.jpg);
	background-repeat: repeat-x;
	background-position: left -1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}

.ttitle {
	background-color: #FFF;
	color: #4A7681;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}

.grid .lfut {
	background-color: #FFF;
	color: #4A7681;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

.grid .thead {
	background-color: #4A7681;
	color: #FFF;
	text-align: center;
	background-image: url(images/slices/backh1.jpg);
	background-repeat: repeat-x;
	background-position: left -1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.grid .tfoot {
	background-color: #4A7681;
	color: #FFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.gridC {
	background-color: #DDDDDD;
	padding: 0px;
	border-spacing:0pt;
}

.gridC td {
	background-color: #EEE;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	vertical-align: top;
}

.gridC .gmini {
	font-size: 11px;
}

.gridC .thead {
	background-color: #4A7681;
	color: #FFF;
	text-align: center;
	background-image: url(images/slices/backh1.jpg);
	background-repeat: repeat-x;
	background-position: left -1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.gridC .tfoot {
	background-color: #4A7681;
	color: #FFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.clearright {
	clear: right;
}

.topo {
	text-align: right;
	width: 100%;
	display: block;
	font-size: 12px;
}

.mini {
	display: block;
	float: right;
	width: 60%;
	font-size: 11px;
	text-align: right;
}
.minimo{
	font-size: 9px;
}
.big{
	font-size: 16px;
}
.bigger{
	font-size: 21px;
}
.centrado {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.align_left {
	text-align: left;
}

.align_right{
	text-align: right;
}

.square {
	overflow: hidden;
	height: 0px;
}
.square2 {
	overflow: hidden;
}
.squaredw {
	max-height: 0px;
	overflow: hidden;
}
.halfleft {
	float: left;
	width: 25%;
	background-color: #DFF1FF;
	padding: 1%;
	margin-right: 1px;
	margin-left: 1px;
}
.halfright {
	float: left;
	width: 70%;
	background-color: #DFF1FF;
	padding: 1%;
	margin-right: 1px;
	margin-left: 1px;
	text-align: left;
}
.caixalist {
	height: 700px;
	overflow: auto;
	text-align: left;
	width: 100%;
}
.boletoslist {
	height: 130px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.boletoslist img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boletoslist a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}
.caixa {
	position: absolute;
	left: 0px;
	top: 220px;
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
}
.icone {
	height: 65px;
	float: left;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.icone img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.icone a {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

.menor {
	display: block;
	font-size: 10px;
}

.leiamais {
	text-align: right;
}

.objfla {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.secure {
	margin-right: 30px;
	margin-left: 15px;
	padding-top: 150px;
	font-weight: bold;
	text-align: center;
}
#ur {
	font-size: 12px;
}


#fotos {
	width: 99%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	display: block;
}
.fotoco {
	float: left;
	width: 49%;
	margin-left: 3px;
}

.foto {
	height: 220px;
	width: 310px;
	background-color: #F5FFFF;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.foto img {
	margin: 0px;
}
.foto_livro {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.minifoto {
	height: 150px;
	width: 100px;
	background-color: #F5FFFF;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

.tdatagrid_col
{
	font-size: 9pt;
	font-weight: bold;
	padding-top: 1px;
	background-color: #4A7681;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	color: #FFF;
}

.tdatagrid_col_over
{
	font-size: 9pt;
	font-weight: bold;
	padding-top: 0px;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A7681;
	color: #000;
}

.tpanel {
	margin-right: auto;
	margin-left: auto;
}

.TWindow1 form input[type="file"] {
	max-width: 300px;
	overflow: visible;
}
.TWindow2 form input[type="file"] {
	max-width: 300px;
	overflow: visible;
}

.TWWindow1 form input[type="file"] {
	max-width: 300px;
	overflow: visible;
}
.TWWindow2 form input[type="file"] {
	max-width: 300px;
	overflow: visible;
}

.tabclass{
	margin-top: 8px;
}

.TWindow1 form input[type="file"] {
	max-width: 300px;
	overflow: visible;
}
.TWindow2 form input[type="file"] {
	max-width: 300px;
	overflow: visible;
}

.processo {
}
.processo table {
	text-align: left;
}

h1.title {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #3E4095;
	margin: 0px;
	font-size: 28px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	font-family: BalooTamma-Regular;
	letter-spacing: -2px;
	text-shadow: 1px 1px 1px #000;
}

h2.title {
	text-align: right;
	color: #000;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: BalooTamma-Regular;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DDD;
	width: 100%;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/space1.png);	/*background-size: cover;*/
}

#pageadmin {
	background-image: url(images/slices/headadmin.jpg);
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#pagehome {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#pageborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

header {
	height: 175px;
	position: relative;
	margin-top: 30px;
}
header aside {
	font-weight: bold;
	text-align: right;
	padding: 10px;
	height: 20px;
	position: absolute;
	right: 1px;
	width: 200px;
	display: block;
}

header #logo {
	text-align: center;
	width: 258px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}

header nav {
	font-weight: bold;
	text-align: right;
	padding: 8px;
	height: 20px;
	position: fixed;
	width: 100%;
	display: block;
	background-color: #000;
	top: 0px;
	-moz-box-shadow: 2px 1px 1px #333;
	box-shadow: 2px 1px 0px #333;
}

header nav li ul { 
	display: none;   
}

header nav li:hover ul {
	display:block;
	position:absolute;
}

header nav li ul {
	width: 150px;
	background: rgba(0,0,0,0.7);
	padding: 10px 5px;
	box-shadow: 3px 3px 15px #000;
	-moz-box-shadow: 3px 3px 15px #000;
	-webkit-box-shadow: 3px 3px 15px #000;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 5px 5px 5px;
}

header nav li ul li {
	float: left;
}

header ul {
	padding: 0px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: table;
	}
header li {
	display: inline;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
}

header li a:link, header li a:visited {
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 5px;
	color: #FFF;
}

header li a:hover {
	color: #F58634;
}


header h1 {
	float: right;
	margin-right: 10px;
}

header #name {
	margin-top: -20px;
	position: relative;
	margin-left: 5px;
	height: 20px;
	width: 150px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}




#menu {
	height: 26px;
	margin-left: auto;
	padding-top: 3px;
	margin-right: auto;
	position: relative;
}
#menu .menuin {
	height: 17px;
	overflow: hidden;
}
#menu ul {
	float: right;
	padding: 1px;
	margin: 0px;
}


#menu li {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4C4C4;
	float: left;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	display: inline;
}
#menu li a:hover {
	color: #FFFFFF;
	background-color: #006699;
	background-image: url(images/slices/menu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}


.menu {
	margin: 0px;
	width: 100%;
	height: 28px;
	text-align: center;
	padding-top: 2px;
}

.menu ul li a:link, .menu ul li a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #333;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.menu ul li a:hover {
	background-color: #000000;
	box-shadow: 3px 3px 5px #000;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #FFF;
}

.menu li {
	float: right;
	list-style-type: none;
}

.menu li ul { 
	display: none;   
}

.menu li:hover ul {
	display:block;
	position:absolute;
}

.menu li ul {
	width: 150px;
	background: rgba(0,0,0,0.7);
	padding: 10px 5px;
	box-shadow: 3px 3px 15px #000;
	-moz-box-shadow: 3px 3px 15px #000;
	-webkit-box-shadow: 3px 3px 15px #000;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 5px 5px 5px;
}

.menu li ul li a:link, .menu li ul li a:visited, .menu li ul li a:hover {
	background: transparent;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding-top: 6px;
	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.menu li ul li a:hover {
	text-decoration: underline; 
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	transform: translate(5px,0px);
	-webkit-transform: translate(5px,0px);
	-moz-transform: translate(5px,0px);
	-o-transform: translate(5px,0px);
}

.left{
	float: left;
	width: 235px;
	margin-left: 10px;
}

.content {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #AAA;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.content section{
	min-height: 250px;
}

.content section.nocolumn{
	min-height: 0px;
}

.contentadmin {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
	min-height:360px;
}
.contentall {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.column {
	display: table-cell;
	width: 48%;
	padding: 1%;
}

.nocolumn {
	display: block;
	width: 98%;
	padding: 1%;
}

iframe {
	padding: 0px;
	height: 175px;
	margin: 0px;
	width: 100%;
}

.clima{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

footer {
	clear: both;
	color: #FDB92C;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	text-align: center;
	background-image: url(images/slices/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 60px;
	width: 90%;
	position: relative;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

footer p {
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

footer span {
	color: #FF6;
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
}

footer a:link, footer a:visited {
	color: #FF6;
	font-size: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
}

footer a:hover {
	color: #FFB300;
}

footer img {
	margin-bottom: 12px;
}

.wapp {
	background-color: #FFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F58634;
	border-bottom-color: #F58634;
	padding: 7px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.wapp p{
	border: 10px;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
	padding-bottom: 4px;
}

.wapp p img{
	position: relative;
}

.wapp p img{
    -webkit-animation: smallToBig 1200ms alternate infinite ease-out;
    -moz-animation: smallToBig 1200ms alternate infinite ease-out;
    -ms-animation: smallToBig 1200ms alternate infinite ease-out;
}

@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.2);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.8);
    }
    to {
        -moz-transform: scale(1.2);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.8);
    }
    to {
        -ms-transform: scale(1.2);
    }
}

/* sistema de sugest�es */

.semCor {
	background-color: #EEEEEE;
	padding: 2px;
}
.comCor {
	background-color:#09C;
	cursor: pointer;
	padding: 2px;
}
.sugestoes {
	position: absolute;
	background: #EEEEEE;
}

/* sistema de tabs */

.tabActive .lf{
	height: 36px;
	width: 24px;
	background-image: url(images/icons/tab_ac_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.tabActive .rg{
	height: 36px;
	width: 24px;
	background-image: url(images/icons/tab_ac_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

.tabActive .mid{
	background-image: url(images/icons/tab_ac_mid.gif);
	background-repeat: repeat-x;
}

.tabInactive .lf{
	height: 36px;
	width: 24px;
	background-image: url(images/icons/tab_ina_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.tabInactive .rg{
	height: 36px;
	width: 24px;
	background-image: url(images/icons/tab_ina_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

.tabInactive .mid{
	background-image: url(images/icons/tab_ina_mid.gif);
	background-repeat: repeat-x;
}

/* mini calendar */
.calendar-mini {
	font-family: arial, verdana, "sans serif";
	background-color: #FAFAFA;
	padding: 3px;
	color: #333;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999;
	background-image: linear-gradient(bottom, rgb(194,194,194) 0%, rgb(247,247,247) 57%, rgb(230,230,230) 79%);
	background-image: -o-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(247,247,247) 57%, rgb(230,230,230) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(247,247,247) 57%, rgb(230,230,230) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(247,247,247) 57%, rgb(230,230,230) 79%);
}

.calendar-mini a {
	color: #C00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.calendar-mini-title {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #4A7681;
}
.calendar-mini-day-title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #4A7681;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.calendar-mini-day, .calendar-mini-outmonth-day {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	height: 30px;
}
.calendar-mini-day a {
	color: #066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.calendar-mini-sunday, .calendar-mini-outmonth-sunday {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	height: 30px;
}

.calendar-mini-sunday a {
	color: #C00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.calendar-mini-day {
	height: 20px;
}
.calendar-mini-sunday {
}
.calendar-mini-day-number {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.calendar-mini-sunday-number {
	text-align: center;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.calendar-mini-outmonth-sunday .calendar-mini-sunday-number {
	color: #DADADA;
}
.calendar-mini-content {
	padding: 2px;
	font-size: 10px;
}
.calendar-mini-outmonth-day {
	color: #DADADA;
	font-style: italic;
}
.calendar-mini-outmonth-sunday {
	color: #DADADA;
	font-style: italic;
}

@media all and (max-width: 739px){



	
}

@media all and (max-width: 599px){

.content section{
	min-height: 50px;
}

header li a:link, header li a:visited {
	font-size: 10px;
}

}

@media all and (max-width: 480px){

.content section{
	min-height: 50px;
}

.outBanner {
	display: none;
}

.outNivo {
	display: none;	
}

.column {
	display: block;
	width: 100%;
}

header {
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

header li {
	height: 20px;
}

header li a:link, header li a:visited {
	font-size: 9px;
}

header aside {
	display: none;
}

header nav {
	clear: both;
}

}

@media all and (max-width: 240px){

.content section{
	min-height: 50px;
}

.outBanner {
	display: none;	
}

.outNivo {
	display: none;	
}

.column {
	display: block;
	width: 100%;
}

header {
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

header li {
	height: 20px;
}

header li a:link, header li a:visited {
	font-size: 9px;
}

header aside {
	display: none;
}

header nav {
	clear: both;
}

h1.title {
	margin-top: 15px;
}

}