/**
 * @author mat
 * @version 2003-10-20 15.30
 */
.resaltado
{
  color: red;
}
#heading
{
  width: 590px;
  padding: 0;;
  padding-left: 5px;
}
  #heading h1
  {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #036;
  }
  #heading h1 i 
  {
    font-size: 11px;
    font-weight: normal;
    color: #333;
  }
  #heading h2
  {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    background-image: url(../IMG2/general/patterns/textRayGris.gif);
    background-repeat: repeat-x;
    background-position: top;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
  }
  #heading img
  {
    float: right;
  }
#contenido 
{
  width: 600px;
  margin-top: 10px;
} 
  #contenido div.no-print-right, #contenido div.no-print-left, #contenido div.no-print-center, #contenido div.right, #contenido div.left, #contenido div.center
  {
    margin: 3px;
    width: 250px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #eee;
    font-size: 10px;
    text-align: center;
  }
  #contenido div.right, #contenido div.no-print-right
  {
    float: right;
  }
  #contenido div.left, #contenido div.no-print-left
  {
    float: left;
  }
  #contenido div.center, #contenido div.no-print-center
  {
    width: 90%;
  }  
  #contenido div img
  {
    border: 1px solid #fff;
  }
  #contenido h1, #contenido h2 
  {
    padding: 0;
    margin: 0;
    padding-left:5px;
    font-size: 14px;
    border-bottom: 1px dashed #333;
  }
  #contenido h2
  {
    text-decoration: underline;
    font-size: 12px; 
    border-bottom: 0;
  }
  #contenido hr
  {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #666;
  }
  #copete 
  {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left:20px;
    padding-right: 20px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #333;
  }
  
  #contenido table
  {
    padding: 2px;
    margin: 5px;
    border: 1px solid black;
  }
  #contenido table caption
  {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;     
  }
  #contenido td, #contenido th 
  {
    padding-left: 5px;
    font-size: 11px; 
    border-left: 1px solid #ccc;
  }
  #contenido thead th 
  {
    background-image:url(../IMG2/general/patterns/textRayAzulOscura.gif);
    color: white;
  }
  #contenido thead td, #contenido thead th, #contenido tbody th
  {
    background-color: #CCC;
    font-weight: normal;
    text-align: left;       
  }
  #contenido tbody td
  {
    border-bottom: 1px solid #ccc;
    color: #333;
  }
  #contenido tbody td.resaltado, #contenido tbody tr.resaltado
  {
    background-color: #eee;
    color: black;
  }
  #contenido tfoot td
  {
    padding-left: 10px;
    font-family: verdana, sans-serif;
    font-size: 10px;
    border: 0;
  }
  #contenido td.centrado, #contenido th.centrado
  {
    padding-left: 0;
    text-align: center;
  }
  #contenido blockquote
  {
    font-style: italic;
  }
#printHeader
{
  visibility: hidden;
  display: none;
  border: 1px solid black;
  padding: 5px;
  font-family: Tahoma, verdana, arial, sans-serif;
  width: 95%;
  margin-bottom: 10px;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 16px;
}
#printHeader span
{
  font-weight: normal;
  font-size: 11px;
  font-family: arial, sans-serif;
  letter-spacing: 0;
  padding-left: 10px;
}

#copyright 
{
  width: 600px;
  margin-top: 30px;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  text-align: center;
}
#tools 
{
  width: 600px;
  margin-top: 10px;
  text-align: right;
}
body 
{
  margin: 5px 0 0 10px;
  background-color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: black;
}
p
{
  text-align: justify; 
}
a 
{
  color: #369;
}
a:hover 
{
  text-decoration: none;
  color: #69C;
}
input, textarea, select
{
  background-color: #eee;
  font-size: 11px;
  border: 1px solid #CCC;
}
cite, cite a 
{
  font-weight: bold;
  cursor: help;
  vertical-align : text-top;
  font-size : 10px;       
  color: red;
} 
li 
{
  margin-top: 20px;
  text-align: justify; 
}
acronym
{
  color: #036;
  letter-spacing: 1px;
}
