/* Hoja de estilos CSS personalizada */
.celdamenu
{
	padding:2;
	border:0px solid #99CCFF;
	background-color:#E7EDFA;
	font-size: xx-small;
	font-family: Verdana;
	color: black;
	text-decoration: none;
	behavior: url(pags/Bhv02.htc);
}
.std
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
}
.std2
{
	font-size: xx-small;
	color: black;
	font-family: Verdana;
}
.std3
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.lblFrm
{
	font-weight: bold;
	font-size: xx-small;
	color: black;
	font-family: Verdana;
}
.txtFrm
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
	text-align: left;
	height : 20px;
	
}
.lblTitulo1
{
	font-weight: bold;
	font-size: small;
	color: LightCyan;
	font-family: Arial;
	background :MistyRose;
}
.link1
{
	font-size: xx-small;
	behavior: url(bhv/bhv01.htc);
	color: saddlebrown;
	font-family: Verdana;
	text-decoration: none;
}

.celda1
{
	background :navy;
}

.celda2
{
	BORDER-RIGHT: navy 1px solid;
	BORDER-TOP: navy 1px solid;
	BORDER-LEFT: navy 1px solid;
	BORDER-BOTTOM: navy 1px solid;
}

.celda3
{
	BACKGROUND-COLOR: LightCyan;
 }
 
.pnlError
{
	Z-INDEX: 999999;
	LEFT: 35%;
	POSITION: absolute;
	TOP: 50px;
	BACKGROUND-COLOR: #ffffff
}
