/* estilosCV.css

  Fichero con los estilos extra para el Curriculum Vitae

*/

  table.padding td
  {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }

  .tdDato
  {
    font-weight: bold;
  }

  h2.cabecera
  {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding:5px;
    background-color: #d77142;
    color: white;
  }

  .negrita
  {
    font-weight: bold;
  }

  .trPijama
  {
    background-color: #f0f0f0;
  }
