@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-color:#7e7e7e;
}

.bloc {
    border:#cc0000 solid 1px; 
}

.bloc_cinza {
    border:#333333 solid 1px; 
}

.TextoChumbo12 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #4b4b4b;
}




.LinkRed12:active { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #cc0000; text-decoration: none;}
.LinkRed12:link { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #cc0000; text-decoration: none;}
.LinkRed12:visited { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #cc0000; text-decoration: none;}
.LinkRed12:hover { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #4b4b4b; text-decoration: underline;}

.LinkChumbo13:active { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #4b4b4b; text-decoration: none;}
.LinkChumbo13:link { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #4b4b4b; text-decoration: none;}
.LinkChumbo13:visited { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #4b4b4b; text-decoration: none;}
.LinkChumbo13:hover { font-family: "Trebuchet MS", Verdana, Arial; font-size: 12px; color: #cc0000; text-decoration: underline;}




/* FORMATANDO INPUT, SELECT E TEXTAREA */
.input, select {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-style: normal;
	 color: #cccccc;
     width: 451px;
     height: 27px;
     background-color: #3e3c3c;
	 border: 1px solid #676767;
}

select {
     width: auto;
}

.textarea {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-style: normal;
	 color: #cccccc;
     width: 451px;
	 height: 100px;
	 background-color: #3e3c3c;
	 border: 1px solid #676767;
     overflow: auto; /* BARRA DE ROLAGEM AUTOMÁTICA */
}

.button {
     background: #3e3c3c;
     color: #fee304;
     font-weight: bold;
     border: 1px solid #676767;
}

/* FORMATANDO INPUT, SELECT E TEXTAREA NEWSLETTER */
.input_news, select_news {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-style: normal;
	 color: #f8de04;
     width: 180px;
     height: 23px;
     background-color: #3e3c3c;
	 border: 1px solid #676767;
}

select_news {
     width: auto;
}