#areaFormulario .btn-toolbar{
    margin-bottom: 20px;
}

#areaFormulario .control-group{
        padding: 5px 0;
        border: 1px dashed transparent;  
        margin: 0;
}

#areaFormulario .control-group:hover{
    background: #eee;
    border: 1px dashed #ccc;
    cursor: move;
}

.container form.frontend_form {
    margin: auto;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background: #ffffff;
    -webkit-box-shadow: 0.1px 0px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0.1px 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0.1px 0px 1px 0px rgba(0,0,0,0.3);
    margin-bottom: 15px;
}

.container .frontend_form legend{
    background-color: #efefef;
    padding: 15px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    color: #4d4d4d;
    position: relative;
    top: 15px;
    text-align: center;
}

.container .frontend_form table thead tr{
    background-color: #4d4d4d;
    color: #ffffff;
    border: 0px solid transparent;
    font-weight: 600;
}

.container .frontend_form table thead tr td{
    border: 0px solid transparent;
}

.container .frontend_form legend + .form-group > label{
/* .container .frontend_form legend + .form-group > label + div { */
    margin-top: 50px;
}

.container .frontend_form .radio,
.container .frontend_form .checkbox{
    text-align: left;
}

div#container_tabs {
    margin-bottom: 15px;
}

div.form_title h3 {
    background: #BDBDBD;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.form_subtitle h4 {
    background: #E6E6E6;
    padding-top: 5px;
    padding-bottom: 5px;
}

form.document {
    margin-top: 2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f2f2f2;
}

/* Estilos para mapa*/

.vertical-pestaña {
    position: absolute;
    margin-top: -14px;
    right: 15px;
    display: inline-flex;
}

.vertical-pestaña .pestaña {
    display: block;
    width: 120px;
    float: right;
    margin-bottom: 10px;
    clear: both;
    padding: 5px;
    margin-left: 5px;
}

/*Fin de estilos para mapa*/

/* Estilos para carrito */

.botones_carrito {
    text-align: end;
    margin-right: 15px;
}

.botones_carrito .btn-add-cart{
    margin-right: 10px;
}

.botones_carrito img {
    width: 20px;
    margin-left: 5px;
}

/*Fin estilos carrito*/
