/* CSS Document */

body {
	background-color: #4D4D4D;
	background-image: url(../imagem/interna/bg.jpg);
	background-repeat: repeat-x;
}
/*<----------------------- TEXTO */
.txt-1 {
	font-size: 10px;
	color: #C08989;

}
.txt-2 {
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}

/*<------------- POSICIONAMENTO */
.areas {
	padding: 5px 10px 0px 10px;
}
.miolo {
	padding: 25px 35px 0px 35px;
	background-repeat: no-repeat;
}
.box-1 {
	padding: 0px 10px 0px 10px;
	background-repeat: no-repeat;
}
.foto-borda{
	border: 1px solid #666666;
}

/*<------------- INPUT */
.input-1 {
	font-family: Verdana;
	font-size: 10px;
	color: #282828;
	text-indent: 5px;
	height: 20px;
	border: 1px solid #3C0808;
	background-image: url(../imagem/interna/bg-input1.jpg);
	background-repeat: repeat-x;
}
.input-2 {
	font-family: Verdana;
	font-size: 10px;
	color: #282828;
	text-indent: 5px;
	height: 20px;
	border: 1px solid #404040;
	background-image: url(../imagem/interna/bg-input2.gif);
	background-repeat: repeat-x;
}
.input-3 {
	font-family: Verdana;
	font-size: 10px;
	color: #282828;
	height: 157px;
	border: 1px solid #404040;
	background-image: url(../imagem/interna/bg-input3.gif);
	background-repeat: repeat-x;
}


/*<------------- INPUT */

.link-1 a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link-1 a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link-1 a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.link-1 a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link-2 a:link {
	color: #BEBEBE;
	text-decoration: underline;
}
.link-2 a:visited {
	color: #BEBEBE;
	text-decoration: underline;
}
.link-2 a:hover {
	color: #BEBEBE;
	text-decoration: none;
}
.link-2 a:active {
	color: #BEBEBE;
	text-decoration: underline;
}

.link-3 a:link {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.link-3 a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.link-3 a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	font-size: 9px;
}
.link-3 a:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 9px;
}

/*<---------Menu---*/
.fundo-men	{
	background-image: url(../imagem/interna/bg-fundo-menu.jpg);
	background-repeat: repeat-y;
}


