body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	scrollbar-face-color: FFFFFF;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-3dlight-color: FFFFFF;
	scrollbar-darkshadow-color: FFFFFF;
	scrollbar-shadow-color: AAAAAA;
	scrollbar-arrow-color: FFFFFF;
	scrollbar-track-color: FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:xx-small;
}

.TituloContenidoAzul {
	font-size: x-small;
	font-weight: bold;
	font-family: Tahoma;
	color: #0033FF;
}
.TituloContenidoBlanco {
	font-size: x-small;
	font-weight: bold;
	font-family: Tahoma;
	color: #FFFFFF;
}
.TextoContenidoBlanco {
	font-size: xx-small;
	font-weight: bold;
	font-family: Tahoma;
	color: #FFFFFF;
}
.TextoContenidoGris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
}
.TextoContenidoAzul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #0033FF;
}
.TextoContenidoRojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FF0000;
}
a:link {
	color: #0033FF;
	font-family:Verdana;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #0033FF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #0033FF;
	text-decoration:underline;
}
a:active {
	color: #0033FF;
}
.TextBoxes {
/*	border: thin solid #999999; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #0033FF;
	background-color: #FFFFFF;
	border-bottom-color:#FAFAFA;
	border-right-color:#FAFAFA;
}

.Boton {
	/*border: thin solid #EAEAEA;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #FF0000;
	width: 72px;
}
