
.cabecera {
    font : bold 40px 'FreeSerif';
    margin : 2px 0 0;
    color : #0F6A99;
  }

.cabecera_cen {
        font-family : 'FreeSerif';
        font-size : 36px;
        font-weight : bold;
        margin-bottom : 2px;
        margin-left : 0px;
        margin-right : 0px;
        margin-top :  0px;
        color :  #0F6A99;
        text-align :  center;
}

.detalles {
    color : #0F6A99;
    font-family : 'FreeSerif';
    font-size : normal;
    font-weight : normal;
    text-align : justify;
  }

.resaltado {
    font : normal 16px 'FreeSerif';
    margin : 2px 0;
    color : #0F6A99;
    text-align : justify;
  }

.texto {
    font : normal 12px 'FreeSerif';
    margin : 2px 0 2px 10px;
    color : #0F6A99;
    text-align : justify;
  }

.texto_cen {
    font : normal 12px 'FreeSerif';
    margin : 2px 0 2px 10px;
    color : #0F6A99;
    text-align : center;
  }

.texto_izq {
    font : normal 12px 'FreeSerif';
    margin : 2px 0;
    color : #0F6A99;
    text-align : left;
  }

.titulo {
    font : bold 20px 'FreeSerif';
    margin : 2px 0 ;
    color : #0F6A99;
  }

.titulo_cen {
    font : bold 20px times;
    margin : 5px 0;
    color : #0F6A99;
    text-align : center;
  }

.titulo_izq {
    font : bold 20px times;
    margin : 5px 0;
    color : #0F6A99;
    text-align : left;
  }


