/* Hoja de estilos CSS personalizada */

.menu
{
	font-size: x-small;
	color: white;
	font-family: Arial;
	text-decoration: none;
}
.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: DARKRED;
	font-family: Arial;
	background :MistyRose;
}
.link1
{
	font-size: xx-small;
	behavior: url(bhv/bhv01.htc);
	color: DARKRED;
	font-family: Verdana;
	text-decoration: none;
}

.celda1
{
	background :DARKRED;
}

.celda2
{
	BORDER-RIGHT: DARKRED 1px solid;
	BORDER-TOP: DARKRED 1px solid;
	BORDER-LEFT: DARKRED 1px solid;
	BORDER-BOTTOM: DARKRED 1px solid;
}

.celda3
{
	BACKGROUND-COLOR: MistyRose;
 }
 
.pnlError
{
	Z-INDEX: 999999;
	LEFT: 35%;
	POSITION: absolute;
	TOP: 50px;
	BACKGROUND-COLOR: #ffffff
}


