/*---------------------------------------------------*/
/*--------------- CSS para os AUTORES ---------------*/
/*---------------------------------------------------*/

/*------------------------------- ESTRUTURA PRINCIPAL -------------------------------*/

div#menu_alfa {
   letter-spacing: -0.06em;
   color: #9c3131;
   font-family: Times New Roman;
   font-size: 20px;
   font-weight: normal;
}

div#menu_alfa a.alfabeto {
   color: #9c3131;
   text-decoration: none;
}

div#menu_alfa a:hover.alfabeto {
   color: #000000;
   text-decoration: underline;
}


/*------------------------------- ESTRUTURA PRINCIPAL -------------------------------*/

div#col_centro div#col_autores div.qrd_autor {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #e5e4e1;
   width: 100%;
/*   height: 112px; */
   padding-top: 10px;
   padding-right: 0px;
   padding-bottom: 18px;
   padding-left: 5px;
   margin-bottom: 10px;
   float: left;
   display: table-cell;
/*
   overflow-x: hidden;
   overflow-y: hidden;
*/
}

