﻿/* corpo */

body { margin:0px;}

/* background */

.fundo {
	background-image: url('imagens/img_fundo.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	}
	
.centro {
	background-image: url('imagens/img_centro.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color:#d5eefd
	}

	
/* fontes */

.padrao {
	font-family: Arial;
	font-size: 12px;
	color: #000000
}

.pequena {
	font-family: Arial;
	font-size: 10px;
	color: #000000
}

.media {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.letra11 {
	font-family: Arial;
	font-size: 11px;
	color: #000000
}

.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #000000
}


/* cores */

.preto { color: #000000; }
.vermelho { color: #e01b15; }
.verde { color: #009140 }

/* bordas */

.fotopeq { border:1px #484848 solid; }

/* form */

.campo {
	border-color: #045e8f;
	border-width: none;
	font-family: Arial;
    font-size: 12px;
    color: #000000;
	border-style: none;
	background-image:url('imagens/contato/px_fundo.jpg');
	background-color:#d2edfd;
	}
	
.campo2 {
	border-color: #045e8f;
	border-width: none;
	font-family: Arial;
    font-size: 12px;
    color: #000000;
	border-style: none;
	background-image:url('imagens/contato/px_fundo2.jpg');
	background-color:#d2edfd;
	}
	
.barra {
   scrollbar-face-color: #d2edfd;
   scrollbar-highlight-color: #d2edfd;
   scrollbar-shadow-color: #045e8f;
   scrollbar-3Dlight-color: #045e8f;
   scrollbar-arrow-color: #045e8f;
   scrollbar-darkshadow-color: #045e8f;
   scrollbar-base-color: #045e8f;
 }

/* links */

A.linkprodutos{ text-decoration:underline }
a.linkprodutos:link {color:#000000; text-decoration: underline}
a.linkprodutos:visited {color:#000000; text-decoration: underline}
a.linkprodutos:hover {color:#000000; text-decoration: underline}
a.linkprodutos:active {color:#000000; text-decoration: underline}

A.linkpreto{ text-decoration:none }
a.linkpreto:link {color:#000000; text-decoration: none}
a.linkpreto:visited {color:#000000; text-decoration: none}
a.linkpreto:hover {color:#000000; text-decoration: underline}
a.linkpreto:active {color:#000000; text-decoration: underline}

A { text-decoration:none }
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline}
a:active {text-decoration: underline}