

#dir {
    /*font-family : 'Myriad Pro Light','Myriad Pro','Arial',"Waree";*/
    bottom : 10px;
    position : absolute;
    right : 100px;
  }


#contacto {
    -moz-border-radius : 10px;
    border-radius : 10px;
    -moz-box-shadow : -5px 5px 10px #000000;
    box-shadow : -5px 5px 10px #000000;
    background-image : url('/img/form.png');
    background-repeat : repeat;
    top : 150px;
    height : 450px;
    overflow : hidden;
    position : absolute;
    right : 150px;
    width : 300px;
  }


#contacto h1, label {
    /*font-family : 'Myriad Pro Light','Myriad Pro','Arial',"Waree";*/
  }


#map {
    border-bottom-color : #273bb0;
    border-bottom-style : solid;
    border-left-color : #273bb0;
    border-left-style : solid;
    border-right-color : #273bb0;
    border-right-style : solid;
    border-spacing : 10px 10px;
    border-top-color : #273bb0;
    border-top-style : solid;
    bottom : 50px;
    height : 200px;
    left : 170px;
    overflow : hidden;
    position : absolute;
    width : 350px;
    -moz-border-radius : 5px;
    border-radius : 5px;
    -moz-box-shadow : -5px 5px 10px #000000;
    box-shadow : -5px 5px 10px #000000;
  }


#infoCont {
    height : 320px;
    left : 240px;
    position : absolute;
    top : 100px;
    width : 256px;
  }


.fondoCont {
    background-color : #bdbdbd;
    -moz-border-radius : 5px;
    border-radius : 5px;
    -moz-box-shadow : -5px 5px 10px #000000;
    box-shadow : -5px 5px 10px #000000;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
  }


#widget {
    bottom : 10px;
    position : absolute;
    width: 400px;
  }

