.tb {
	border: 1px solid #942829;
	background-color: #FFFFFF;
	color: #000000;
}
.texto {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;


}
.textoW {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;


}

.TituloListado {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background-image: url(Images/titulo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.SubTituloListado {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CC99;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}

/* TituloReporte: como TituloListado pero sin imagenes*/
.TituloReporte {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0052A4;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}


.EncabezadoListado {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0052A4;
	height: 18px;
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 3px;

}
textarea, input, select {
	border: 1px solid #942829;
	background-color: #DFE4FF;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.linkblanco {
	color: #FFFFFF;
	text-decoration: none;
}
.linkblanco:hover {
	text-decoration: underline;
}
/*
Oculta todas las imagenes del sitio:
img {display: none;}

*/
.derecha {
	text-align: right;
}.Categorias {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}

tr.anulada {background-color: #F1F1F1}
body {
	background-image:url(/images/fondo.gif);
	background-color: #CCCCCC;
}
table {background-color: #FFFFFF}

input {
	font-family:MS Sans Serif;
	font-size:13px;
}