

a:link {
    color : #000000;
    font-family : arial;
    text-decoration : none;
  }


a:hover {
    font-family : arial, helvetica, sans-serif;
    text-decoration : underline;
    color: red;
  }


a:active {
    font-family : arial, helvetica, sans-serif;
    text-decoration : none;
    color: red;
  }


table {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
  }


.bordes {
    border-bottom-color : #9b9b9b;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #9b9b9b;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #9b9b9b;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #9b9b9b;
    border-top-style : solid;
    border-top-width : 1px;
  }


body {
    margin-top : 0px;
  }


.empresa {
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
  }


.titulo {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #0F8404;
  }


li {
    padding-bottom : 3px;
  }


.chiquito {
    font-family: arial;
    font-size: 8px;
    color: #000000;
  }


.linea {
    border-right-color : #5A5A5A;
    border-right-style : inset;
    border-right-width : 2px;
  }


.titulo_box {
    color : #15ff19;
    font-family : arial;
    font-size : 12px;
    font-weight : bold;
    text-align: justify;
  }

.contenido_blanco {
    color : #ffffff;
    font-family : arial;
    font-size : 12px;
    text-align: justify;
  }
