﻿#map
{
    width: 500px;
    height: 400px;
    top: 40px;
    left: 7px;
    position: relative;
}

#messageContenedor
{
}
#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;
}


