/* estilosCursos.css

  Fichero con los estilos extra para los Cursos

*/

  h1, h2, h3, h4, h5, h6
  {
    padding: 5px;
    margin: 0px;
    margin-bottom: 1ex;
    border-top: solid 1px #d77142;
    border-bottom: solid 1px #d77142;
    color: #d77142;
    background-color: #f4f0f0;
    font-weight: bold;
  }

  code
  {
    color: maroon;
  }

  .autorCurso
  {
    border-top: solid 1px #d77142;
  }

  .TDEspecial
  {
    color: white;
    background-color: #8399b1;
    font-weight: bold;
    text-align: center;
  }

  .TDDescripcion
  {
    background-color: #ececec;
    text-align: justify;
  }

  .TDDescripcion2
  {
    text-align: justify;
  }

  .tablaPropiedades
  {
    border: solid 1px navy;
    margin-left: auto;
    margin-right: auto;
  }

  .tablaPropiedades th
  {
    color: white;
    background-color: #8399b1;
    font-weight: bold;
    text-align: center;
  }

  .tablaPropiedades td
  {
    background-color: #ececec;
    text-align: justify;
    vertical-align: top;
  }
