.clsBody
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.clsTablaPrincipal
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #dae9f5
}
.clsFont
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.clsGris
{
    BACKGROUND-COLOR: #5d5b5b
}
.clsTituloAplicaciones
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #336699;
    TEXT-DECORATION: none
}
.clsTituloSecundario
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #6699cc;
    TEXT-DECORATION: none
}
.clsLineaGris
{
    BACKGROUND-COLOR: #5d5b5b
}
.clsTitulosCampos, .clsTitulosCampos select, .clsTitulosCampos input, .clsTitulosCampos td
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.clsBoton
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1px outset;
    COLOR: black;
    BORDER-BOTTOM: 1px outset;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #93bee2;
    TEXT-DECORATION: none
}
.clsTituloAcciones
{
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #6699cc;
    TEXT-DECORATION: none
}
.clsBotonRetornar
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1px outset;
    COLOR: #5d5b5b;
    BORDER-BOTTOM: 1px outset;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.clsTextoGris
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.clsLinkPaginacion
{
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.clsPaginaActual
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.clsLabelTree
{
    CURSOR: hand;
    COLOR: black;
    FONT-FAMILY: Arial;
    LIST-STYLE-TYPE: none;
    HEIGHT: 15px;
    TEXT-DECORATION: none
}
.clsUlTree
{
    FONT-SIZE: 9pt;
    CURSOR: hand;
    COLOR: black;
    FONT-FAMILY: Arial;
    LIST-STYLE-TYPE: none;
    TEXT-DECORATION: none
}
.clsComboSearch
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #6699cc
}
.clsExaminar
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #5d5b5b;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #d3d3d3
}
.clsBotonHeader
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    FONT-WEIGHT: 600;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1px outset;
    COLOR: white;
    BORDER-BOTTOM: 1px outset;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #336699;
    TEXT-DECORATION: none
}
.clsEjemplos
{
    FONT-SIZE: 8pt;
    COLOR: darkred;
    FONT-FAMILY: Arial
}
.clsList
{
    BORDER-RIGHT: white 0pt;
    BORDER-TOP: white 0pt;
    FONT-SIZE: 8pt;
    BORDER-LEFT: white 0pt;
    COLOR: black;
    BORDER-BOTTOM: white 0pt;
    FONT-FAMILY: Arial
}
.clsTituloTerciario
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #93bee2
}
.clsAgenda
{
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #000099
}
.clsAgendaHoras
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffcc
}
.clsAgendaEvento
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
}

/*Modal Loading*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 1024;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	/*border: 20px solid #ddd;*/
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	position:relative;
	margin: auto;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}