body, td  {
	background-attachment: fixed;	
	color: black;
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
	border: none;
}

A:link {
COLOR: red; TEXT-DECORATION: none
}
A:visited {
COLOR: red; TEXT-DECORATION: none
}
A:active {
COLOR: red; TEXT-DECORATION: none
}
A:hover {
COLOR: #CE8700; TEXT-DECORATION: underline;
}

body  { 
scrollbar-face-color:#D3D3D3;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#A1A1A1;
scrollbar-shadow-color:#B5B5B5;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#F1F1F1;
cursor: url(images/puntero.cur);
}

.boton {
	border: none;
	height: 20px;
	width: 99px;
	color: white;
	font: bold;
	background-image: url(images/boton.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.form {
	border: 1px black solid;
	font-size: 10px;
	background-image: url(images/fondo-form.gif);
	font-family: Verdana;
	color: black;
	background-color: #F7F7F7;
}

.titulo {
	color : #FFFFFF;
	padding: 3px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	background-color: blue;
}
