body {
	background-attachment: fixed;
	background-image: url(images/textura.gif);
	background-repeat: repeat-x;
	scrollbar-3d-light-color:#990033;
	scrollbar-arrow-color:#990033;
	scrollbar-base-color:#990033;
	scrollbar-dark-shadow-color:#990033;
	scrollbar-face-color:#FFCC00;
	scrollbar-highlight-color:#990033;
	scrollbar-track-color:#990033;
	scrollbar-shadow-color:#990033;
}
h1 {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: red;
	border-bottom: solid 2px #FF6600;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.boton {
	cursor:hand;
	background-image: url(images/f_boton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 74px;
	border: none;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	border: solid 1px red;
}
a:link, a:visited   {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

