﻿#contenido
{
    position: relative;
    float:left;
    width: 60em;
}
#contenido ul li
{
    font-family: Arial;
    font-size: 1.2em;
    color: #333;
    text-decoration: none;
    background-image: url(../images/punto-margen-arriba.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 0.7em;
}
#direccion
{
    position: relative;
    float: left;
    width: 25.6em;
}
#direccion img
{
    margin-top: 1em;
}
#googlemaps
{
    position: relative;
    float: right;
    width: 34em;
}
#imagengooglemaps
{
    position: relative;
    float: right;
    width: 34em;
}
#imagengooglemaps img
{
    display: block;
}
#localiza_texto
{
    position:relative;
    float:left;
    width: 60em;
    margin-top: 1.5em;
}