﻿body
{
	background-color: #ECF5FB;
	font-family: Verdana;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.tablafondo
{
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

a
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	text-decoration: underline;
}

.IdicadorPass1
{
	background-color: Blue;
	color: Yellow;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
}

.IndicadorBarra
{
	color: Blue;
	background-color: Blue;
	padding-bottom: 1px;
}

.BordeBarra
{
	border-style: solid;
	border-width: 1px;
	width: 200px;
	vertical-align: middle;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.60;
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 130px;
	height: 50px;
}
.updateProgressMessage
{
	margin: 3px;
	font-family: Trebuchet MS;
	font-size: small;
	vertical-align: middle;
}

