@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: small;
	background-color: #666666;
	margin: 0px;
}
.Texto {
	color: #FFFFFF;
}
.TituloAudioVisual {
	font-size: medium;
	color: #CCCCCC;
}
input {
	border: 1px solid #CCCCCC;
}
#form1 #button {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
