p {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
font {
	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: #0000CC;
	font-size: 13px;
}

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 {
	color: #EEEEEE;
}

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;
}

body {
	margin: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/slices/back.jpg);
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
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;
}

form.noback {
	padding: 0px;
}
form font{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset {
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: right;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.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;
}
.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;
}

.wapp {
	background-color: #FFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00A000;
	border-bottom-color: #00A000;
	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);
    }
}

.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: -30px;
	margin-bottom: 2px;
	position: absolute;
	color: #CCC;
}

.bread a:link, .bread a:visited{
	color: #0080FF;
	font-size: 10px;
}

.bread a:hover{
	color: #FFFF80;
}

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

.cell .button{
	display: block;
}

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

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

.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;
}

.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;
}

.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;
}

.cellRelogio{
	border: 2px solid #DDDDDD;
	padding: 3px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 5px;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	width: 210px;
	float: right;
	text-align: center;
}

.cellRelogio font{
	color: #FFFFFF;
}

.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;
}

.hair{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

.relatorio td {
	padding: 1px;
}

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

.grid {
	background-color: #DDDDDD;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing:1px;
}

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

.grid .gmini {
	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 .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;
}

.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;
}

.supermini {
	font-size: 11px;
}

.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;
	margin: 0px;
	padding: 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;
}

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

.leiamais {
	text-align: right;
}
.logo {
	background-color: #FF6;
}
.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;
}

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

h1.title {
	text-align: right;
	padding-top: 6px;
	padding-bottom: 12px;
	color: #FFF;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	padding-right: 36px;
	padding-left: 36px;
	background-image: url(images/slices/h1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1.oldtitle {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #09C;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #09C;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#page {
	width: 994px;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#pageland {
}

#pageland .title {
	text-align: center;
}



.yellow {
	color: #FFFF99;
}



#head {
	height: 98px;
	padding-top: 42px;
}

#logo{
	height: 80px;
	width: 180px;
	float: left;
	margin-left: 40px;
	background-repeat: no-repeat;
	background-position: center 0px;
}

.headin{
	float: left;
	padding-left: 120px;
	width: 600px;
}

#head ul {
	margin: 0px;
	padding: 0px;
	}	
#head li {
	display: inline;
	margin-right: 3px;
	text-decoration: none;
}


#head h1 {
	float: right;
	margin-right: 10px;
}

#head #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 {
	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: #FFF;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #069;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #069;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.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;
}

.menu li {
	float: left;
	color: #FFF;
}

.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);
}

#lateralnav {
	width: 20%;
	float: right;
}

.left{
	float: left;
	width: 242px;
	margin-left: 8px;
	min-height: 315px;
	margin-right: 8px;
	border: 1px solid #AEAEAE;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	padding: 3px;
	font-size: 12px;
}


.right {
	margin-right: 8px;
	margin-left: 264px;
}

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

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

#foot {
	clear: both;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 9px;
	padding-right: 5px;
	padding-left: 5px;
	height: 58px;
}
#foot a {
	color: #FF0;
	font-size: 10px;
}

/* sistema de sugestões */

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

/* 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;
}

/* slider */
.sliderOut {
	background-color: #4A7681;
	height: 12px;
	width: 460px;
	position: relative;
	padding: 6px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	margin: 3px;
}
.sliderIn {
	background-color: #333;
	height: 10px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #066;
	position: relative;
}
.slid {
	position: absolute;
	background-color: #C00;
	height: 16px;
	width: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F66;
	border-left-color: #F66;
	-moz-box-shadow: 1px 2px 2px #333;
	box-shadow: 1px 2px 2px #333;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

/* 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;
}