

div.map_container {
    position: relative;
    float: left;
    width: 60%;
    height: 400px;
    top:50px;
    left:50px;
}

div.home_container {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    
    left:50px;
}
div.registro_container {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    
    left:50px;
}
div.form_home_container {
    position: relative;
    float: left;
    width: 20%;
    height: 400px;
    
    left:50px;
}
div.form_registro_container {
    position: relative;
    float: left;
    width: 20%;
    height: 400px;
    
    left:50px;
}

div.home_map_container {
    position: relative;
    float: left;
    width: 40%;
    height: 400px;
    
    left:50px;
}
div.registro_map_container {
    position: relative;
    float: left;
    width: 40%;
    height: 400px;
    
    left:100px;
}

.angular-google-map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
}

div.controls {
   position: relative;
    float: right;
    width: 30%;
    height: 400px;
    top:50px;

    
}

div.home_controls {
   position: relative;
    float: left;
    width: 20%;
    height: 400px;
   
    padding-left: 100px;
    
}
div.registro_controls {
   position: relative;
    float: left;
    width: 20%;
    height: 400px;
   
    padding-left: 100px;
    
}

.markerlabel {
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #333;
    padding: 2px;
    background: #fff;
    color: #333;
}

h3 {
    margin: 0 20px;
}

p {    
    margin-top: 20px;
    padding: 0 0 50px 20px;
}

.angular-google-map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

