@charset "utf-8";
/* CSS Document
	 DESENVOLVIDO POR CABEÇA DE PAPEL
	 WWW.CABECADEPAPEL.COM
	 DATA 1ºVERSÃO 29/11/2007
	 DATA DA UTIMA ATUALIZAÇÃO 29/11/2007 
*/

/* LINKS --------------------------------------*/

a:link {
	color: #009933;
	text-decoration: none;
	position:relative;
}
a:visited {
	text-decoration: none;
	color: #666666;
	position:relative;
}
a:hover {
	text-decoration: underline;
	position:relative;
}
a:active {
	text-decoration: none;
	position:relative;
}


/* BODY --------------------------------------*/

body {
	background-position: 0 0;
	background-attachment: fixed;
	background-color: #77c7ff;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* POSICIONAMENTO DE ELEMENTOS --------------------------------------*/


#fotos {
	margin: 20px;
}

#flash {
	position:fixed;
}

#txt {
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #164462;
}

#direita {
	background-image:url(imagens/vetores.png);
	background-repeat: no-repeat;
	background-position:right bottom;
}


#PNG {
	background-attachment: fixed ;
	position:0 ;
	bottom:0px;
}

.espacoFoto {
	margin: 5px;
}

.tdFIXED {position:static;}

.fundoBarra {
	background-image: url(txtbgd.png);
	background-repeat: repeat;
	width: 100%; /*IMPORTANTE PARA EXIBIR O BACKGROUND PRECISA ESTAR COM UMA LARGURA E/OU ALTURA DEFINIDA */
}


/* ESTILO DE TEXTO --------------------------------------*/

.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;
}
.italico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #0033FF;
}

.subtitulos1 {
	color: #006699;
	font-size: 12px;
}

.AVISOS {color: #FF0000}


/* FORMULARIOS --------------------------------------*/


.form {	border-color:#009999; 
		border:1px;
		position:relative;
}



