﻿body
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}

.NumId
{
	text-align: left;
	font-weight: bold;
	color: #00CC00;
}

img
{
	border-width: 0px;
	width: auto;
	height: auto;
}

input[type=text], textarea, select, input[type=password]
{
    border: solid 2px #7F9DB9;
	margin-left: 0px;
}

#tbGlobo
{
	height: 79px;
	position: absolute;
	border-width: 0px;
	border-collapse: collapse;
	background-color: Transparent;
	background-repeat: no-repeat;
	background-image: url('../Imagenes/GloboRojoArriba.gif');
	display: none;
}

#tdMensaje
{
	width: 196px;
	font-family: Arial;
	font-size: 12px;
	height: 60px;
	color: #000000;
	text-align: center;
	border-width: 0px;
}

td
{
	vertical-align: middle;
}

.Error
{
	border: solid 3px #9F0000;
	background-color: #FFFFFF;
	color: #9F0000;
}

.Alerta
{
	border: solid 3px #9F0000;
	background-color: #FFFFFF;
	color: #9F0000;
}

.Aceptar
{
	border: solid 3px #009F00;
	background-color: #FFFFFF;
	color: #009F00;
}

.Error, .Alerta, .Aceptar
{
	z-index: 1001;
	display: none;
	position: fixed;
}

#DivModal
{
	display: none;
	filter:alpha(opacity=45);
	opacity: 0.45;
	position: fixed;
	background-color: #000000;
	z-index: 1000;
	border-width: 0px;
	top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tdTitulo
{
	background-color: #538ED5;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.RowFirts
{
	background-color: #FFFFFF;
	color: #000000;
}

.RowSecond
{
	background-color: #DBE5F1;
	color: #000000;
}

.RowSelected
{
	background-color: #002477;
	color: #FFFFFF;
}

.tbBotones
{
	border-collapse: collapse;
}

.tbBotones th
{
	background-color: Transparent;
	background-image: url(../Imagenes/Boton.png);
	font-family: Calibri;
	text-align: center;
}

.Boton
{
	border-collapse: collapse;
	border-width: 0px;
	background-color: Transparent;
	width: 97px;
	height: 32px;
}

.Boton td
{
	background-color: Transparent;
	background-repeat: no-repeat;
	background-image: url(../Imagenes/Boton.png);
	background-position: center;
	border-width: 0px;
	width: 100%;
	color: #FFFFFF;
	font-family: Tahoma;
	text-align: center;
}