.recuadro {
	border: 1px solid #999999;
}
.bgtitulo
{
	background-image: url(../Images/Titulos/barra_horizontal.gif);
	background-repeat: no-repeat;
	background-position: 0px, 0px;
}
.lineainferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CAE64;
}
.lineasuperior {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CAE64;
}
.recuadroinferior {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9CAE64;
	border-bottom-color: #9CAE64;
	border-left-color: #9CAE64;
}
.tablaAbmImpar
{
    border-top: white 1px;
    BACKGROUND-COLOR: #EEEEEE;
}
.tablaAbmPar
{
    BORDER-TOP: white 1px;
    BACKGROUND-COLOR: #F8F8F8;
}
.formobj {
	font-size: 11px;
	width: 100%;
	color: black;
	font-family: tahoma;
}
.formobjDisabled
{
    font-size: 11px;
    width: 100%;
    color: gray;
    font-family: tahoma;
    background-color: whitesmoke
}
.formobjConsulta
{
	font-size: 11px;
	width: 100%;
	color: black;
	font-family: tahoma;
	background-color: #fbfdfd;
}

.formobjResaltado
{
	font-weight: bolder;
	font-size: 11px;
	width: 100%;
	color: crimson;
	font-family: tahoma;
}
.formobjDisabledResaltado
{
	font-weight: bolder;
	font-size: 11px;
	width: 100%;
	color: crimson;
	font-family: tahoma;
	background-color: whitesmoke;
}
.formobjConsultaResaltado
{
	font-weight: bolder;
	font-size: 11px;
	width: 100%;
	color: crimson;;
	font-family: tahoma;
	background-color: #fbfdfd;
}
