a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #D4D0C8;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(img/bg_ferrad.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.topo {
	background-image: url(img/topo.jpg);
	height: 155px;
	width: 760px;
}
.menu_topo {
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
.textos {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
}
.titulos {
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
	text-transform: capitalize;
}
.entre_cel {
	background-image: url(img/entre_cel.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}
.entre_cel_b {
	background-image: url(img/entre_cel_b.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
}
.sombra {
	background-image: url(img/sombra.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 780px;
}
