﻿#encabezado
{
    background-image: url(_img/encabezado.png);
}
#menuAreas
{
    list-style-type: none;
}
#menuAreas li
{
    margin-right: 40px;
    padding: 10px 0 10px 0;
    border-bottom: dashed 1px #cfcfcf;
    
    font-weight: bold;    
}
#menuAreas li .strong
{
    color: #BE0F34;
}
#menuAreas li div
{
    font-weight: normal;
    margin-top: 5px;    
}

