/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-size: 8pt;
 font-family: Tahoma;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_Campo-Parametro /* Campo - Parametro */
{
 font-style: italic;
}
span.f_CodeExample /* Code Example */
{
 font-family: 'Courier New';
 color: #3366ff;
}
span.f_Comment /* Comment */
{
 font-family: Verdana;
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: Verdana;
}
span.f_Epigrafe /* Epigrafe */
{
 font-style: italic;
}
span.f_Heading1Resumen /* Heading 1 Resumen */
{
 font-size: 11pt;
 font-family: Verdana;
 font-weight: bold;
}
span.f_Heading2Resumen /* Heading 2 Resumen */
{
 font-size: 10pt;
 font-family: Verdana;
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 11pt;
 font-family: Verdana;
 font-weight: bold;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 10pt;
 font-family: Verdana;
 font-weight: bold;
}
span.f_ImageCaption /* Image Caption */
{
 font-weight: bold;
}
span.f_Mensajedealertaoaviso /* Mensaje de alerta o aviso */
{
 font-style: italic;
 color: #0000ff;
}
span.f_MensajeError /* Mensaje Error */
{
 font-style: italic;
 color: #ff0000;
}
span.f_Nota /* Nota */
{
 font-weight: bold;
}
span.f_Notes /* Notes */
{
 font-style: italic;
}
span.f_PiePágina /* Pie Página */
{
 font-size: 7pt;
}
span.f_Ruta /* Ruta */
{
 color: #999999;
}
span.f_Titulo2 /* Titulo2 */
{
 font-size: 10pt;
 font-weight: bold;
}
span.f_Vinculo /* Vinculo */
{
 color: #3366ff;
}
span.f_VinculoResumen /* Vinculo Resumen */
{
 color: #3366ff;
}
span.f_Viñeta1 /* Viñeta 1 */
{
}
span.f_Viñeta1-2 /* Viñeta 1-2 */
{
}
/* Paragraph styles */
p /* Normal */
{
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 6px 10px;
}
.p_Campo-Parametro /* Campo - Parametro */
{
}
.p_CodeExample /* Code Example */
{
 text-align: left;
 white-space: nowrap;
 margin: 0px 0px 0px 10px;
}
.p_Comment /* Comment */
{
}
.p_Epigrafe /* Epigrafe */
{
 text-align: center;
 margin: 0px 0px 17px 10px;
}
.p_Heading1Resumen /* Heading 1 Resumen */
{
 margin: 24px 0px 0px 10px;
}
.p_Heading2Resumen /* Heading 2 Resumen */
{
 margin: 14px 0px 5px 24px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 6px 0px 6px 10px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 14px 0px 5px 10px;
}
.p_ImageCaption /* Image Caption */
{
 text-align: center;
 margin: 14px 0px 6px 10px;
}
.p_Mensajedealertaoaviso /* Mensaje de alerta o aviso */
{
}
.p_MensajeError /* Mensaje Error */
{
}
.p_Nota /* Nota */
{
}
.p_Notes /* Notes */
{
}
.p_PiePágina /* Pie Página */
{
 margin: 0px 0px 6px 14px;
}
.p_Ruta /* Ruta */
{
 margin: 6px 0px 6px 10px;
}
.p_Titulo2 /* Titulo2 */
{
 margin: 14px 0px 5px 10px;
}
.p_Vinculo /* Vinculo */
{
}
.p_VinculoResumen /* Vinculo Resumen */
{
 margin: 0px 0px 6px 26px;
}
.p_Viñeta1 /* Viñeta 1 */
{
 margin: 0px 0px 6px 19px;
}
.p_Viñeta1-2 /* Viñeta 1-2 */
{
 margin: 0px 0px 6px 34px;
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#hmlightbox /* image lightbox */
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}
