
/* ESTILOS PROJECTO 'CELDITOR' */
/* © IMPALA 2010             */



/* ESTILOS GERAIS + TAGS --------------------------------- */

* {
	border:0;
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:#fff;
	}
	
a {
	text-decoration:none;
	font-weight:normal;
	color:#666;}

p {
	line-height:130%;
	clear:both;
	}

input, textarea, select {
	font-size:11px;
	color:#333;
	border:solid 1px #cecece;
	background:#fff url(../img/bck_input.gif) left bottom repeat-x;
	padding:2px 3px;
	font-family: Tahoma, Geneva, sans-serif;
	}

input {
	height:14px;
	line-height:14px;
	}

select {
	height:20px;
	line-height:14px;
	padding:1px;
	cursor:pointer;
	}

input[type="checkbox"], input[type="radio"] {
	background:none;
	width:auto;
	height:auto;
	border:none;
	margin:2px 7px 0 0;
	}

input[type="button"] {
	cursor:pointer;
	cursor:hand;
	border:0;
	height:14px;
	}

.shim {
	clear:both;
	} 
	



/* LAYOUT BOXES -------------------------------------- */

.boxLayout {
	width:auto;
	/*background:#006BB5 url(../img/bck_geral.jpg) left top repeat-x;*/
	}

.boxBody {
	width:170mm;
	margin:0 auto;
	}

.boxFooterBck {
	width:100%;
	padding:10px 0 0 0;
	/*background:url(../img/bck_footer.jpg) left top repeat-x;*/
	}

.boxFooter {
	width:170mm;
	height:100px;
	margin:0 auto;
	text-align:left;
	}

/* BODY --------------------------------- */

/* homepage */

.boxBody .boxContent {
	float:left;
	color:#fff;
	/*background:url(../img/bck_content.gif) left 85px no-repeat;*/
	padding:0px 0 0 40px;
	font-size:12px;
	}

.boxBody .boxLeft {
	float:left;
	/*background:url(../img/bck_content.gif) left 85px no-repeat;*/
	padding:30px 0 0 40px;
	width:175px;
	}
	
.boxBody .boxRight {
	float:left;
	color:#fff;
	padding:0 0 0 41px;
	font-size:12px;
	width:170mm;
	}

.boxBody .boxRight h1 {
	font-size:14px;
	color:#FFF100;
	font-weight:bold;
	border-left:solid 5px #006BB5;
	padding:5px 0 0 10px;
	margin: 0;
	}
	
.boxBody .boxContent img.logo, .boxBody .boxMenu img.logo, .boxLeft img.logo{
	margin:15px 0 0 -70px;
	}

.boxBody .boxContent h1 {
	font-size:14px;
	font-weight:bold;
	border-left:solid 5px #006BB5;
	padding:5px 0 0 10px;
	margin: 10px 0 0 -15px;
	}

.boxBody .boxContent p {
	padding:7px 0;
	}

.boxBody .boxMapa {
	width:428px;
	height:494px;
	float:right;
	margin:62px 0 -44px 0;
	padding:0 0 30px 0;
	/*background:url(../img/bck_mapa.jpg) top left no-repeat;*/
	text-align:center;
	}
	
.boxBody .boxTopo{
	display:none;
	}
	
	
.boxBody .path{
	float:right;
	width:630px;
	padding:4px;
	margin-top:20px;
	font-size:10px;
	color:#fff;
	}
	
.boxBody .boxFlash{
	display:none;
	}
	
.boxBody .boxNoticias{
	float:right;
	width:624px;
	height:206px;
	margin-top:11px;
	/*background:url(../img/bck_content_home.png) top left no-repeat;*/
	margin-bottom:-53px;
	padding-top:13px;
	}
	
.boxBody .boxNoticias h1 {
	font-size:14px;
	color:#006BB5;
	font-weight:bold;
	width:100px;
	border-left:solid 5px #006BB5;
	padding:5px 0 0 10px;
	margin:0 0 0 25px;
	}
	
.boxBody .boxNoticias .noticias{
	float:left;
	width:570px;
	padding:0px 4px 8px 4px;
	color:#666;
	margin:10px 5px 35px 22px;
	position:relative;}

.boxBody .boxNoticias .noticias p{
	padding:10px 0;
	}

.boxBody .boxNoticias .noticias .titnoticias,{
		font-weight:bold;}

	
/* menu */

.navcontainer ul{
	display:none;
	}


/* conteudo -- coluna da direita */

/*.boxBody .boxForm {
	width:574px;
	min-height:380px;
	float:right;
	margin:62px 0 -41px 0;
	padding:20px 25px 30px 25px;
	background:url(../img/bck_content.png) bottom left no-repeat;
	text-align:left;
	position:relative;
	}
	
.boxBody .boxForm h2 {
	color:#005997;
	font-size:16px;
	text-transform:lowercase;
	}

.boxBody .boxForm p {
	color:#006BB3;
	clear:both;
	padding:10px 0;
	}

.ie8 .boxBody .boxForm p {
	padding:6px 0;
	}

.boxBody .boxForm label {
	width:140px;
	padding:0 10px 0 0;
	float:left;
	font-size:12px;
	}
	
.boxBody .boxForm input, .boxBody .boxForm select, .boxBody .boxForm textarea {
	float:left;
	}

.boxBody .boxForm .info {
	position:relative;
	display:inline-block;
	float:left;
	cursor:pointer;
	margin:-9px 0 0 5px;
	}
	
.ie8 .boxBody .boxForm .info {
	margin:-4px 0 0 5px;
	}


.boxBody .boxForm .info span {
	display:none;
	position:absolute;
	right:3px;
	bottom:20px;
	background:#006BB3 url(../img/bck_info.gif) top left repeat-x;
	padding:7px;
	font-size:10px;
	color:#fff;
	border:solid 1px #85BBCB;
	}

.boxBody .boxForm .info:hover span {
	display:block;
	}

.boxBody .boxForm .info span img {
	position:absolute;
	bottom:-8px;
	right:-1px;
	}

.boxBody .boxForm .btn, .boxBody .boxForm .paginacao {
	position:absolute;
	bottom:12px;
	text-align:right;
	width:570px;
	}

.boxBody .boxForm .btn a {
	display:inline-block;
	background:url(../img/bck_btns_big.png) top no-repeat;
	color:#fff;
	text-transform:uppercase;
	padding:3px 2px;
	width:59px;
	text-align:center;
	float:right;
	}

.boxBody .boxForm .detalhe {
	float:left;
	margin:-10px 0 0 0;
	width:380px;
	}

.ie8 .boxBody .boxForm .detalhe {
	display:inline-block;
	}*/

/* MONICA - PAGINA DE CONTEUDO LADO DIREITO DO SITE */

.boxBody .boxContentMain {
	width:170mm;
	float:left;
	margin:-4mm 0 0 -11mm;
	padding:0;
	text-align:left;
	position:relative;
	}
	
.boxBody .boxContentMain h1 {
    font-size:18px;
	color:#006BB5;
	font-weight:bold;
    margin-bottom:15px;
    margin-top:-1px;
    border-left:solid 5px #0075C4;
    padding:70px 0 0 5px;
}
	
.boxBody .boxContentMain .p1 {
	font-weight:bold;}
	
.boxBody .boxContentMain .bckBottom{
	display:none;
	}
	
.boxBody .boxContentMain .boxtxt{
	float:left;
	width:170mm;
	padding:0;
	color:#666;
	line-height:160%;
	font-size:10pt;
	margin-top:10px;
	}
	
.boxBody .boxContentMain .boxtxt p{
		margin-bottom:10px;}
		
.boxBody .boxContentMain .boxtxt em {
	display:block;
	background:#f8f8f8;
	border-left:solid 5px #CCC;
	font-size:12px;
	color:#444;
	font-style:normal;
	line-height:160%;
	padding:10px 13px;
	margin:-11px 0 0 0;
	}

.boxBody .boxContentMain .boxtxtMain{
	float:left;
	width:575px;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	color:#666;
	line-height:160%;
	font-size:11px;
	margin-top:10px;
	margin-bottom:40px;
	min-height:450px;}
	
.boxBody .boxContentMain .boxtxtMin p{
		margin-bottom:10px;}

.boxBody .boxContentMain .boxtxtMin{
	float:left;
	width:144px;
	padding:25px 10px 0px 0px;
	color:#666;
	line-height:160%;
	font-size:11px;
	min-height:480px;
	margin-bottom:30px;
	}
.boxBody .boxContentMain .boxtxtMin .bd{
	font-weight:bold;
		}		
.boxBody .boxContentMain .boxmapa{
	/*float:left;*/
	margin:20px 0 0 0;
	}
		
.boxBody .boxContentMain .boxtxt label{
	width:110px;
	margin:0px 5px 10px 0px;
	display:block;
	float:left;
}
.boxBody .boxContentMain .boxtxt input, .boxtxt select{
	float:left;
	margin:0px 5px 15px 0px;}
	
.boxBody .boxContentMain .boxtxt .inputBox{
	float:left;
	margin:0px 10px 0px 0px;}
	
.boxBody .boxContentMain .boxtxt .coment{
	color:#F00;
	font-weight:bold;}

.boxBody .boxContentMain .boxtxt .comentario{
	float:right;
	width:275px;
	height:20px;
	font-size:9px;
	color:#999;
	}	
.boxBody .boxContentMain .boxtxt .btn{
	float:right;
	margin-left:2px;
	margin-right:8px;
	}
.boxBody .boxContentMain .boxContentTxt{
	float:left;
	width:575px;
	padding:0px;
	color:#666;
	line-height:160%;
	font-size:11px;
	margin-top:30px;
	margin-bottom:40px;
	min-height:450px;
	}
	
.boxContentTxt iframe {
	float:right;
	}
	
.boxContentTxt.contactos p {
	clear:none;
	}
	
.boxBody .boxContentMain .boxContentTxt .fla{
	margin-bottom:20px;
	margin-right:0;
	float:left;}
	
.boxBody .boxContentMain .boxContentTxt p{
	margin-bottom:7px;
	}
	
.boxBody .boxContentMain .boxContentTxt .news{
	font-size:14px;
	}
.boxBody .boxContentMain .boxContentTxt .info a{
	font-size:12px;
	color:#32A2EF;
	font-weight:bold;
	}
.boxBody .boxContentMain .boxContentTxt .mais{
	color:#E71E25;
	}
.boxBody .boxContentMain .boxContentTxt .hr{
	background-color:#E4E4E4;
	height: 1px;
	margin:15px 0px 10px 0px;
	}	
.boxBody .boxContentMain .coment{
	color:#F00;
	font-weight:bold;
	font-size:14px;}
	
.boxBody .boxContentMain .boxMenuDir{
	display:none;
	}
	
	



/* FOOTER --------------------------------- */

.boxFooter p {
	clear:none;
	padding-top:20px;
	width:170mm;
	text-align:right;
	margin:0 auto;
	color:#999;
	font-size:8pt;
	border:none;
	border-top:solid 1px #999;
	margin-top:10px;
	}

	
	
	
	
	
	


/* OUTROS ESTILOS -- VARIOS ----------------------------------------- */

p.hoverImagens {
	position:relative;
	cursor:pointer;
	float:left;
	}

p.hoverImagens span {
	display:none;
	position:absolute;
	right:-300px;
	bottom:0;	
	}
	
p.hoverImagens:hover span {
	display:block;
	}

	
img.cover {
	position:absolute;
	bottom:2px;
	left:5px;
	}
	
.boxtxt h2{
	color:#006BB5;
	font-size:15px;
	font-weight:bold;
	padding:0 0 15px 0;
	}
	
.boxBody .boxContentMain .paginacao {
	position:absolute;
	bottom:12px;
	text-align:right;
	width:570px;
	}

.boxBody .boxContentMain .paginacao a {
	width:auto;
	display:inline;
	height:auto;
	padding:0;
	background:0;
	margin:0 3px;
	color:#004673;
	}

.boxBody .boxContentMain .paginacao a.active {
	font-weight:bold;
	text-decoration:underline;
	}

.boxBody .boxContentMain .paginacao a img {
	margin:0 0 -5px 0;
	}
	
	
	
	
	