div.contacto
{
    border:             1px solid #EEE;
    font-size:          1.1em;
    line-height:        1.5em;
    -webkit-box-shadow: 0 1px 3px 0 #AAAAAA;
    -moz-box-shadow:    0 1px 3px 0 #AAAAAA;
    box-shadow:         0 1px 3px 0 #AAAAAA;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#AAAAAA')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#AAAAAA');
    padding:            1em;
    display:            table-cell;
    margin:             0 auto;
}

div.contacto *
{
    font-family:    Trebuchet MS;
    color:          #555;
    position: relative;
}

div.contacto div.tarjeta
{
    color:      #555;
    display:    inline-block;
    float:      left;
}

div.contacto div.tarjeta > img
{
    display:    list-item;
    width:      12em;
    margin:     10px auto 20px;
}

div.contacto div.tarjeta legend
{
    font-size:      1.25em;
    font-weight:    bolder;
    line-height:    3em;
    margin-bottom:  2em;
    text-align:     center;
}

div.contacto dl
{
    width:          25em;
    margin-bottom:  2em;
}

div.contacto dt
{
    padding-right:  0.5em;
    text-align:     right;
    width:          9em;
}

div.contacto dd
{
    width:  14em;
}

div.contacto dt
{
	font-weight:	bold;
}

div.contacto .provincia:before
{
	content: "(";
}

div.contacto .provincia:after
{
	content: ")";
}

#GoogleMapCanvas
{
    display: inline-block;
}