.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight:bold;
	color: #000000;
	background-color: #EBDFD7;
	background-image: url(/help_desk/recursos/pruebatitulo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
  border-bottom: 1px solid #897840
}

.cabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #000000;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.normal_transparente {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
}
.normal_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.cab_form {
	font-family:"Arial";
	font-size:8pt;
	font-weight:bold;
  background-color:#EBEBEB;
	color:#CC3333;
  text-align:right;
}

.cab_normal {
	font-family: Arial;
	font-size:8pt;
	background-color:#FFFFFF;
	color:#000000;
	font-weight: normal;

}

.det_form {
	font-family:"Arial";
	font-size:8pt;
	background-color:#FEFFEF;
	color:#000000;
  text-align:left;
}

.det_tabstart {
	font-family:"Arial";
	font-size:8pt;
	background-color:#FEFFEF;
	color:#000000;
  text-align:left;
}
.fin_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
  background-color:#EBDFD7;
}
.det_formNegrita {
	font-family:"Arial";
	font-size:8pt;
	background-color:#E0E0E0;
	color:#000000;
  text-align:left;
  font-weight:bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333399;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #006600;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#CC3333; // #330099;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
}

.cab_tab {
	font-family:"Arial";
	font-size:8pt;
	font-weight:bold;
	background-color:#CC3333;
  border: solid 0px #CC3333;
	color:#FFFFFF; 
  text-align:center;  
	display: block;
}

.det_tab {
	font-family:"Arial";
	font-size:8pt;
	background-color:#FFF0C1;//#FFE7BF;
 // border: solid 0px :FFE7BF;
	color:#000000
}
.det_tabstart {
	font-family:"Arial";
	font-size:8pt;
	background-color:#FEFFEF;
	color:#000000;
  text-align:left;
}
.cab_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	background-image: url(/help_desk/recursos/pruebatitulo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
  border-bottom: 1px solid #897840;
}
.det_tab2 {
	font-family:"Arial";
	font-size:8pt;
	background-color:#E0E0E0;
	color:#000000
}

.det_blank {
	font-family:"Arial";
	font-size:8pt;
	background-color:#FFFFFF;
	color:#000000;
  border: 2px solid #EBDFD7;
}

.det_cabecera {
	font-family:"Arial";
	font-size:8pt;
  background-color:#999999;
	color:#ffffff
}

.cab_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	background-image: url(/help_desk/recursos/pruebatitulo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
  border-bottom: 1px solid #897840;
}

.fin_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
  background-color:#EBDFD7;
}

.pregunta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
  font-weight: bold;
	color: #000000;
}
.respuesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}

.menu,
.menu:link,
.menu:active,
.menu:visited,
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

  
textarea {font-family:"Arial";font-size:8pt;color:#000000};

input {font-family:"Arial";font-size:8pt;color:#000000};

select {
  font-family:"Arial";
  font-size:8pt;
  color:#000000;
  SCROLLBAR-FACE-COLOR: #eeeeee; 
  SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee; 
  SCROLLBAR-SHADOW-COLOR: #eeeeee; 
  SCROLLBAR-3DLIGHT-COLOR: #ffffFF; 
  SCROLLBAR-ARROW-COLOR:  #ADA189; 
  SCROLLBAR-TRACK-COLOR: #EBDFD7; 
  SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
};

body {
  SCROLLBAR-FACE-COLOR: #eeeeee; 
  SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee; 
  SCROLLBAR-SHADOW-COLOR: #eeeeee; 
  SCROLLBAR-3DLIGHT-COLOR: #ffffFF; 
  SCROLLBAR-ARROW-COLOR:  #ADA189; 
  SCROLLBAR-TRACK-COLOR: #EBDFD7; 
  SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
}

.button {
	background-color: #ffffff;
	background-image: url(/help_desk/recursos/portada/fondo.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #cccccc;
	margin: 1px;
};

.rotate_button {
	background-color: #ffffff;
	background-image: url(/help_desk/recursos/portada/fondo.gif);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #cccccc;
	margin: 1px;
  writing-mode: tb-rl;
  direction: rtl;
};
.mensaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
};
  //font-weight:"bold";
  
