* {
	margin: 0;
	padding: 0;
}

/* Formatação */

/* Class para limpar floats */
.clear {
	clear:both;
	/* Remover padding/margins do IE */
	padding:0;
	margin:0;
	visibility:hidden;
	}

/* Remove bordas de imagens com links */
img {
	border: 0;
}

html {
	background-color: #000000;
}

body {
	color:#FFFFFF;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 1px;
	background-color: #000000;
	font-weight: normal;
	word-spacing: 1px;
	line-height: 1.3em;
	}
#container_ext{
	background-color: #a8b0bd;
}



#container_int{
	margin:0 auto;
	padding:0;
	top: 240px;
	background-color: #596D88;
}

#caixa_externa {
	background-image: url(../ea_imagens/bkgdcxint.jpg);
	background-repeat: repeat-x;
	min-height:1090px;
	}

#caixa_externa_mapa {
	background-image: url(../ea_imagens/bkgdcxint.jpg);
	background-repeat: repeat-x;
	min-height:990px;
	}

	
#caixa_interna {
	margin:0 auto;
	padding:0;
	position:relative;
	width:950px;
	background-repeat: no-repeat;
	background-image: url(../ea_imagens/logotop.jpg);
	top: 0px;
	background-position: 20px 0px;
	min-height:700px;
	}

	
/*#content {
	margin:15px 0 0 0;
	padding:20px 4px 22px 0;
	width:950px;
	}	
		*/


/* controle de titulação
-----------------------------------------------------------------------------*/	
h1 {
	font-size:1.4em;
	color:#333333;
	height:40px;
	z-index:0;
	/*width: 530px;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	line-height: 27px;
	}	
	
h2 {
	font-size:100%;
	color:#666666;
	z-index:0;
	}
	
h3 {
	font-size:95%;
	color:#ffffff;
	z-index:0;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
h4 {
	font-size:135%;
	color:#594e2f;
	z-index:0;
	}
	
h5 {
	font-size:125%;
	color:#851a1e;
	z-index:0;
	}
	
p {

}	
	
fieldset {
	padding: 20px;
	margin-bottom: 20px;
}	
	
legend {
	font-size: 90%;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}	
	
a {
	color: #99FFCC;
	text-decoration: none;
}	

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #FFCCCC;
}


#content p {
	padding:0 0 22px 0;
	}

/* rodapé
-----------------------------------------------------------------------------*/
#rodape {
	margin:0 auto;
	border-top:#fff solid 1px;
	text-align:center;
	padding:9px 0 0 0;
	color:#cfb178;
	background-color: #000000;
	background-image: url(../ea_imagens/bkd_rodape.gif);
	background-repeat: repeat-x;
	font-size: 80%;
	}
	
#rodape_nav {
	padding:10px 0 5px 0;
	}
	
#rodape_nav a {
	color:#cfb178;
	}

#rodape_nav a:link, #rodape_nav a:visited  {
	color:#cfb178;
	text-decoration:none;
	}

#rodape_nav a:hover, #rodape_nav a:active {
	color:#cfb178;
	text-decoration:underline;
	}

.cn_registro {
	font-size:85%;
	padding:0px 0 5px 0;
	color:#CCCCCC;
	}	

.cn_registro a {
	color:#959595;
	}

.cn_registro a:link, .rbgi_registro a:visited  {
	color:#959595;
	text-decoration:underline;
	}

.cn_registro a:hover, .rbgi_registro a:active {
	color:#959595;
	text-decoration:none;
	}

.web {
	font-size:70%;
	padding:0 0 10px 0;
	color:#959595;
	}	

.web a {
	color:#959595;
	}

.web a:link, .web a:visited  {
	color:#959595;
	text-decoration:underline;
	}

.web a:hover, .web a:active {
	color:#959595;
	text-decoration:none;
	}


/* ----------------  Barra de navegação principal ---------------------*/
/*---------------------------------------------------------------------*/

#main_nav {
	height: 40px;
	width: 800px;
}

ul#nav {
	position:absolute;
	top:100px;
	left:100px;
	width:520px;
	height:40px;
	padding:0px;
	margin: 0px;
	background-color: transparent;
	background-image: url(../ea_imagens/barra_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background-color: transparent;
	background-image: url(../ea_imagens/barra_nav.jpg);
	background-repeat: no-repeat;
}
li#index a, li#empresa a, li#produtos a, li#mapa a {
	height:40px;
}

li#index a {
	width:110px;
}

li#empresa a {
	width:115px;
}

li#produtos a {
	width:135px;
}	 

li#mapa a {
	width:150px;
}	 	 	 	 

