﻿#map
{
    width: 100%;
    height: 350px;
}

#messageContenedor
{
    color: #000000;
}
#list
{
    float: left;
    width: 200px;
    background: #eee;
    list-style: none;
    padding: 0;
}
#list li
{
    padding: 10px;
}
#list li:hover
{
    background: #555;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

