/*Hoja de estilos a utilizar en pantalla*/

/*Clases Generales*/
BODY,TD{
	font-family:verdana,verdana,tahoma,arial,sans-serif;
	font-size:11pt;
	color:#333333;
	}

A{
	color:#F26521;
	text-decoration:none;
	}
A:hover{
	color:#DAAF9B;
	}
A:active{
	background-color:#F3EDE9;
	}
INPUT,SELECT,TEXTAREA{
	border-style:solid;
	border-width:1px;
	border-color:#2F3A80;
	font-size:11pt;
	color:#333333;
	padding-left:3px;
	}
/*/Clases Generales*/

/*Clases Específicas*/

/*FONT*/
FONT.nivel01{
	font-family:arial,tahoma,verdana,sans-serif;
	font-weight:bold;
	font-size:12pt;
	color:#2F3A80;
	}
FONT.nivel02{
	font-family:arial,tahoma,verdana,sans-serif;
	font-weight:bold;
	font-size:11pt;
	color:#545FA7;
	}
FONT.nivel03{
	font-family:tahoma,verdana,sans-serif;
	font-weight:bold;
	font-size:9pt;
	color:#757DAB;
	}
FONT.comentario{
	font-size:9pt;
	color:#999999;
	}
FONT.error{
	font-weight:bold;
	font-size:10pt;
	color:#EE3333;
	}
/*/FONT*/	

/* TD */ 
TD.nivel01{
	background:url("../img/cmn/frm_td_nivel01.gif");
	background-color:#2F3A80;
	height:21px;
	border-style:inset;
	border-width:1px;
	border-color:#2F3A80;
	font-family:arial,tahoma,verdana,sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	cursor:default;
	}
TD.nivel02{
	background-color:#EEEEEE;
	}
TD.navegacion{
	line-height:11px;
	}
TD.navegacion A{
	font-family:tahoma,verdana,sans-serif;
	font-weight:bold;
	font-size:12px;
	}
TD.contenido{
	text-align:justify;
	line-height:20px;
	height:100%;
	vertical-align:top;
	padding-right:10px;
	}
/* /TD */ 

/* INPUT */
INPUT.boton{
	border-style:solid;
	border-width:1px;
	border-color:#2F3A80;
	background-color:#FFBE27;
	background:url("../img/cmn/frm_btn.gif");
	color:#FFFFFF;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	}
INPUT.boton:hover{
	background:url("../img/cmn/frm_btn_sobre.gif");
	}
INPUT.nada{
	border:0px;
	background:none;
	cursor:hand;
	cursor:pointer;
	}
/* /INPUT */

/*Misc*/
DIV.regla{
	height: 1px;
   background:url("../img/cmn/pg_hr_fnd.gif");
	}
DIV.regla HR{
	display:none;
	}

DIV.oculto{
	display:none;
	}
DIV.visible{
	display:all;
	}

/*/Misc*/
/*/Clases Específicas*/

/*/Hoja de estilos a utilizar en pantalla*/