li#index a:hover, li#index a:visited {
	background-position: 0px -40px;
}

li#index a:hover, li#index a:focus {
	background-position: 0px 0px;
}

li#empresa a:link, li#empresa a:visited {	
	background-position: -110px -40px;
}

li#empresa a:hover, li#empresa a:focus {	
	background-position: -110px 0px;
}

li#produtos a:link, li#produtos a:visited {	
	background-position: -225px -40px;
}

li#produtos a:hover, li#produtos a:focus {	
	background-position: -225px 0px;
}

li#mapa a:link, li#mapa a:visited {	
	background-position: -360px -40px;
}

li#mapa a:hover, li#mapa a:focus {	
	background-position: -360px 0px;
}


/* ----  Barra de navegação principal - classe ativa ----*/
body#pag_index ul#nav li#index a {
	background-position: 0px -120px;
}

body#pag_empresa ul#nav li#empresa a {
	background-position: 0px -120px;
}

body#pag_produtos ul#nav li#produtos a {
	background-position: 0px -120px;
}

body#pag_mapa ul#nav li#mapa a {
	background-position: 0px -120px;
}

/* ---------------- Fim - Barra de navegação principal ---------------------*/
/*---------------------------------------------------------------------*/


/*------------------Imagem ou Flash de apresentação ------------------------------------*/
#carro_flash {
	z-index:1;
	position:relative;
	height: 205px;
	top: 100px;
	width: 780px;
	margin-left: 190px;
}
#carro_flash_mapa {
	z-index:1;
	position:relative;
	height: 205px;
	top: 100px;
	width: 780px;
	margin-left: 10px;
}
#carro_flash_main {
	z-index:1;
	position:relative;
	height: 205px;
	top: 100px;
	width: 780px;
	margin-left: 190px;
}
	

/* -----------------  barra de navegação fabricantes--------------------- */

#barra_nav {
	width:153px;
	height:683px;
	z-index:1;
	position:absolute;
	top:145px;
	left:0px;
	float: left;
	}
	
#barra_nav ul {
	list-style:none;
	display: block;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 15px;
	}
	
#barra_nav ul li {
	list-style:none;
	float:left;
	padding-top: 7px;
	padding-left: 35px;
	}
	
#barra_nav ul li  a {
	color: #FFFFFF;
	}
	
/*#barra_nav ul li a:link, #barra_nav ul li a:visited {
	font-size: 14px;
	background-repeat:no-repeat;
	background-position:left bottom;
}*/

/*#barra_nav ul li a:hover, #barra_nav ul li a:active, #bmw_nav, #cit_nav, #ren_nav, #hon_nav, #aud_nav, #peu_nav, #chr_nav, #toy_nav, #lan_nav, #sub_nav, #vol_nav, #maz_nav, #mer_nav, #mit_nav, #suz_nav  {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
}*/




#bmw_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_bmw.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#cit_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_citroen.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
	
#ren_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_renault.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#hon_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_honda.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#aud_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_audi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#peu_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_peugeot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#chr_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_chrisler.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#toy_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_toyota.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#lan_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_land.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#sub_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_subaru.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#vol_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_volvo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#maz_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_mazda.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#mer_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_mercedes.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#mit_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_mitsubishi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#suz_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_suzuki.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#dod_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_dodge.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#jee_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_jeep.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#for_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_ford.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#fia_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_fiat.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}


#gem_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_gm.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#volk_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_volks.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#alf_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_alfa.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#hyu_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_hyundai.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#kia_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_kia.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#nis_nav {
	height:30px;
	width:160px;
	background-image: url(../ea_imagens/icon_nissan.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

/*-----fim barra-nav-----*/
	
#index1 {
	width:450px;
	height:58px;
	background-image:url(../../imagens/titulo_index.jpg);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	top: 220px;
	background-position: 0% 100%;
	}

#coluna1 {
	width:500px;
	height:60px;
	background-image:url(../ea_imagens/coluna1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	top: 240px;
	background-position: 0% 100%;
	}

#coluna2 {
	width:790px;
	height:60px;
	background-image:url(../ea_imagens/coluna1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	top: 230px;
	background-position: 0% 100%;
	}

#livros1 {
	width:500px;
	height:60px;
	background-image:url(../ea_imagens/livros1.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:0;
	top: 240px;
	background-position: 0% 100%;
	}
	
	
#mapa-1{
	float:left;
	width:365px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mapa-2{
	float:left;
	width:365px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;


}


	
#coluna_esq {
	float:left;
	width:450px;
	min-height:450px;
	padding-left: 190px;
	margin-top: 150px;
	margin-bottom: 30px;
	}



