html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
a
{
   color: #32CD32;
   text-decoration: none;
}
a:active
{
   color: #00FF00;
}
a:hover
{
   color: #00FF00;
   text-decoration: none;
}
/*MIT LICENCE*/
/*Web builder FX*/
.floating-wpp {
    position: fixed;
    bottom: 20px;
    left: 15px;
    font-size: 12px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 5px;
    background-color: #E9FFE9;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 5px 5px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: #F5F5F5;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
#wb_master_frameLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_frameLayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#master_frameLayoutGrid1 > .col-1, #master_frameLayoutGrid1 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_frameLayoutGrid1 > .col-1, #master_frameLayoutGrid1 > .col-2
{
   flex: 0 0 auto;
}
#master_frameLayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#master_frameLayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 900px)
{
#master_frameLayoutGrid1 > .col-1, #master_frameLayoutGrid1 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_master_frameLayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FEFFFA;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_frameLayoutGrid8
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#master_frameLayoutGrid8 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_frameLayoutGrid8 > .col-1
{
   flex: 0 0 auto;
}
#master_frameLayoutGrid8 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#master_frameLayoutGrid8 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_master_frameImage1
{
   margin: 0;
   vertical-align: top;
}
#master_frameImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_master_frameText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: right;
}
#wb_master_frameText4 div
{
   text-align: right;
}
#wb_master_frameText4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameLayoutGrid2
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_frameLayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#master_frameLayoutGrid2 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_frameLayoutGrid2
{
   width: 1200px;
}
#master_frameLayoutGrid2 > .col-1
{
   flex: 0 0 auto;
}
#master_frameLayoutGrid2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#master_frameLayoutGrid2
{
   width: 100%;
}
#master_frameLayoutGrid2 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_master_frameResponsiveMenu2
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   font-family: "Raleway";
   font-weight: 500;
   text-align: center;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#master_frameResponsiveMenu2
{
   display: inline-block;
   background-color: rgba(255,255,255,0.00);
   height: 50px;
}
#wb_master_frameResponsiveMenu2 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_master_frameResponsiveMenu2 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_master_frameResponsiveMenu2 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_master_frameResponsiveMenu2 ul li i
{
   font-size: 0px;
   width: 0px;
   margin-bottom: 0px;
}
#wb_master_frameResponsiveMenu2 ul li a
{
   background-color: rgba(255,255,255,0.00);
   color: #202020;
   font-family: "Raleway";
   font-weight: 500;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 7px 15px 7px;
   text-align: center;
}
#wb_master_frameResponsiveMenu2 > ul > li > a 
{
   height: 20px;
}
.master_frameResponsiveMenu2 a 
{
   display: block;
}
#wb_master_frameResponsiveMenu2 li:hover > a, #wb_master_frameResponsiveMenu2 li .active
{
   background-color: #F5F5F5;
   color: #32CD32;
}
#wb_master_frameResponsiveMenu2 ul ul
{
   display: none;
   position: absolute;
   top: 50px;
}
#wb_master_frameResponsiveMenu2 ul li:hover > ul
{
   display: list-item;
}
#wb_master_frameResponsiveMenu2 ul ul li 
{
   float: none;
   position: relative;
   width: 241px;
}
#wb_master_frameResponsiveMenu2 ul ul li a
{
   background-color: #313131;
   border: 0px solid #313131;
   color: #32CD32;
}
#wb_master_frameResponsiveMenu2 ul ul li:hover > a, #wb_master_frameResponsiveMenu2 ul ul li .active
{
   background-color: #000000;
   color: #FFFFFF;
}
#wb_master_frameResponsiveMenu2 ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_master_frameResponsiveMenu2 ul ul li a 
{
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   text-align: left;
   vertical-align: middle;
}
#wb_master_frameResponsiveMenu2 ul ul ul li 
{
   left: 241px;
   position: relative;
   top: -50px;
}
#wb_master_frameResponsiveMenu2 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #202020;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_master_frameResponsiveMenu2 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #32CD32;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_master_frameResponsiveMenu2 li:hover > a .arrow-down, #wb_master_frameResponsiveMenu2 li .active .arrow-down
{ 
   border-top-color: #32CD32;
}
#wb_master_frameResponsiveMenu2 ul ul li:hover > a .arrow-left, #wb_master_frameResponsiveMenu2 ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_master_frameResponsiveMenu2 .toggle,[id^=master_frameResponsiveMenu2-submenu]
{
   display: none;
}
@media all and (max-width:1150px) 
{
#wb_master_frameResponsiveMenu2
{
   margin: 0;
   text-align: left;
}
#wb_master_frameResponsiveMenu2 ul li a, #wb_master_frameResponsiveMenu2 .toggle
{
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 10px 10px 10px 10px;
}
#wb_master_frameResponsiveMenu2 .toggle + a
{
   display: none !important;
}
.master_frameResponsiveMenu2 
{
   display: none;
   z-index: 9999;
}
#master_frameResponsiveMenu2 
{
   background-color: transparent;
   display: none;
}
#wb_master_frameResponsiveMenu2 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_master_frameResponsiveMenu2 .toggle 
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   color: #202020;
   padding: 0 10px 0 10px;
   line-height: 41px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_master_frameResponsiveMenu2 .toggle:hover
{
   background-color: #F5F5F5;
   color: #32CD32;
}
[id^=master_frameResponsiveMenu2-submenu]:checked + ul 
{
   display: block !important;
}
#master_frameResponsiveMenu2-title
{
   height: 50px !important;
   line-height: 50px !important;
   text-align: center;
}
#wb_master_frameResponsiveMenu2 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_master_frameResponsiveMenu2 ul ul .toggle,
#wb_master_frameResponsiveMenu2 ul ul a 
{
   padding: 0 20px;
}
#wb_master_frameResponsiveMenu2 a:hover,
#wb_master_frameResponsiveMenu2 ul ul ul a 
{
   background-color: #313131;
   color: #32CD32;
}
#wb_master_frameResponsiveMenu2 ul li ul li .toggle,
#wb_master_frameResponsiveMenu2 ul ul a 
{
   background-color: #313131;
   color: #32CD32;
}
#wb_master_frameResponsiveMenu2 ul ul ul a 
{
   padding: 10px 10px 10px 30px;
}
#wb_master_frameResponsiveMenu2 ul li a 
{
   text-align: left;
}
#wb_master_frameResponsiveMenu2 ul li a br 
{
   display: none;
}
#wb_master_frameResponsiveMenu2 ul li i 
{
   margin-right: 0px;
}
#wb_master_frameResponsiveMenu2 ul ul 
{
   float: none;
   position: static;
}
#wb_master_frameResponsiveMenu2 ul ul li:hover > ul,
#wb_master_frameResponsiveMenu2 ul li:hover > ul 
{
   display: none;
}
#wb_master_frameResponsiveMenu2 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_master_frameResponsiveMenu2 ul ul ul li 
{
   position: static;
}
#master_frameResponsiveMenu2-icon 
{
   display: block;
   position: absolute;
   left: 7px;
   top: 13px;
   user-select: none;
}
#master_frameResponsiveMenu2-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #202020;
   color: #202020;
   width: 24px;
}
#wb_master_frameResponsiveMenu2 ul li ul li .toggle:hover
{
   background-color: #000000;
   color: #FFFFFF;
}
#wb_master_frameResponsiveMenu2 .toggle .arrow-down 
{
   border-top-color: #202020;
}
#wb_master_frameResponsiveMenu2 .toggle:hover .arrow-down, #wb_master_frameResponsiveMenu2 li .active .arrow-down
{
   border-top-color: #32CD32;
}
#wb_master_frameResponsiveMenu2 ul li ul li .toggle .arrow-down 
{
   border-top-color: #32CD32;
}
#wb_master_frameResponsiveMenu2 ul li ul li .toggle:hover .arrow-down, #wb_master_frameResponsiveMenu2 ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#wb_fisioterapia_generalLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/Imagen2024-3.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#fisioterapia_generalLayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 200px 0 200px 0;
   margin-right: auto;
   margin-left: auto;
}
#fisioterapia_generalLayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#fisioterapia_generalLayoutGrid1
{
   width: 1200px;
}
#fisioterapia_generalLayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#fisioterapia_generalLayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#fisioterapia_generalLayoutGrid1
{
   width: 100%;
}
#fisioterapia_generalLayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#fisioterapia_generalLayoutGrid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.39;
}
#wb_fisioterapia_generalLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#fisioterapia_generalLayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
}
#fisioterapia_generalLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#fisioterapia_generalLayoutGrid2 > .row > .col-1, #fisioterapia_generalLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#fisioterapia_generalLayoutGrid2
{
   width: 1200px;
}
#fisioterapia_generalLayoutGrid2 > .row > .col-1, #fisioterapia_generalLayoutGrid2 > .row > .col-2
{
   float: left;
}
#fisioterapia_generalLayoutGrid2 > .row > .col-1
{
   background-color: #202020;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#fisioterapia_generalLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: url('images/Imagen2024-3.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: center;
}
#fisioterapia_generalLayoutGrid2:before,
#fisioterapia_generalLayoutGrid2:after,
#fisioterapia_generalLayoutGrid2 .row:before,
#fisioterapia_generalLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#fisioterapia_generalLayoutGrid2:after,
#fisioterapia_generalLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#fisioterapia_generalLayoutGrid2
{
   width: 100%;
}
#fisioterapia_generalLayoutGrid2 > .row > .col-1, #fisioterapia_generalLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text6
{
   color: #FFFFFF;
   font-family: "Ubuntu";
   font-weight: 300;
   font-size: 35px;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 20px 0 0 ;
   text-align: justify;
}
#wb_Text7
{
   color: #FFFFFF;
   font-family: Ubuntu;
   font-weight: normal;
   font-size: 16px;
}
#wb_Text7 div
{
   text-align: justify;
}
#wb_Text7
{
   display: block;
   margin: 0 20px 0 0 ;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 30px 20px 20px 0 ;
   text-align: justify;
}
#wb_Text8
{
   color: #32CD32;
   font-family: Ubuntu;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text8 div
{
   text-align: justify;
}
#wb_Text8
{
   display: block;
   margin: 30px 20px 20px 0 ;
   box-sizing: border-box;
   width: calc(100% - 20px);
}
#fisioterapia_generalLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 219px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_lifting_japonesLayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #202020;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#lifting_japonesLayoutGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 0 0;
   margin-right: auto;
   margin-left: auto;
}
#lifting_japonesLayoutGrid4 > .col-1, #lifting_japonesLayoutGrid4 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#lifting_japonesLayoutGrid4
{
   width: 1200px;
}
#lifting_japonesLayoutGrid4 > .col-1, #lifting_japonesLayoutGrid4 > .col-2
{
   flex: 0 0 auto;
}
#lifting_japonesLayoutGrid4 > .col-1
{
   background-color: #202020;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#lifting_japonesLayoutGrid4 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#lifting_japonesLayoutGrid4
{
   width: 100%;
}
#lifting_japonesLayoutGrid4 > .col-1, #lifting_japonesLayoutGrid4 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#lifting_japonesShape1
{
   top: 0px;
   width: 359px;
   height: 56px;
   background-color: #202020;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape1:hover
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape1_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
    left: 0.28%;
   top: 1.79%;
   width: 99.44%;
   height: 96.43%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#lifting_japonesShape1:hover span
{
   color: #000000 !important;
}
#lifting_japonesShape1 span:hover
{
   color: #000000 !important;
}
#wb_lifting_japonesShape1
{
   margin: 0;
   vertical-align: top;
}
#lifting_japonesShape2
{
   top: 0px;
   width: 359px;
   height: 56px;
   background-color: #202020;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape2:hover
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape2_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
    left: 0.28%;
   top: 1.79%;
   width: 99.44%;
   height: 96.43%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#lifting_japonesShape2:hover span
{
   color: #000000 !important;
}
#lifting_japonesShape2 span:hover
{
   color: #000000 !important;
}
#wb_lifting_japonesShape2
{
   margin: 0;
   vertical-align: top;
}
#Shape4
{
   top: 0px;
   width: 359px;
   height: 56px;
   background-color: #202020;
   background-image: none;
   border: 0px #245580 solid;
}
#Shape4:hover
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px #245580 solid;
}
#Shape4_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
    left: 0.28%;
   top: 1.79%;
   width: 99.44%;
   height: 96.43%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#Shape4:hover span
{
   color: #000000 !important;
}
#Shape4 span:hover
{
   color: #000000 !important;
}
#wb_Shape4
{
   margin: 0;
   vertical-align: top;
}
#lifting_japonesShape3
{
   top: 0px;
   width: 359px;
   height: 56px;
   background-color: #202020;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape3:hover
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape3_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
    left: 0.28%;
   top: 1.79%;
   width: 99.44%;
   height: 96.43%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#lifting_japonesShape3:hover span
{
   color: #000000 !important;
}
#lifting_japonesShape3 span:hover
{
   color: #000000 !important;
}
#wb_lifting_japonesShape3
{
   margin: 0;
   vertical-align: top;
}
#lifting_japonesShape5
{
   top: 0px;
   width: 359px;
   height: 56px;
   background-color: #202020;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape5:hover
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape5_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
    left: 0.28%;
   top: 1.79%;
   width: 99.44%;
   height: 96.43%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#lifting_japonesShape5:hover span
{
   color: #000000 !important;
}
#lifting_japonesShape5 span:hover
{
   color: #000000 !important;
}
#wb_lifting_japonesShape5
{
   margin: 0;
   vertical-align: top;
}
#lifting_japonesShape6
{
   top: 0px;
   width: 359px;
   height: 56px;
   background-color: #202020;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape6:hover
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape6_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
    left: 0.28%;
   top: 1.79%;
   width: 99.44%;
   height: 96.43%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#lifting_japonesShape6:hover span
{
   color: #000000 !important;
}
#lifting_japonesShape6 span:hover
{
   color: #000000 !important;
}
#wb_lifting_japonesShape6
{
   margin: 0;
   vertical-align: top;
}
#wb_lifting_japonesText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_lifting_japonesText4
{
   color: #FFFFFF;
   font-family: "Ubuntu";
   font-weight: 300;
   font-size: 37px;
}
#wb_lifting_japonesText4 div
{
   text-align: left;
}
#wb_lifting_japonesText4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_lifting_japonesText5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 50px 0 20px 0 ;
   text-align: left;
}
#wb_lifting_japonesText5 div
{
   text-align: left;
}
#wb_lifting_japonesText5
{
   display: block;
   margin: 50px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_lifting_japonesText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: justify;
}
#wb_lifting_japonesText6 div
{
   text-align: justify;
}
#wb_lifting_japonesText6
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#lifting_japonesShape7
{
   top: 0px;
   width: 359px;
   height: 56px;
   background-color: #202020;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape7:hover
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px #245580 solid;
}
#lifting_japonesShape7_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
    left: 0.28%;
   top: 1.79%;
   width: 99.44%;
   height: 96.43%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: left;
   word-wrap: break-word;
}
#lifting_japonesShape7:hover span
{
   color: #000000 !important;
}
#lifting_japonesShape7 span:hover
{
   color: #000000 !important;
}
#wb_lifting_japonesShape7
{
   margin: 0;
   vertical-align: top;
}
#wb_embLOG
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #006A5D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#embLOG
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 75px 0;
   margin-right: auto;
   margin-left: auto;
}
#embLOG > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#embLOG
{
   width: 1200px;
}
#embLOG > .col-1
{
   flex: 0 0 auto;
}
#embLOG > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#embLOG
{
   width: 100%;
}
#embLOG > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 40px 0 ;
   text-align: center;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   color: #32CD32;
   font-family: "Raleway";
   font-weight: 600;
   font-size: 27px;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa div
{
   text-align: center;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   display: block;
   margin: 0 0 40px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_bbbbbbbbbbbbbbbb 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 50px 0 ;
   text-align: center;
}
#wb_bbbbbbbbbbbbbbbb
{
   color: #32CD32;
   font-family: Lato;
   font-weight: normal;
   font-size: 29px;
}
#wb_bbbbbbbbbbbbbbbb div
{
   text-align: center;
}
#wb_bbbbbbbbbbbbbbbb
{
   display: block;
   margin: 10px 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#ccccccccccccccccc
{
   top: 0px;
   width: 222px;
   height: 59px;
   background-color: #202020;
   background-image: none;
   border: 1px #FFFFFF solid;
}
#ccccccccccccccccc:hover
{
   background-color: #202020;
   background-image: none;
   border: 1px #32CD32 solid;
}
#ccccccccccccccccc_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0.45%;
   top: 1.69%;
   width: 99.1%;
   height: 96.61%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#ccccccccccccccccc:hover span
{
   color: #FFFFFF !important;
}
#ccccccccccccccccc span:hover
{
   color: #FFFFFF !important;
}
#wb_ccccccccccccccccc
{
   margin: 0;
   vertical-align: top;
}
#wb_emb_img_tel
{
   margin: 0;
   vertical-align: top;
}
#emb_img_tel
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 16px;
   height: 16px;
   vertical-align: top;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#masaje_craneal_hinduLayoutGrid1
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#masaje_craneal_hinduLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#masaje_craneal_hinduLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#masaje_craneal_hinduLayoutGrid1 > .row > .col-1
{
   float: left;
}
#masaje_craneal_hinduLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#masaje_craneal_hinduLayoutGrid1:before,
#masaje_craneal_hinduLayoutGrid1:after,
#masaje_craneal_hinduLayoutGrid1 .row:before,
#masaje_craneal_hinduLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#masaje_craneal_hinduLayoutGrid1:after,
#masaje_craneal_hinduLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#masaje_craneal_hinduLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_masajes_relajantesLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#masajes_relajantesLayoutGrid2
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#masajes_relajantesLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#masajes_relajantesLayoutGrid2 > .row > .col-1, #masajes_relajantesLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#masajes_relajantesLayoutGrid2 > .row > .col-1, #masajes_relajantesLayoutGrid2 > .row > .col-2
{
   float: left;
}
#masajes_relajantesLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#masajes_relajantesLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#masajes_relajantesLayoutGrid2:before,
#masajes_relajantesLayoutGrid2:after,
#masajes_relajantesLayoutGrid2 .row:before,
#masajes_relajantesLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#masajes_relajantesLayoutGrid2:after,
#masajes_relajantesLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#masajes_relajantesLayoutGrid2 > .row > .col-1, #masajes_relajantesLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Image_euro
{
   margin: 0;
   vertical-align: top;
}
#Image_euro
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 32px;
   height: 32px;
   vertical-align: top;
}
#wb_Text_60 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 0 0 ;
   text-align: center;
}
#wb_Text_60
{
   color: #FFFFFF;
   font-family: "Ubuntu";
   font-weight: 300;
   font-size: 21px;
}
#wb_Text_60 div
{
   text-align: center;
}
#wb_Text_60
{
   display: block;
   margin: 10px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text_75 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 0 0 ;
   text-align: center;
}
#wb_Text_75 div
{
   text-align: center;
}
#wb_Text_75
{
   display: block;
   margin: 10px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image_time
{
   margin: 0;
   vertical-align: top;
}
#Image_time
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 32px;
   height: 32px;
   vertical-align: top;
}
#wb_master_frameLayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/img_1.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_frameLayoutGrid3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 0 0;
   margin-right: auto;
   margin-left: auto;
}
#master_frameLayoutGrid3 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_frameLayoutGrid3 > .col-1
{
   flex: 0 0 auto;
}
#master_frameLayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#master_frameLayoutGrid3 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_master_frameText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 40px 0 ;
   text-align: center;
}
#wb_master_frameText1 div
{
   text-align: center;
}
#wb_master_frameText1
{
   display: block;
   margin: 0 0 40px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameLayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_frameLayoutGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#master_frameLayoutGrid4 > .col-1, #master_frameLayoutGrid4 > .col-2, #master_frameLayoutGrid4 > .col-3, #master_frameLayoutGrid4 > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_frameLayoutGrid4
{
   width: 1170px;
}
#master_frameLayoutGrid4 > .col-1, #master_frameLayoutGrid4 > .col-2, #master_frameLayoutGrid4 > .col-3, #master_frameLayoutGrid4 > .col-4
{
   flex: 0 0 auto;
}
#master_frameLayoutGrid4 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid4 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid4 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid4 > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#master_frameLayoutGrid4
{
   width: 100%;
}
#master_frameLayoutGrid4 > .col-1, #master_frameLayoutGrid4 > .col-2, #master_frameLayoutGrid4 > .col-3, #master_frameLayoutGrid4 > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image9
{
   margin: 0;
   vertical-align: top;
}
#Image9
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 48px;
   height: 48px;
   vertical-align: top;
}
#wb_Text50 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 0 0 ;
   text-align: center;
}
#wb_Text50
{
   color: #DCDCDC;
   font-family: Lato;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text50 div
{
   text-align: center;
}
#wb_Text50
{
   display: block;
   margin: 10px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image10
{
   margin: 0;
   vertical-align: top;
}
#Image10
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 48px;
   height: 48px;
   vertical-align: top;
}
#wb_Text51 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 0 0 ;
   text-align: center;
}
#wb_Text51
{
   color: #DCDCDC;
   font-family: Lato;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text51 div
{
   text-align: center;
}
#wb_Text51
{
   display: block;
   margin: 10px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image11
{
   margin: 0;
   vertical-align: top;
}
#Image11
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 48px;
   height: 48px;
   vertical-align: top;
}
#wb_Text52 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 0 0 ;
   text-align: center;
}
#wb_Text52
{
   color: #DCDCDC;
   font-family: Lato;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text52 div
{
   text-align: center;
}
#wb_Text52
{
   display: block;
   margin: 10px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameLayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_frameLayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#master_frameLayoutGrid5 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_frameLayoutGrid5
{
   width: 1170px;
}
#master_frameLayoutGrid5 > .col-1
{
   flex: 0 0 auto;
}
#master_frameLayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#master_frameLayoutGrid5
{
   width: 100%;
}
#master_frameLayoutGrid5 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image13
{
   margin: 0;
   vertical-align: top;
}
#Image13
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 48px;
   height: 48px;
   vertical-align: top;
}
#wb_Text137 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 15px 0 ;
   text-align: center;
}
#wb_Text137 div
{
   text-align: center;
}
#wb_Text137
{
   display: block;
   margin: 20px 0 15px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_master_frameText2
{
   color: #FFFFFF;
   font-family: "Raleway";
   font-weight: 600;
   font-size: 15px;
}
#wb_master_frameText2 div
{
   text-align: center;
}
#wb_master_frameText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameImage2
{
   margin: 0;
   vertical-align: top;
}
#master_frameImage2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 99px;
   height: 110px;
   vertical-align: top;
}
#wb_master_frameText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_master_frameText6 div
{
   text-align: center;
}
#wb_master_frameText6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameLayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_frameLayoutGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#master_frameLayoutGrid6 > .col-1, #master_frameLayoutGrid6 > .col-2, #master_frameLayoutGrid6 > .col-3, #master_frameLayoutGrid6 > .col-4, #master_frameLayoutGrid6 > .col-5, #master_frameLayoutGrid6 > .col-6
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#master_frameLayoutGrid6
{
   width: 1170px;
}
#master_frameLayoutGrid6 > .col-1, #master_frameLayoutGrid6 > .col-2, #master_frameLayoutGrid6 > .col-3, #master_frameLayoutGrid6 > .col-4, #master_frameLayoutGrid6 > .col-5, #master_frameLayoutGrid6 > .col-6
{
   flex: 0 0 auto;
}
#master_frameLayoutGrid6 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid6 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid6 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid6 > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid6 > .col-5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid6 > .col-6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#master_frameLayoutGrid6
{
   width: 100%;
}
#master_frameLayoutGrid6 > .col-1, #master_frameLayoutGrid6 > .col-2, #master_frameLayoutGrid6 > .col-3, #master_frameLayoutGrid6 > .col-4, #master_frameLayoutGrid6 > .col-5, #master_frameLayoutGrid6 > .col-6
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text55 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text55
{
   color: #FFFFFF;
   font-family: "Raleway";
   font-weight: 600;
   font-size: 13px;
}
#wb_Text55 div
{
   text-align: center;
}
#wb_Text55
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text23
{
   color: #FFFFFF;
   font-family: "Raleway";
   font-weight: 600;
   font-size: 13px;
}
#wb_Text23 div
{
   text-align: center;
}
#wb_Text23
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text60 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text60
{
   color: #FFFFFF;
   font-family: "Raleway";
   font-weight: 600;
   font-size: 13px;
}
#wb_Text60 div
{
   text-align: center;
}
#wb_Text60
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text24 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text24
{
   color: #FFFFFF;
   font-family: "Raleway";
   font-weight: 600;
   font-size: 13px;
}
#wb_Text24 div
{
   text-align: center;
}
#wb_Text24
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text54 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text54
{
   color: #FFFFFF;
   font-family: "Raleway";
   font-weight: 600;
   font-size: 13px;
}
#wb_Text54 div
{
   text-align: center;
}
#wb_Text54
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_master_frameText3 div
{
   text-align: center;
}
#wb_master_frameText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameLayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#master_frameLayoutGrid7
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#master_frameLayoutGrid7 > .col-1, #master_frameLayoutGrid7 > .col-2, #master_frameLayoutGrid7 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#master_frameLayoutGrid7
{
   width: 1170px;
}
#master_frameLayoutGrid7 > .col-1, #master_frameLayoutGrid7 > .col-2, #master_frameLayoutGrid7 > .col-3
{
   flex: 0 0 auto;
}
#master_frameLayoutGrid7 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid7 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#master_frameLayoutGrid7 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 900px)
{
#master_frameLayoutGrid7
{
   width: 100%;
}
#master_frameLayoutGrid7 > .col-1, #master_frameLayoutGrid7 > .col-2, #master_frameLayoutGrid7 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text57 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text57
{
   color: #FFFFFF;
   font-family: "Raleway";
   font-weight: 600;
   font-size: 12px;
}
#wb_Text57 div
{
   text-align: center;
}
#wb_Text57
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text61 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text61 div
{
   text-align: center;
}
#wb_Text61
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text62 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text62 div
{
   text-align: center;
}
#wb_Text62
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_master_frameImage4
{
   margin: 20px 0 0 0 ;
   vertical-align: top;
}
#master_frameImage4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 32px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_master_frameImage5
{
   margin: 10px 0 0 0 ;
   vertical-align: top;
}
#master_frameImage5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 32px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Layer41
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#Shape2
{
   top: 0px;
   width: 195px;
   height: 53px;
   background-color: #313131;
   background-image: none;
   border: 0px #FFFFFF solid;
}
#Shape2:hover
{
   background-color: #006A5D;
   background-image: none;
   border: 0px #32CD32 solid;
}
#Shape2_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0.51%;
   top: 1.89%;
   width: 98.97%;
   height: 96.23%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#Shape2:hover span
{
   color: #FFFFFF !important;
}
#Shape2 span:hover
{
   color: #FFFFFF !important;
}
#Layer41_Container
{
   width: 203px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_Image_time
{
   display: inline-block;
   width: 32px;
   height: 32px;
   z-index: 18;
}
#wb_master_frameResponsiveMenu2
{
   display: block;
   width: 100%;
   z-index: 3;
}
#wb_Shape2
{
   position: absolute;
   left: 1218px;
   top: 43px;
   width: 195px;
   height: 53px;
   z-index: 89;
}
#wb_ccccccccccccccccc
{
   display: inline-block;
   width: 224px;
   height: 61px;
   z-index: 32;
   position: relative;
}
#wb_emb_img_tel
{
   display: inline-block;
   width: 16px;
   height: 16px;
   z-index: 30;
}
#master_frameHtml1
{
   display: inline-block;
   width: 245px;
   height: 30px;
   z-index: 1;
}
#wb_master_frameImage2
{
   display: inline-block;
   width: 99px;
   height: 110px;
   z-index: 50;
}
#wb_master_frameImage5
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 46;
}
#wb_master_frameImage4
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 45;
}
#wb_master_frameImage1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 2;
}
#wb_Image_euro
{
   display: inline-block;
   width: 32px;
   height: 32px;
   z-index: 16;
}
#Layer41
{
   position: fixed;
   text-align: center;
   left: auto;
   right: 15px;
   top: auto;
   bottom: 15px;
   width: 203px;
   height: 62px;
   z-index: 90;
}
#wb_Image9
{
   display: inline-block;
   width: 48px;
   height: 48px;
   z-index: 39;
}
#wb_Shape4
{
   display: inline-block;
   width: 359px;
   height: 56px;
   z-index: 12;
   position: relative;
}
#wb_lifting_japonesShape3
{
   display: inline-block;
   width: 359px;
   height: 56px;
   z-index: 15;
   position: relative;
}
#wb_lifting_japonesShape5
{
   display: inline-block;
   width: 359px;
   height: 56px;
   z-index: 14;
   position: relative;
}
#wb_lifting_japonesShape6
{
   display: inline-block;
   width: 359px;
   height: 56px;
   z-index: 13;
   position: relative;
}
#wb_lifting_japonesShape2
{
   display: inline-block;
   width: 359px;
   height: 56px;
   z-index: 11;
   position: relative;
}
#wb_lifting_japonesShape7
{
   display: inline-block;
   width: 359px;
   height: 56px;
   z-index: 10;
   position: relative;
}
#wb_lifting_japonesShape1
{
   display: inline-block;
   width: 359px;
   height: 56px;
   z-index: 9;
   position: relative;
}
#wb_Image13
{
   display: inline-block;
   width: 48px;
   height: 48px;
   z-index: 47;
}
#wb_Image11
{
   display: inline-block;
   width: 48px;
   height: 48px;
   z-index: 43;
}
#wb_Image10
{
   display: inline-block;
   width: 48px;
   height: 48px;
   z-index: 41;
}
#fisioterapia_generalLine1
{
   display: block;
   width: 100%;
   z-index: 8;
}
#wb_master-frameExtension1
{
   position: absolute;
   left: 0px;
   top: 377px;
   width: 319px;
   height: 86px;
   z-index: 88;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_master-frameExtension1
{
   left: 0px;
   top: 377px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#wb_master_frameLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid1
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_master_frameLayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid8
{
   height: auto;
   padding: 10px 0 5px 0;
}
#wb_master_frameImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#master_frameImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_master_frameText4
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_master_frameText4
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid2
{
   height: auto;
   padding: 10px 0 5px 0;
}
#master_frameLayoutGrid2
{
   width: 1009px;
}
#wb_master_frameResponsiveMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: center;
}
#wb_fisioterapia_generalLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('images/Imagen2024-3.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
}
#wb_fisioterapia_generalLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fisioterapia_generalLayoutGrid1
{
   height: auto;
   padding: 200px 0 200px 0;
}
#fisioterapia_generalLayoutGrid1
{
   width: 1009px;
}
#wb_fisioterapia_generalLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_fisioterapia_generalLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fisioterapia_generalLayoutGrid2
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#fisioterapia_generalLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#fisioterapia_generalLayoutGrid2
{
   width: 1009px;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   font-size: 35px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-size: 16px;
   margin: 0 20px 0 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 15px;
   margin: 30px 20px 20px 0 ;
   padding: 0;
   text-align: justify;
}
#fisioterapia_generalLine1
{
   width: 100%;
   height: 236px;
   visibility: visible;
   display: block;
   margin: 0;
}
#fisioterapia_generalLine1
{
   border-color: transparent;
   border-bottom-width: 236px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_lifting_japonesLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_lifting_japonesLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#lifting_japonesLayoutGrid4
{
   height: auto;
   padding: 20px 0 0 0;
}
#lifting_japonesLayoutGrid4
{
   width: 1009px;
}
#wb_lifting_japonesShape1
{
   width: 311px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape1
{
   width: 311px;
   height: 56px;
}
#wb_lifting_japonesShape2
{
   width: 311px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape2
{
   width: 311px;
   height: 56px;
}
#wb_Shape4
{
   width: 311px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Shape4
{
   width: 311px;
   height: 56px;
}
#wb_lifting_japonesShape3
{
   width: 311px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape3
{
   width: 311px;
   height: 56px;
}
#wb_lifting_japonesShape5
{
   width: 311px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape5
{
   width: 311px;
   height: 56px;
}
#wb_lifting_japonesShape6
{
   width: 311px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape6
{
   width: 311px;
   height: 56px;
}
#wb_lifting_japonesText4
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText4
{
   font-size: 37px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_lifting_japonesText5
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText5
{
   margin: 50px 0 20px 0 ;
   padding: 0;
}
#wb_lifting_japonesText6
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText6
{
   margin: 0 0 30px 0 ;
   padding: 0;
}
#wb_lifting_japonesShape7
{
   width: 311px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape7
{
   width: 311px;
   height: 56px;
}
#masaje_craneal_hinduEmbeddedPage1
{
   width: 1024px;
   height: 342px;
   visibility: visible;
   display: inline-block;
}
#wb_embLOG
{
   visibility: visible;
   display: table;
}
#wb_embLOG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#embLOG
{
   height: auto;
   padding: 25px 0 75px 0;
}
#embLOG
{
   width: 1008px;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   visibility: visible;
   display: block;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   font-size: 27px;
   margin: 0 0 40px 0 ;
   padding: 0;
   text-align: center;
}
#wb_bbbbbbbbbbbbbbbb
{
   visibility: visible;
   display: block;
}
#wb_bbbbbbbbbbbbbbbb
{
   font-size: 29px;
   margin: 10px 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#wb_ccccccccccccccccc
{
   width: 289px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#ccccccccccccccccc
{
   width: 287px;
   height: 59px;
}
#wb_emb_img_tel
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#emb_img_tel
{
   width: 16px;
   height: 16px;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masaje_craneal_hinduLayoutGrid1
{
   height: auto;
   padding: 0;
}
#masaje_craneal_hinduLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_masajes_relajantesLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_masajes_relajantesLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masajes_relajantesLayoutGrid2
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#masajes_relajantesLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Image_euro
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_euro
{
   width: 32px;
   height: 32px;
}
#wb_Text_60
{
   visibility: visible;
   display: block;
}
#wb_Text_60
{
   font-size: 21px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text_75
{
   visibility: visible;
   display: block;
}
#wb_Text_75
{
   margin: 10px 0 0 0 ;
   padding: 0;
}
#wb_Image_time
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_time
{
   width: 32px;
   height: 32px;
}
#wb_master_frameLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid3
{
   height: auto;
   padding: 50px 0 0 0;
}
#wb_master_frameText1
{
   visibility: visible;
   display: block;
}
#wb_master_frameText1
{
   margin: 0 0 40px 0 ;
   padding: 0;
}
#wb_master_frameLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid4
{
   height: auto;
   padding: 0;
}
#master_frameLayoutGrid4
{
   width: 979px;
}
#wb_Image9
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image9
{
   width: 48px;
   height: 48px;
}
#wb_Text50
{
   visibility: visible;
   display: block;
}
#wb_Text50
{
   font-size: 15px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 48px;
   height: 48px;
}
#wb_Text51
{
   visibility: visible;
   display: block;
}
#wb_Text51
{
   font-size: 16px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image11
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 48px;
   height: 48px;
}
#wb_Text52
{
   visibility: visible;
   display: block;
}
#wb_Text52
{
   font-size: 15px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_master_frameLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid5
{
   height: auto;
   padding: 40px 0 40px 0;
}
#master_frameLayoutGrid5
{
   width: 979px;
}
#wb_Image13
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 48px;
   height: 48px;
}
#wb_Text137
{
   visibility: visible;
   display: block;
}
#wb_Text137
{
   margin: 20px 0 15px 0 ;
   padding: 0;
}
#wb_master_frameText2
{
   visibility: visible;
   display: block;
}
#wb_master_frameText2
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_master_frameImage2
{
   width: 99px;
   height: 110px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_frameImage2
{
   width: 99px;
   height: 110px;
}
#wb_master_frameText6
{
   visibility: visible;
   display: block;
}
#wb_master_frameText6
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid6
{
   height: auto;
   padding: 0 0 40px 0;
}
#master_frameLayoutGrid6
{
   width: 984px;
}
#wb_Text55
{
   visibility: visible;
   display: block;
}
#wb_Text55
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text23
{
   visibility: visible;
   display: block;
}
#wb_Text23
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text60
{
   visibility: visible;
   display: block;
}
#wb_Text60
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text24
{
   visibility: visible;
   display: block;
}
#wb_Text24
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text54
{
   visibility: visible;
   display: block;
}
#wb_Text54
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_master_frameText3
{
   visibility: visible;
   display: block;
}
#wb_master_frameText3
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid7
{
   height: auto;
   padding: 0 0 10px 0;
}
#master_frameLayoutGrid7
{
   width: 979px;
}
#wb_Text57
{
   visibility: visible;
   display: block;
}
#wb_Text57
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text61
{
   visibility: visible;
   display: block;
}
#wb_Text61
{
   margin: 0;
   padding: 0;
}
#wb_Text62
{
   visibility: visible;
   display: block;
}
#wb_Text62
{
   margin: 0;
   padding: 0;
}
#wb_master_frameImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#master_frameImage4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_master_frameImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#master_frameImage5
{
   margin-left: auto;
   margin-right: auto;
}
#master_frameHtml1
{
   width: 162px;
   height: 30px;
   visibility: visible;
   display: inline-block;
}
#Layer41
{
   width: 44px;
   height: 44px;
   visibility: visible;
   display: block;
}
#Layer41_Container
{
   width: 44px;
}
#wb_Shape2
{
   left: 343px;
   top: 505px;
   width: 258px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Shape2
{
   width: 258px;
   height: 44px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_master-frameExtension1
{
   left: 0px;
   top: 377px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#wb_master_frameLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid1
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_master_frameLayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid8
{
   height: auto;
   padding: 10px 0 5px 0;
}
#wb_master_frameImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#master_frameImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_master_frameText4
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_master_frameText4
{
   margin: 0 0 10px 0 ;
   padding: 0;
}
#wb_master_frameLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid2
{
   height: auto;
   padding: 10px 0 5px 0;
}
#master_frameLayoutGrid2
{
   width: 753px;
}
#wb_master_frameResponsiveMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: center;
}
#wb_fisioterapia_generalLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('images/Imagen2024-3.jpg');
   background-repeat: repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: cover;
}
#wb_fisioterapia_generalLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fisioterapia_generalLayoutGrid1
{
   height: auto;
   padding: 200px 0 200px 0;
}
#fisioterapia_generalLayoutGrid1
{
   width: 753px;
}
#wb_fisioterapia_generalLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_fisioterapia_generalLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fisioterapia_generalLayoutGrid2
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#fisioterapia_generalLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#fisioterapia_generalLayoutGrid2
{
   width: 753px;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   font-size: 35px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-size: 16px;
   margin: 0 20px 0 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 15px;
   margin: 30px 20px 20px 0 ;
   padding: 0;
   text-align: justify;
}
#fisioterapia_generalLine1
{
   width: 100%;
   height: 320px;
   visibility: visible;
   display: block;
   margin: 0;
}
#fisioterapia_generalLine1
{
   border-color: transparent;
   border-bottom-width: 320px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_lifting_japonesLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_lifting_japonesLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#lifting_japonesLayoutGrid4
{
   height: auto;
   padding: 20px 0 0 0;
}
#lifting_japonesLayoutGrid4
{
   width: 753px;
}
#wb_lifting_japonesShape1
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape1
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape2
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape2
{
   width: 226px;
   height: 56px;
}
#wb_Shape4
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Shape4
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape3
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape3
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape5
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape5
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape6
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape6
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesText4
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText4
{
   font-size: 37px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_lifting_japonesText5
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText5
{
   margin: 50px 0 20px 0 ;
   padding: 0;
}
#wb_lifting_japonesText6
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText6
{
   margin: 0 0 30px 0 ;
   padding: 0;
}
#wb_lifting_japonesShape7
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape7
{
   width: 226px;
   height: 56px;
}
#masaje_craneal_hinduEmbeddedPage1
{
   width: 768px;
   height: 342px;
   visibility: visible;
   display: inline-block;
}
#wb_embLOG
{
   visibility: visible;
   display: table;
}
#wb_embLOG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#embLOG
{
   height: auto;
   padding: 25px 0 75px 0;
}
#embLOG
{
   width: 752px;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   visibility: visible;
   display: block;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   font-size: 27px;
   margin: 0 0 40px 0 ;
   padding: 0;
   text-align: center;
}
#wb_bbbbbbbbbbbbbbbb
{
   visibility: visible;
   display: block;
}
#wb_bbbbbbbbbbbbbbbb
{
   font-size: 29px;
   margin: 10px 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#wb_ccccccccccccccccc
{
   width: 289px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#ccccccccccccccccc
{
   width: 287px;
   height: 59px;
}
#wb_emb_img_tel
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#emb_img_tel
{
   width: 16px;
   height: 16px;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masaje_craneal_hinduLayoutGrid1
{
   height: auto;
   padding: 0;
}
#masaje_craneal_hinduLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_masajes_relajantesLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_masajes_relajantesLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masajes_relajantesLayoutGrid2
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#masajes_relajantesLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Image_euro
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_euro
{
   width: 32px;
   height: 32px;
}
#wb_Text_60
{
   visibility: visible;
   display: block;
}
#wb_Text_60
{
   font-size: 21px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text_75
{
   visibility: visible;
   display: block;
}
#wb_Text_75
{
   margin: 10px 0 0 0 ;
   padding: 0;
}
#wb_Image_time
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_time
{
   width: 32px;
   height: 32px;
}
#wb_master_frameLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid3
{
   height: auto;
   padding: 50px 0 0 0;
}
#wb_master_frameText1
{
   visibility: visible;
   display: block;
}
#wb_master_frameText1
{
   margin: 0 0 40px 0 ;
   padding: 0;
}
#wb_master_frameLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid4
{
   height: auto;
   padding: 0;
}
#master_frameLayoutGrid4
{
   width: 723px;
}
#wb_Image9
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image9
{
   width: 48px;
   height: 48px;
}
#wb_Text50
{
   visibility: visible;
   display: block;
}
#wb_Text50
{
   font-size: 13px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 48px;
   height: 48px;
}
#wb_Text51
{
   visibility: visible;
   display: block;
}
#wb_Text51
{
   font-size: 16px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image11
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 48px;
   height: 48px;
}
#wb_Text52
{
   visibility: visible;
   display: block;
}
#wb_Text52
{
   font-size: 15px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_master_frameLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid5
{
   height: auto;
   padding: 40px 0 40px 0;
}
#master_frameLayoutGrid5
{
   width: 723px;
}
#wb_Image13
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 48px;
   height: 48px;
}
#wb_Text137
{
   visibility: visible;
   display: block;
}
#wb_Text137
{
   margin: 20px 0 15px 0 ;
   padding: 0;
}
#wb_master_frameText2
{
   visibility: visible;
   display: block;
}
#wb_master_frameText2
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_master_frameImage2
{
   width: 99px;
   height: 110px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_frameImage2
{
   width: 99px;
   height: 110px;
}
#wb_master_frameText6
{
   visibility: visible;
   display: block;
}
#wb_master_frameText6
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid6
{
   height: auto;
   padding: 0 0 40px 0;
}
#master_frameLayoutGrid6
{
   width: 728px;
}
#wb_Text55
{
   visibility: visible;
   display: block;
}
#wb_Text55
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text23
{
   visibility: visible;
   display: block;
}
#wb_Text23
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text60
{
   visibility: visible;
   display: block;
}
#wb_Text60
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text24
{
   visibility: visible;
   display: block;
}
#wb_Text24
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text54
{
   visibility: visible;
   display: block;
}
#wb_Text54
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_master_frameText3
{
   visibility: visible;
   display: block;
}
#wb_master_frameText3
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid7
{
   height: auto;
   padding: 0 0 10px 0;
}
#master_frameLayoutGrid7
{
   width: 100%;
}
#wb_Text57
{
   visibility: visible;
   display: block;
}
#wb_Text57
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text61
{
   visibility: visible;
   display: block;
}
#wb_Text61
{
   margin: 0;
   padding: 0;
}
#wb_Text62
{
   visibility: visible;
   display: block;
}
#wb_Text62
{
   margin: 0;
   padding: 0;
}
#wb_master_frameImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#master_frameImage4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_master_frameImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#master_frameImage5
{
   margin-left: auto;
   margin-right: auto;
}
#master_frameHtml1
{
   width: 162px;
   height: 30px;
   visibility: visible;
   display: inline-block;
}
#Layer41
{
   width: 44px;
   height: 44px;
   visibility: visible;
   display: block;
}
#Layer41_Container
{
   width: 44px;
}
#wb_Shape2
{
   left: 194px;
   top: 564px;
   width: 251px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Shape2
{
   width: 251px;
   height: 44px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_master-frameExtension1
{
   left: 0px;
   top: 377px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#wb_master_frameLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid1
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_master_frameLayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid8
{
   height: auto;
   padding: 10px 0 5px 0;
}
#wb_master_frameImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#master_frameImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_master_frameText4
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_master_frameText4
{
   margin: 0 0 10px 0 ;
   padding: 0;
}
#wb_master_frameLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid2
{
   height: auto;
   padding: 10px 0 5px 0;
}
#master_frameLayoutGrid2
{
   width: 100%;
}
#wb_master_frameResponsiveMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: center;
}
#wb_fisioterapia_generalLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('images/Imagen2024-3.jpg');
   background-repeat: repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: cover;
}
#wb_fisioterapia_generalLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fisioterapia_generalLayoutGrid1
{
   height: auto;
   padding: 200px 0 200px 0;
}
#fisioterapia_generalLayoutGrid1
{
   width: 100%;
}
#wb_fisioterapia_generalLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_fisioterapia_generalLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fisioterapia_generalLayoutGrid2
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#fisioterapia_generalLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#fisioterapia_generalLayoutGrid2
{
   width: 100%;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   font-size: 35px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-size: 16px;
   margin: 0 20px 0 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 15px;
   margin: 30px 20px 20px 0 ;
   padding: 0;
   text-align: justify;
}
#fisioterapia_generalLine1
{
   width: 100%;
   height: 219px;
   visibility: visible;
   display: block;
   margin: 0;
}
#fisioterapia_generalLine1
{
   border-color: transparent;
   border-bottom-width: 219px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_lifting_japonesLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_lifting_japonesLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#lifting_japonesLayoutGrid4
{
   height: auto;
   padding: 20px 0 0 0;
}
#lifting_japonesLayoutGrid4
{
   width: 100%;
}
#wb_lifting_japonesShape1
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape1
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape2
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape2
{
   width: 226px;
   height: 56px;
}
#wb_Shape4
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Shape4
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape3
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape3
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape5
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape5
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape6
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape6
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesText4
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText4
{
   font-size: 37px;
   margin: 35px 0 0 0 ;
   padding: 0;
   text-align: left;
}
#wb_lifting_japonesText5
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText5
{
   margin: 50px 0 20px 0 ;
   padding: 0;
}
#wb_lifting_japonesText6
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText6
{
   margin: 0 0 30px 0 ;
   padding: 0;
}
#wb_lifting_japonesShape7
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape7
{
   width: 226px;
   height: 56px;
}
#masaje_craneal_hinduEmbeddedPage1
{
   width: 480px;
   height: 372px;
   visibility: visible;
   display: inline-block;
}
#wb_embLOG
{
   visibility: visible;
   display: table;
}
#wb_embLOG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#embLOG
{
   height: auto;
   padding: 25px 0 75px 0;
}
#embLOG
{
   width: 100%;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   visibility: visible;
   display: block;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   font-size: 27px;
   margin: 0 0 40px 0 ;
   padding: 0;
   text-align: center;
}
#wb_bbbbbbbbbbbbbbbb
{
   visibility: visible;
   display: block;
}
#wb_bbbbbbbbbbbbbbbb
{
   font-size: 29px;
   margin: 10px 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#wb_ccccccccccccccccc
{
   width: 289px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#ccccccccccccccccc
{
   width: 287px;
   height: 59px;
}
#wb_emb_img_tel
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#emb_img_tel
{
   width: 16px;
   height: 16px;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masaje_craneal_hinduLayoutGrid1
{
   height: auto;
   padding: 0;
}
#masaje_craneal_hinduLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_masajes_relajantesLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_masajes_relajantesLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masajes_relajantesLayoutGrid2
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#masajes_relajantesLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Image_euro
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_euro
{
   width: 32px;
   height: 32px;
}
#wb_Text_60
{
   visibility: visible;
   display: block;
}
#wb_Text_60
{
   font-size: 21px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text_75
{
   visibility: visible;
   display: block;
}
#wb_Text_75
{
   margin: 10px 0 0 0 ;
   padding: 0;
}
#wb_Image_time
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_time
{
   width: 32px;
   height: 32px;
}
#wb_master_frameLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid3
{
   height: auto;
   padding: 50px 0 0 0;
}
#wb_master_frameText1
{
   visibility: visible;
   display: block;
}
#wb_master_frameText1
{
   margin: 0 0 40px 0 ;
   padding: 0;
}
#wb_master_frameLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid4
{
   height: auto;
   padding: 0;
}
#master_frameLayoutGrid4
{
   width: 100%;
}
#wb_Image9
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image9
{
   width: 48px;
   height: 48px;
}
#wb_Text50
{
   visibility: visible;
   display: block;
}
#wb_Text50
{
   font-size: 13px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 48px;
   height: 48px;
}
#wb_Text51
{
   visibility: visible;
   display: block;
}
#wb_Text51
{
   font-size: 16px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image11
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 48px;
   height: 48px;
}
#wb_Text52
{
   visibility: visible;
   display: block;
}
#wb_Text52
{
   font-size: 16px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_master_frameLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid5
{
   height: auto;
   padding: 40px 0 40px 0;
}
#master_frameLayoutGrid5
{
   width: 100%;
}
#wb_Image13
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 48px;
   height: 48px;
}
#wb_Text137
{
   visibility: visible;
   display: block;
}
#wb_Text137
{
   margin: 20px 0 15px 0 ;
   padding: 0;
}
#wb_master_frameText2
{
   visibility: visible;
   display: block;
}
#wb_master_frameText2
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_master_frameImage2
{
   width: 99px;
   height: 110px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_frameImage2
{
   width: 99px;
   height: 110px;
}
#wb_master_frameText6
{
   visibility: visible;
   display: block;
}
#wb_master_frameText6
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid6
{
   height: auto;
   padding: 0 0 40px 0;
}
#master_frameLayoutGrid6
{
   width: 100%;
}
#wb_Text55
{
   visibility: visible;
   display: block;
}
#wb_Text55
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text23
{
   visibility: visible;
   display: block;
}
#wb_Text23
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text60
{
   visibility: visible;
   display: block;
}
#wb_Text60
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text24
{
   visibility: visible;
   display: block;
}
#wb_Text24
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text54
{
   visibility: visible;
   display: block;
}
#wb_Text54
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_master_frameText3
{
   visibility: visible;
   display: block;
}
#wb_master_frameText3
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid7
{
   height: auto;
   padding: 0 0 10px 0;
}
#master_frameLayoutGrid7
{
   width: 100%;
}
#wb_Text57
{
   visibility: visible;
   display: block;
}
#wb_Text57
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text61
{
   visibility: visible;
   display: block;
}
#wb_Text61
{
   margin: 0;
   padding: 0;
}
#wb_Text62
{
   visibility: visible;
   display: block;
}
#wb_Text62
{
   margin: 0;
   padding: 0;
}
#wb_master_frameImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#master_frameImage4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_master_frameImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#master_frameImage5
{
   margin-left: auto;
   margin-right: auto;
}
#master_frameHtml1
{
   width: 245px;
   height: 30px;
   visibility: visible;
   display: inline-block;
}
#Layer41
{
   width: 44px;
   height: 44px;
   visibility: visible;
   display: block;
}
#Layer41_Container
{
   width: 44px;
}
#wb_Shape2
{
   left: 72px;
   top: 544px;
   width: 225px;
   height: 35px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Shape2
{
   width: 225px;
   height: 35px;
}
}
@media only screen and (max-width: 479px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_master-frameExtension1
{
   left: 0px;
   top: 377px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#wb_master_frameLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid1
{
   height: auto;
   padding: 10px 0 10px 0;
}
#wb_master_frameLayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid8
{
   height: auto;
   padding: 10px 0 5px 0;
}
#wb_master_frameImage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#master_frameImage1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_master_frameText4
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_master_frameText4
{
   margin: 0 0 10px 0 ;
   padding: 0;
}
#wb_master_frameLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid2
{
   height: auto;
   padding: 10px 0 5px 0;
}
#master_frameLayoutGrid2
{
   width: 100%;
}
#wb_master_frameResponsiveMenu2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: center;
}
#wb_fisioterapia_generalLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('images/Imagen2024-3.jpg');
   background-repeat: repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: cover;
}
#wb_fisioterapia_generalLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fisioterapia_generalLayoutGrid1
{
   height: auto;
   padding: 150px 0 150px 0;
}
#fisioterapia_generalLayoutGrid1
{
   width: 100%;
}
#wb_fisioterapia_generalLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_fisioterapia_generalLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fisioterapia_generalLayoutGrid2
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#fisioterapia_generalLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#fisioterapia_generalLayoutGrid2
{
   width: 100%;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   font-size: 35px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   font-size: 16px;
   margin: 0 20px 0 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 15px;
   margin: 30px 20px 20px 0 ;
   padding: 0;
   text-align: justify;
}
#fisioterapia_generalLine1
{
   width: 100%;
   height: 219px;
   visibility: visible;
   display: block;
   margin: 0;
}
#fisioterapia_generalLine1
{
   border-color: transparent;
   border-bottom-width: 219px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_lifting_japonesLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_lifting_japonesLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#lifting_japonesLayoutGrid4
{
   height: auto;
   padding: 20px 0 0 0;
}
#lifting_japonesLayoutGrid4
{
   width: 100%;
}
#wb_lifting_japonesShape1
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape1
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape2
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape2
{
   width: 226px;
   height: 56px;
}
#wb_Shape4
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Shape4
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape3
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape3
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape5
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape5
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesShape6
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape6
{
   width: 226px;
   height: 56px;
}
#wb_lifting_japonesText4
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText4
{
   font-size: 32px;
   margin: 35px 0 0 0 ;
   padding: 0;
   text-align: left;
}
#wb_lifting_japonesText5
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText5
{
   margin: 50px 0 20px 0 ;
   padding: 0;
}
#wb_lifting_japonesText6
{
   visibility: visible;
   display: block;
}
#wb_lifting_japonesText6
{
   margin: 0 0 30px 0 ;
   padding: 0;
}
#wb_lifting_japonesShape7
{
   width: 226px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#lifting_japonesShape7
{
   width: 226px;
   height: 56px;
}
#masaje_craneal_hinduEmbeddedPage1
{
   width: 320px;
   height: 358px;
   visibility: visible;
   display: inline-block;
}
#wb_embLOG
{
   visibility: visible;
   display: table;
}
#wb_embLOG
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#embLOG
{
   height: auto;
   padding: 25px 0 75px 0;
}
#embLOG
{
   width: 100%;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   visibility: visible;
   display: block;
}
#wb_aaaaaaaaaaaaaaaaaaaaaaa
{
   font-size: 21px;
   margin: 0 0 40px 0 ;
   padding: 0;
   text-align: center;
}
#wb_bbbbbbbbbbbbbbbb
{
   visibility: visible;
   display: block;
}
#wb_bbbbbbbbbbbbbbbb
{
   font-size: 27px;
   margin: 10px 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#wb_ccccccccccccccccc
{
   width: 259px;
   height: 61px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#ccccccccccccccccc
{
   width: 257px;
   height: 59px;
}
#wb_emb_img_tel
{
   width: 16px;
   height: 16px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#emb_img_tel
{
   width: 16px;
   height: 16px;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_masaje_craneal_hinduLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masaje_craneal_hinduLayoutGrid1
{
   height: auto;
   padding: 0;
}
#masaje_craneal_hinduLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#wb_masajes_relajantesLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_masajes_relajantesLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#masajes_relajantesLayoutGrid2
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#masajes_relajantesLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Image_euro
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_euro
{
   width: 32px;
   height: 32px;
}
#wb_Text_60
{
   visibility: visible;
   display: block;
}
#wb_Text_60
{
   font-size: 21px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text_75
{
   visibility: visible;
   display: block;
}
#wb_Text_75
{
   margin: 10px 0 0 0 ;
   padding: 0;
}
#wb_Image_time
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image_time
{
   width: 32px;
   height: 32px;
}
#wb_master_frameLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid3
{
   height: auto;
   padding: 50px 0 0 0;
}
#wb_master_frameText1
{
   visibility: visible;
   display: block;
}
#wb_master_frameText1
{
   margin: 0 0 40px 0 ;
   padding: 0;
}
#wb_master_frameLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid4
{
   height: auto;
   padding: 0;
}
#master_frameLayoutGrid4
{
   width: 100%;
}
#wb_Image9
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image9
{
   width: 48px;
   height: 48px;
}
#wb_Text50
{
   visibility: visible;
   display: block;
}
#wb_Text50
{
   font-size: 13px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 48px;
   height: 48px;
}
#wb_Text51
{
   visibility: visible;
   display: block;
}
#wb_Text51
{
   font-size: 16px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image11
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 48px;
   height: 48px;
}
#wb_Text52
{
   visibility: visible;
   display: block;
}
#wb_Text52
{
   font-size: 16px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_master_frameLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid5
{
   height: auto;
   padding: 40px 0 40px 0;
}
#master_frameLayoutGrid5
{
   width: 100%;
}
#wb_Image13
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 48px;
   height: 48px;
}
#wb_Text137
{
   visibility: visible;
   display: block;
}
#wb_Text137
{
   margin: 20px 0 15px 0 ;
   padding: 0;
}
#wb_master_frameText2
{
   visibility: visible;
   display: block;
}
#wb_master_frameText2
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_master_frameImage2
{
   width: 99px;
   height: 110px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#master_frameImage2
{
   width: 99px;
   height: 110px;
}
#wb_master_frameText6
{
   visibility: visible;
   display: block;
}
#wb_master_frameText6
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid6
{
   height: auto;
   padding: 0 0 40px 0;
}
#master_frameLayoutGrid6
{
   width: 100%;
}
#wb_Text55
{
   visibility: visible;
   display: block;
}
#wb_Text55
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text23
{
   visibility: visible;
   display: block;
}
#wb_Text23
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text60
{
   visibility: visible;
   display: block;
}
#wb_Text60
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text24
{
   visibility: visible;
   display: block;
}
#wb_Text24
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text54
{
   visibility: visible;
   display: block;
}
#wb_Text54
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_master_frameText3
{
   visibility: visible;
   display: block;
}
#wb_master_frameText3
{
   margin: 0;
   padding: 0;
}
#wb_master_frameLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_master_frameLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#master_frameLayoutGrid7
{
   height: auto;
   padding: 0 0 10px 0;
}
#master_frameLayoutGrid7
{
   width: 100%;
}
#wb_Text57
{
   visibility: visible;
   display: block;
}
#wb_Text57
{
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text61
{
   visibility: visible;
   display: block;
}
#wb_Text61
{
   margin: 0;
   padding: 0;
}
#wb_Text62
{
   visibility: visible;
   display: block;
}
#wb_Text62
{
   margin: 0;
   padding: 0;
}
#wb_master_frameImage4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#master_frameImage4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_master_frameImage5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#master_frameImage5
{
   margin-left: auto;
   margin-right: auto;
}
#master_frameHtml1
{
   width: 245px;
   height: 30px;
   visibility: visible;
   display: inline-block;
}
#Layer41
{
   width: 262px;
   height: 62px;
   visibility: visible;
   display: block;
}
#Layer41_Container
{
   width: 262px;
}
#wb_Shape2
{
   left: 75px;
   top: 563px;
   width: 170px;
   height: 34px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Shape2
{
   width: 170px;
   height: 34px;
}
}
body {font-family: Raleway}