.texto {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;


}

.TituloListado {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	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 #555555;
	background-color: #DDDDDD;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.linkblanco {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
.linkblanco:hover {
/*	text-decoration: underline; */
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}
/*
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.jpg);
	background-repeat:repeat-x;
	background-position:top;	
	background-color: #969593;
}
table {background-color: #FFFFFF}
.TopMenu {
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
font-weight:bold; 
color:#FFFFFF; 
}

#Botonera{
	background-color:#9C231B;
	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
	height:38px;
	clear:both;
	margin-bottom:10px;
}

#pie{
	background-color:#9C231B;
	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	margin-top:10px;
}

.TituloWeb{
	font-size: 19px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9C231B;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
