@charset "utf-8";

/* Data: 09/11/2009 */
/* Designer: Marconi Duarte */
/* Email: marconiduarte@yahoo.com */

/* (c) 2009 Competiva Agência Interativa */
/* URL: http://www.competiva.com.br */
/* E-Mail: competiva@gmail.com */

/* -- importacoes -- */

@import url(layout.css);
@import url(layout-internas.css);
@import url(jquery.jcarousel.css);
@import url(ajaxtabs.css);

/* -- configuracoes -- */

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

html { background: #000 url(../../_imgs/bg.jpg) no-repeat center top; cursor: default; }

body { background: url(../../_imgs/bg-rodape-repeat.png) repeat-x center bottom; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; padding-top: 10px; }

/*#barra_rodape { background: url(../../_imgs/bg-rodape-repeat.png) repeat-x center bottom;  height: 136px; width: 100%; }*/

ul, ol { list-style-type: none; }

.clear { clear: both; }

h1 span,
h2 span,
#destaques ul#btnsPrevNext li a span,
#topo #menu ul li span,
#conteudo #colEsq #servicos ul li span,
#conteudo #colDir #produtos-curriculo #curriculo span,
#conteudo #colDir #twitter-redes #redes-sociais ul li span { display: none; }

input,
select,
textarea { background: url(../../_imgs/bg-forms.png) repeat; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; }

input:focus,
select:focus,
textarea:focus { color: #84c225; }

a { text-decoration: none; color: #fff; }

a:hover { text-decoration: underline; }

a.underline { text-decoration: underline; }

a.underline:hover,
a.underlineverde:hover { text-decoration: none; }

a.underlineverde { text-decoration: underline; color: #84c225; }

.erros-formulario { background: url(../../_imgs/bg-forms.png); padding: 10px; margin-bottom: 20px; }

	.erros-formulario h2 { margin-bottom: 10px; } 
		
	.erros-formulario li { list-style: circle; margin-left: 20px; }

#mensagem_ajax { color: #fff; width: 100%; }

#ie6 { background-color: #000; border: 1px solid #84c225; color: #fff; padding: 10px; }
