/* CSS Document */

.mapa_ubicacion {
width: 807px;
height: 432px;
border: 1px solid #8A9740;
margin: 0 0 0 8px
}

.caja_pinteres {
width: 187px;
background: #8A9740;
border:1px solid white;
color:white;
font-size:11px;
font-family: Tahoma;
}

.caja_pinteres img {float:right; border-left: 1px solid white; margin-left:5px}
.caja_pinteres .titulo {margin-bottom: 3px; padding: 5px 5px 0 5px; color:#FFFFFF}
.caja_pinteres .centrado {padding: 5px 5px 5px 5px; text-align:center; color:#FFFFFF}
.caja_pinteres p {padding:0 5px; margin:0}

.caja_transporte {
border: 1px solid white;
background: #ec1111;
color:white;
font-size:11px;
font-family: Tahoma;
width: 187px
}

.caja_transporte p {padding:4px 7px 5px 7px; margin:0}
.caja_transporte img {float: left; margin-right:5px}


