body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	background-image: url(../../images/deg-bg.jpg);
	background-repeat: repeat-x;
	/*SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;*/

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	border: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #830304;
	margin: 0px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	margin: 0px;
}
a:link, 
a:active, 
a:visited, 
a:hover {
	color: #cccccc;
	text-decoration: none;
}
.input {
	font-size: 9px;
	color: #28489A;
	margin: 0px;
	border: 1px solid #205FAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	filter: Wave(Add=0, Freq=1, LightStrength=5, Phase=155, Strength=0);
}
.boton-send {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/splash/b-send.jpg);
	height: 17px;
	width: 58px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
.boton-clear {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/splash/b-clear.jpg);
	height: 17px;
	width: 58px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

.copy {
	font-size: 9px;
	color: #FFFFFF;
}
.copy a:link, 
.copy a:active, 
.copy a:visited, 
.copy a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.aviso-bien {
	background-color: #FFFFF0;
	border: thin dashed #009900;
	padding: 5px;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
.aviso-error {
	background-color: #FFFFF0;
	border: thin dashed #CC0000;
	padding: 5px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

