body {
	background-image: url(imagenes/logoopaco.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FFFFFF;
}

td {
	font-family: Verdana;
	font-size: 10;
}

a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: black;
	text-decoration: underline;;
}

input {
	border: 1px #000000 solid;
	background-color: transparent;
	font-family: Verdana;
	font-size: 10px;
}

textarea {
	border: 1px #000000 solid;
	background-color: transparent;
	font-family: Verdana;
	font-size: 10px;
}