#coluna_esq_mapa {
	float:left;
	width:460px;
	min-height:450px;
	padding-left: 10px;
	margin-top: 100px;
	*margin-top: 130px;
	margin-bottom: 30px;
	}


#coluna_esq_insert{
	margin-top: 10px;
	width:450px;
}

#coluna_esq_insert_emp{
	margin-top: 35px;
	width:450px;
	padding-left: 0px;

}



#coluna_esq_insert li{
	list-style-type: circle;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	margin-left: 20px;
}
#coluna_esq_insert a {
	color: #99FFCC;
}
#coluna_esq_insert a:hover {
	color: #9999CC;
}
#coluna_esq_insert_prod{
	margin-top: 0px;
	width:450px;
	padding-left: 0px;
	position: absolute;
	left: 190px;
	top: 820px;
}
#coluna_dir_prod li{
	list-style-type: circle;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	margin-left: 20px;
}

/*--------------coluna form--------------*/


#coluna_dir {
	float:left;
	width:260px;
	height: 520px;
	margin-top: 140px;
	margin-bottom: 30px;
	margin-left: 30px;
	}
#coluna_dir_prod {
	float:left;
	width:260px;
	height: 680px;
	margin-top: 140px;
	margin-bottom: 30px;
	margin-left: 30px;
	}


#coluna_dir h3{
	background-image: url(../ea_imagens/bkd_coldirh3.jpg);
	background-repeat: repeat-y;
	height: 20px;
	padding-left: 10px;
	font-size: 1.2em;
	padding-top: 8px;
}

#coluna_dir_prod h3{
	background-image: url(../ea_imagens/bkd_coldirh3.jpg);
	background-repeat: repeat-y;
	height: 20px;
	padding-left: 10px;
	font-size: 1.2em;
	padding-top: 8px;
}


#coluna_dir_mapa {
	float:left;
	width:260px;
	height: 420px;
	margin-top: 90px;
	*margin-top: 120px;
	margin-bottom: 30px;
	margin-left: 30px;
	}
#coluna_dir_mapa h3{
	background-image: url(../ea_imagens/bkd_coldirh3.jpg);
	background-repeat: repeat-y;
	height: 20px;
	padding-left: 10px;
	font-size: 1.2em;
	padding-top: 8px;
}

#coluna_dir li{
	list-style-type: circle;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	margin-left: 20px;
}

#coluna_dir_mapa a {
	color: #99FFCC;
}


#coluna_dir_mapa li{
	list-style-type: circle;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	margin-left:20px;
}




/*--------------coluna form--------------*/

/*-----------estilo formul&#225;rio---------------*/


.tel {
	background-image: url(../ea_imagens/telicon.gif);
	background-repeat: no-repeat;
	background-position: 0% 20%;
	font-size: 1.2em;
	padding-left: 25px!important;
	list-style-type: none!important;
	margin-left:5px!important;
}


#form_cur{
	margin-top: 130px;

}

.cadastro_emp {

	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 0.7em;
}	
.enderecos {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 0.9em;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	}	

