/* ESTILO PERSONALIZADO DOC_CSS
 */
body {
       font-family: Arial, Helvetica;
       color: #000000; 
       margin: 0px auto; 
       padding: 0px; 
       clear: both;
       font-size: 12px;
       font-weight: normal;
       }
h1 {
     font-family: arial,helvetica;
     font-size: 30px;
     font-weight: bold;
     color: blue;
;
     }

h2 {
     font-family: arial,helvetica;
     font-size: 24px;
     font-weight: bold;
     color: blue;
     }

h3 {
     font-family: arial,helvetica;
     font-size: 18px;
     font-weight: bold;
     color: blue;
     }
h4 {
     font-family: arial,helvetica;
     font-size: 12px;
     font-weight: bold;
     color: blue;
     }
h5 {
     font-family: arial,helvetica;
     font-size: 12px;
     font-weight: normal;
     color: blue;
     }

li {
     font-family: arial,helvetica;
     font-size: 12px;
     font-weight: normal;
     color: black;
     }

P {
    font-family: arial,helvetica;
    font-size: 12px;
    font-weight: normal;
    color: black;
    }
A {
    font-family: arial,helvetica;
    font-size: 12px;
    font-weight: normal;
    text-decoration : none;
    color: #6666CC;
    }
A:visited {
    font-family: arial,helvetica;
    font-size: 12px;
    font-weight: normal;
    text-decoration : none;
    color: #666666;
    }
A:hover, .enlace:hover {
                         font-weight: normal;
                         text-decoration : none;
                         color: #444444;
                         }
input, select, textarea {
                          font-family: arial,helvetica;
                          font-size: 11px;
                          font-weight: normal;
                          color: #464646;
                          border: 1px solid #c7c7c7;
                          padding: 1px;
                          }
textarea { margin: 5px 0px; }
.frmNota, .fichpienota{
                        height: 20px;
                        background-image: url(/yansu/images/ico_nota_lista.gif);
                        background-repeat: no-repeat;
                        background-position: 8px 8px;
                        font-family: Arial, Verdana, Helvetica;
                        font-size: 11px;
                        font-weight: normal;
                        color: #01A5CB;
                        padding: 7px 0px 6px 24px;
                        text-align: justify;
                        }
input[type=reset] {
                    background-color: #a6a6a6;
                    border: 1px solid #a6a6a6;
                    color: #FFFFFF;
                    margin: 2px;
                    }
input[type=submit], input[type=button] {
                                         background-color: #ec6409;
                                         border: 1px solid #ec6409;
                                         color: #FFFFFF;
                                         margin: 2px;
                                         }
input[type=radio], input[type=checkbox] {
                                          border: none;
                                          color:  #c7c7c7;
                                          }
.btsubmit, .btbutton, .btlink {
                                background-color: #ec6409;
                                border: 1px solid #ec6409;
                                color: #FFFFFF;
                                margin: 2px;
                                }
.btimage, .btradio, .btcheck {
                               border: 0px solid #ec6409; 
                               }
.btlink {
          padding: 3px 8px;
          text-decoration:none;
          border: none;
          margin: 0px 4px;
          vertical-align: 2px;
          }
.btlink:hover {
                color: #ffffff;
                }
.btreset {
           background-color: #a6a6a6;
           border: 1px solid #a6a6a6;
           color: #FFFFFF;
           margin: 2px;
           }

A.listado {
      font-size: 32px;
      font-weight: bold;
      background-color: #000000;
      color: #FFFFFF;
      text-decoration: none;
      line-height: 2.1;

  }

A.listadogrande {
      font-size: 200px;
      font-weight: bold;
      background-color: #000000;
      color: #FFFFFF;
      text-decoration: none;
      line-height: 4;

  }

A.listado:visited {
      font-size: 32px;
      font-weight: bold;
      background-color: #000000;
      color: #FFFFFF;
      text-decoration: none;
      line-height: 2.1;

  }
A.listado:hover {
      font-size: 32px;
      font-weight: bold;
      background-color: #000000;
      color: #AAAAAA;
      text-decoration: none;
      line-height: 2.1;

  }

A.listadillo {
      font-size: 20px;
      font-weight: bold;
      background-color: #000000;
      color: #FFFFFF;
      text-decoration: none;
      line-height: 2.1;

  }

