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,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-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}

.container{
	width:800px;
	margin:0 auto;
}
:focus {outline: 0;}

body{
	line-height: 1;	
	color: #666;
   background-image:url(../_img/skin/bg.jpg);
   background-repeat:repeat-x;
   background-color:#FFF;
}

ol, ul { list-style: none;}
table {	border-collapse: separate; 	border-spacing: 0;}
caption, th, td {	text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

h1{
	overflow:hidden;
	text-indent:-9000px;
	width:100%;
	height:85px;
	background-image:url(../_img/skin/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:14px;
/*
    font-family: Calibri, Helvetica, Arial, sans-serif; 
    font-size:200%; 
    padding-bottom:5px;
    display:block;
    border-bottom:1px solid #DDD;
*/
}

			
h2{ 
	background-image:url(../_img/skin/folha.png);
	background-repeat:no-repeat;
	background-position:center left;
	font-size: 22px;
	font-style:italic; 
	padding: 5px 0 5px 45px;
	font-family: Georgia, Arial, Verdana;
	margin-top:10px; 
	color:#F24B00;
} 
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 5px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }

a           { color: #8CAD64; text-decoration: none; }
a:hover     { color: #A8C9A3; }
a:active    { color: #777; }
a:focus     { outline: 1px; }
strong       { font-weight: bold; color: #333; }
small   		{ font-size: 0.85em; }
pre           { font-family: monospace; }
p {
	padding: 5px 0 10px 0;
   line-height: 1.6em;
   text-align: justify;
}
.align-left { float: left; }
.align-right { float: right;}

.clear{
	clear:both;
}



/*** // CONTEUDO // ***/
#cabecalho{
	height:350px;
}
.conteudo{
	width:784px;
	margin-left:20px;
	margin-bottom:40px;
	padding:0 10px;
	margin-top:-5px;
}


                
/*************** NOTIFICAÇOES ***************/
.obrigatorio{
	color:red;
	font-size:130%;
}
.notification,  .notificationfix{
                margin: 0 0 5px 0;
                display:block;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
				border-radius: 6px;
                }

.attention {
                background: #fffbcc url('../_img/skin/error.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../_img/skin/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../_img/skin/tick.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('../_img/skin/exclamation.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div, .notificationfix div{
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close, .notificationfix .close{
                float:right;
                background-image: url('../_img/skin/cross_grey.png');
                background-repeat: no-repeat;
                background-position:center;
                width:10px;
                height:10px;
                overflow:hidden;
                text-indent:-9000px;
                margin-right:5px;
                margin-top:5px;
}
img.help{
	cursor:pointer;
	
}


.boximg{
	width:130px;
	height:98px;
	background:#6BB96D;
	text-align: center;
}
.boximg img{
	width:110px;
	height:75px;
	padding:5px;
	margin-top:5px;
	border:1px solid #DDD;
}

.fotos{
	padding:5px;
	background:#6BB96D;
	display:block;
	float:left;
	margin:8px 0 8px 14px;
}
.fotos img{
	border:1px solid #EEE;
	padding:5px
}

.fotos:hover{
	background:#F24B00;
	
}



/*** // RODAPE // ***/
.rodape{
	text-align:center;
	color:#CCC;
	background:#222;
	border-top:6px solid #800;
}
.rodape p{
	text-align:center;
	letter-spacing: 3px;
	line-height:50px;
}