.end {

	padding-left:50px;

	background-image: url(../img/end.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

	height:55px;

	_height:40px;

}

.mail {

	padding-left:50px;

	background-image: url(../img/mail.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

	height:40px;

		padding-top: 10px;



}

.mapa {

	padding-left:50px;

	background-image: url(../img/map.jpg);

	background-repeat: no-repeat;

	background-position: 0px 0px;

	height:40px;



}

fieldset {

	font: 0.7em "Helvetica Neue", helvetica, arial, sans-serif;

	color: #333333;

	background-color: #86ade4;

	padding: 4px;

	border: 1px solid #d3d3d3;

	width: 260px;

	margin-bottom: 10px!important;

	margin-left: 0px;

	margin-top: 10px;

    }

	

    legend {

    color: #666;

    font-weight: bold;

    font-variant: small-caps;

    background-color: #d3d3d3;

    padding: 2px 6px;

    margin-bottom: 8px;

    }

	

	label  {

    font-weight: bold;

    line-height: normal;

    text-align: right;

    margin-right: 5px;

    position: relative;

    display: block;

    float: left;

    width: 85px;

    }

	

	label.fieldLabel  {

    display: inline;

    float: none;

    }

	

	input.formInputText  {
	font-size: 1em;
	color: #000000;
	background-color: #adcdf3;
	padding: 1px;
	border: 1px solid #666699;
	margin-right: 5px;
	margin-bottom: 5px;
	height: auto;
	width: 150px;
	letter-spacing: 1px;
    }

	

	input.formInputText:hover {
	background-color: #C1E0FF;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
    }

	

    input.formInputText:focus {

    color: #000;

    background-color: #ffffff;

    border: solid 1px #006600; 

    cursor: text;

    }

	

	select.formSelect {

    font-size: .8em;

    color: #666;

    background-color: #fee;

    padding: 2px;

    border: solid 1px #f66;

    margin-right: 5px;

    margin-bottom: 5px;

    cursor: pointer;

    }

	

	select.formSelect:hover {

    color: #333;

    background-color: #C1E0FF;

    border: solid 1px #006600;

    }

	

    select.formSelect:focus {

    color: #000;

    background-color: #ffffff;

    border: solid 1px #006600;

    }

	

	input.formInputButton  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	padding: 1px;
	border: 1px solid #666699;
	float: right;
	cursor: pointer;
	background-color: #6699FF;
    }

	

	input.formInputButton:hover  {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	padding: 1px;
	border: solid 1px #666699;
	float: right;
	cursor: pointer;
	background-color: #0099FF;

    }

	

    input.formInputButton:active  {

    font-size: 1.2em;

    vertical-align: middle;

    font-weight: bolder;

    text-align: center;

    color: #fff;

    background: #23571A;

    padding: 1px;

    border: 1px dotted #666699;

    float: right; 

    cursor: pointer;

    }

	

		/*---textarea---*/

	textarea.formInputText  {
	font: 1.2em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #adcdf3;
	padding: 2px 10px 2px 2px;
	border: 1px solid #666699;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 80px;
	width:150px;
    }

	

	textarea.formInputText:hover {

    background-color: #C1E0FF;

    border: solid 1px #006600;

    color: #000;

    cursor: pointer;

    }

	

    textarea.formInputText:focus {

    color: #000;

    background-color: #ffffff;

    border: solid 1px #006600; 

    cursor: text;

    }

/*---fim textarea---*/	




/*
#coluna_exp {
	float:left;
	width:750px;
	min-height:450px;
	padding-left: 20px;
	margin-top: 270px;
	*margin-top: 270px;
	margin-bottom: 30px;
	}
	
	
#litertura {
	background-image: url(../ea_imagens/capa_litetura.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	height: 250px;
	width: 500px;
	margin-top: 30px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	padding-top: 20px;
}

#litertura h2 {
	color:#851a1e;
	padding-left: 180px;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 5px;	
}
#litertura h3 {
	color:#851a1e;
	padding-left: 180px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;	

}


#palavra {
	background-image: url(../ea_imagens/capa_palavra.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	height: 250px;
	width: 500px;
	margin-top: 30px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	padding-top: 20px;
}

#palavra h2 {
	color:#851a1e;
	padding-left: 180px;
	font-size: 1.2em;
	padding-top: 15px!important;
	padding-bottom: 5px;	
}
#palavra h3 {
	color:#851a1e;
	padding-left: 180px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;	

}




.resumo_liv {
	padding-left: 200px!important;
	padding-top: 25px!important;
}


.tteditorial{
	font-size: 75%;
	padding-top: 20px!important;
	padding-left: 180px!important;
	}

.ulcoluna{
	padding-left: 15px;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #666666;
	list-style-type: circle;
}

.lidecoluna{
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	font-size: 0.8em;
	font-style: italic;
	padding-top: 3px!important;
	padding-left: 10px!important;
	font-weight: normal;
}
.titulocoluna{
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	padding-top: 30px!important;

}

.autorcoluna{
	padding-left: 15px!important;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #851a1e;
}


.citacao {
	padding-left: 80px!important;
	padding-right:70px!important;
	font-size: 0.8em;
	text-align: right;
	padding-bottom: 25px!important;
}

.biblio {
	font-size: 0.8em;
	padding-left: 20px;
}

.comentario{
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px!important;
}

.num_comentario{
	font-size: 0.6em;
	color: #0066CC;
	vertical-align: top;
}

#insert_biblio {
	padding-top: 30px;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
	margin-top: 30px;
}


#citacao_corpo{
	line-height: 1.2em;
	font-weight: 800;
	color: #333333;
	padding-left: 15px!important;
	font-size: 0.9em;
}

.autorcitado{
	padding-right:100px!important;
	font-size: 0.8em;
	text-align: right;
}

.intro_serv{
	padding-top: 20px!important;

}

.serv {
	font-weight: bold;
	padding-left: 10px!important;
	padding-bottom: 10px!important;
}



.pPadding {
	padding:0 0 22px 0;
	}
	
.floatRight {
	float:right;
	}
	
	
.conf_form {
	padding-bottom: 20px;

}
*/
