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

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #030;
}
.barrasup {
	background-attachment: scroll;
	background-image: url(images/barra-sup2.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.sombralateralizq {
	background-attachment: scroll;
	background-image: url(images/sombra_lateral.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.sombralateralder {
	background-attachment: scroll;
	background-image: url(images/sombra_lateral2.png);
	background-repeat: repeat-x;
	background-position: right top;
}
.fnd_all {
	background-image: url(images/barra_fnd7.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
}
.fnd {
	background-attachment: scroll;
	background-image: url(images/fnd_links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #6A7DB7;
}
.vinculos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	text-decoration: none;
}
a.vinculo:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990;
	text-decoration: none;
}
a.vinculo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990;
	text-decoration: none;
}
a.vinculo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990;
	text-decoration: none;
}
a.vinculo:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990;
	text-decoration: none;
}

