.pkp_structure_head {
    background-color: #8f8687;
    border-bottom: 1px solid #ddd;
    background-image: url( '/public/journals/1/fondoTeyEt.jpg' );
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

nav.pkp_navigation_primary_row { 
  background: rgb(238, 232, 232);
  font-size:90%;
  padding: 0px 20px;
}

li.profile a {
    background-color: rgb(151, 5, 5); /* Red */
    border: none;
    color: white;
    cursor: pointer;
}

a.custom_class{
  background-color: rgb(151,0,0);
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.custom_class:hover, a.custom_class:active, a.login:hover, a.login:active, a.register:active, a.register:hover{
  background-color: rgb(117,7,0);
  color: white;
}
/*
a.login, a.register{
  background-color: rgb(151,0,0);
  color: white;
  padding: 4px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
*/
button.submit {
    background-color: rgb(151,0,0); /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #8B0000;
  color: white;
} 

.pkp_structure_footer_wrapper {
  background: white;
}
/* Hoja de estilos general para el OJS de la Facultad de InformÃƒÆ’Ã‚Â¡tica de la UNLP 
Desarrollado por @gonetil
PREBI-SEDICI UNLP http://prebi.unlp.edu.ar ; http://sedici.unlp.edu.ar */
