.borderleft {
	background-attachment: fixed;
	background-image: url(../images/borde.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.borderight {

	background-attachment: fixed;
	background-image: url(../images/borde.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.borderbotton {

	background-attachment: fixed;
	background-image: url(../images/borde-inf.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.fondopage {
	background-attachment: fixed;
	background-image: url(../images/fondo.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FAF6D7;

}
.texto{
	font-family: "Verdana", Times, serif;
	font-size: 10px;
	color: #663333;
	
}

.vinculos {
}
.layers {
	border: 3px solid #CC9933;
}
.textleft {
	margin-left: 10px;
	margin-right: 10px;

}
