div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_titulo_ubicacion
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 0px 5px 0px;
   text-align: left;
}
#titulo_ubicacion
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: left;
}
#wb_lg_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(30,144,255,0.12);
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#lg_header
{
   box-sizing: border-box;
   padding: 20px 0px 20px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#lg_header > .row
{
   margin-right: 0;
   margin-left: 0;
}
#lg_header > .row > .col-1, #lg_header > .row > .col-2, #lg_header > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#lg_header > .row > .col-1, #lg_header > .row > .col-2, #lg_header > .row > .col-3
{
   float: left;
}
#lg_header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 8.33333333%;
   text-align: left;
}
#lg_header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 83.33333333%;
   text-align: center;
}
#lg_header > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 8.33333333%;
   text-align: left;
}
#lg_header:before,
#lg_header:after,
#lg_header .row:before,
#lg_header .row:after
{
   display: table;
   content: " ";
}
#lg_header:after,
#lg_header .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#lg_header > .row > .col-1, #lg_header > .row > .col-2, #lg_header > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_lg_turnos
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #286090;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#lg_turnos
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 5px 0px 5px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#lg_turnos > .col-1, #lg_turnos > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#lg_turnos > .col-1, #lg_turnos > .col-2
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#lg_turnos > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 50%;
   max-width: 50%;
   -webkit-align-self: center;
   align-self: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#lg_turnos > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 50%;
   max-width: 50%;
   -webkit-align-self: center;
   align-self: center;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#lg_turnos > .col-2 > .col-2-padding
{
   padding: 0px 60px 0px 0px;
}
@media (max-width: 480px)
{
#lg_turnos > .col-1, #lg_turnos > .col-2
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_lg_precio
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #1E90FF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#lg_precio
{
   box-sizing: border-box;
   padding: 10px 0px 10px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#lg_precio > .row
{
   margin-right: 0;
   margin-left: 0;
}
#lg_precio > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#lg_precio > .row > .col-1
{
   float: left;
}
#lg_precio > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#lg_precio:before,
#lg_precio:after,
#lg_precio .row:before,
#lg_precio .row:after
{
   display: table;
   content: " ";
}
#lg_precio:after,
#lg_precio .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#lg_precio > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_lg_entrega
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DCDCDC;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#lg_entrega
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#lg_entrega > .row
{
   margin-right: 0;
   margin-left: 0;
}
#lg_entrega > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#lg_entrega > .row > .col-1
{
   float: left;
}
#lg_entrega > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#lg_entrega:before,
#lg_entrega:after,
#lg_entrega .row:before,
#lg_entrega .row:after
{
   display: table;
   content: " ";
}
#lg_entrega:after,
#lg_entrega .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#lg_entrega > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_lg_fotos_celu
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 1px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#lg_fotos_celu
{
   box-sizing: border-box;
   padding: 0px 10px 0px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 320px;
}
#lg_fotos_celu > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#lg_fotos_celu > .row > .col-1, #lg_fotos_celu > .row > .col-2, #lg_fotos_celu > .row > .col-3, #lg_fotos_celu > .row > .col-4, #lg_fotos_celu > .row > .col-5, #lg_fotos_celu > .row > .col-6
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#lg_fotos_celu > .row > .col-1, #lg_fotos_celu > .row > .col-2, #lg_fotos_celu > .row > .col-3, #lg_fotos_celu > .row > .col-4, #lg_fotos_celu > .row > .col-5, #lg_fotos_celu > .row > .col-6
{
   float: left;
}
#lg_fotos_celu > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 16.66666667%;
   text-align: center;
}
#lg_fotos_celu > .row > .col-2
{
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 16.66666667%;
   text-align: center;
}
#lg_fotos_celu > .row > .col-2 > .col-2-padding
{
   padding: 15px 0px 15px 0px;
}
#lg_fotos_celu > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 16.66666667%;
   text-align: left;
}
#lg_fotos_celu > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 16.66666667%;
   text-align: left;
}
#lg_fotos_celu > .row > .col-5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 16.66666667%;
   text-align: left;
}
#lg_fotos_celu > .row > .col-6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 16.66666667%;
   text-align: left;
}
#lg_fotos_celu:before,
#lg_fotos_celu:after,
#lg_fotos_celu .row:before,
#lg_fotos_celu .row:after
{
   display: table;
   content: " ";
}
#lg_fotos_celu:after,
#lg_fotos_celu .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#lg_fotos_celu > .row > .col-1, #lg_fotos_celu > .row > .col-2, #lg_fotos_celu > .row > .col-3, #lg_fotos_celu > .row > .col-4, #lg_fotos_celu > .row > .col-5, #lg_fotos_celu > .row > .col-6
{
   float: none;
   width: 100% !important;
}
}
#wb_carousel
{
   background-color: transparent;
   background-image: none;
   margin: 10px 0px 0px 0px;
}
#wb_carousel
{
   display: block;
   float: left;
   font-size: 0;
   top: 0 !important;
}
#carousel .frame
{
   width: 1200px;
   display: inline-block;
   overflow: hidden;
   height: 418px;
}
#carousel .carousel-innerframe
{
   display: inline-block;
   height: 0;
   left: 0;
   margin-left: 0;
   position: absolute;
   top: 0;
   width: 1200px;
}
#carousel .frame-1
{
   background-color: transparent;
   background-image: url(images/resonador01ok.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: contain;
}
#carousel .frame-2
{
   background-color: transparent;
   background-image: url(images/resonador02ok.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: contain;
}
#carousel .frame-3
{
   background-color: transparent;
   background-image: url(images/tomografo.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: contain;
}
#carousel .frame-4
{
   background-color: transparent;
   background-image: url(images/ecografo.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: contain;
}
#carousel .frame-5
{
   background-color: transparent;
   background-image: url(images/eco4d.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: contain;
}
#wb_Title1
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   margin: 0;
   padding: 5px 0px 0px 0px;
   text-align: center;
}
#Title1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   margin: 0;
   text-align: center;
}
#Title1 a
{
   color: #FFFFFF;
   text-decoration: none;
}
#wb_Title2
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   margin: 0;
   padding: 5px 0px 0px 0px;
   text-align: center;
}
#Title2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   margin: 0;
   text-align: center;
}
#wb_Title3
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   margin: 0;
   padding: 5px 0px 0px 0px;
   text-align: center;
}
#Title3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   margin: 0;
   text-align: center;
}
#wb_turnos_wap
{
   border: 0px solid #C0C0C0;
   background-color: transparent;
   margin: 5px 0px 0px 0px;
   text-align: right;
}
#wb_turnos_wap ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_turnos_wap li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 4px;
}
#wb_turnos_wap a
{
   display: block;
   float: left;
   color: #F5F5F5;
   border: 0px solid #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   padding: 0px 5px 0px 0px;
   vertical-align: middle;
   text-align: right;
}
#wb_turnos_wap li:hover a, #wb_turnos_wap a:hover
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(46,109,164,0.00);
}
#wb_turnos_wap li.firstmain
{
   padding-left: 0px;
}
#wb_turnos_wap li.lastmain
{
   padding-right: 0px;
}
#wb_turnos_wap br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.turnos_wap-effect
{
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
@media all and (max-width:320px) 
{
#wb_turnos_wap ul
{
   width: 100%;
}
#wb_turnos_wap li
{
   padding: 0 0px 4px 0px !important;
   width: 100% !important;
}
#wb_turnos_wap a
{
   float: none !important;
   width: 100% !important;
}

}
#wb_wap_icono_turnos
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 5px 0px 5px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_wap_icono_turnos:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#wap_icono_turnos
{
   height: 27px;
   width: 32px;
}
#wap_icono_turnos i
{
   color: #66CDAA;
   display: inline-block;
   font-size: 27px;
   line-height: 27px;
   vertical-align: middle;
   width: 22px;
}
#wb_wap_icono_turnos:hover i
{
   color: #40E0D0;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0;
   text-align: right;
}
#wb_Text10
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text10 div
{
   text-align: right;
}
#wb_formulario
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#formulario
{
   box-sizing: border-box;
   padding: 10px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 976px;
}
#formulario > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#formulario > .row > .col-1, #formulario > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#formulario > .row > .col-1, #formulario > .row > .col-2
{
   float: left;
}
#formulario > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 50%;
   text-align: center;
}
#formulario > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #CACACA;
   border-right-color: #CACACA;
   border-bottom-color: #CACACA;
   border-left-color: #CACACA;
   width: 50%;
   text-align: center;
}
#formulario > .row > .col-2 > .col-2-padding
{
   padding: 0px 5px 0px 5px;
}
#formulario:before,
#formulario:after,
#formulario .row:before,
#formulario .row:after
{
   display: table;
   content: " ";
}
#formulario:after,
#formulario .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#formulario > .row > .col-1, #formulario > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#campo_form_nombre
{
   border: 2px solid #ECF0F1;
   border-radius: 6px;
   background-color: #FFFFFF;
   background-image: none;
   color :#999999;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   box-sizing: border-box;
   line-height: 22px;
   padding: 8px 12px 8px 12px;
   margin: 5px 0px 10px 0px;
   text-align: left;
}
#campo_form_nombre:focus
{
   border-color: #ECF0F1;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(236,240,241,0.60);
   outline: 0;
}
#campo_form_mail
{
   border: 2px solid #ECF0F1;
   border-radius: 6px;
   background-color: #FFFFFF;
   background-image: none;
   color :#999999;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   box-sizing: border-box;
   line-height: 22px;
   padding: 8px 12px 8px 12px;
   margin: 5px 0px 10px 0px;
   text-align: left;
}
#campo_form_mail:focus
{
   border-color: #ECF0F1;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(236,240,241,0.60);
   outline: 0;
}
#campo_form_mensaje
{
   border: 2px solid #ECF0F1;
   border-radius: 6px;
   background-color: #FFFFFF;
   background-image: none;
   color :#4F4F4F;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   box-sizing: border-box;
   padding: 8px 12px 8px 12px;
   margin: 5px 0px 10px 0px;
   text-align: left;
   overflow: auto;
   resize: none;
}
#campo_form_mensaje:focus
{
   border-color: #ECF0F1;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(236,240,241,0.60);
   outline: 0;
}
#breadcrumb_mail
{
   padding: 8px 15px 8px 0px;
   list-style: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   font-family: Arial;
   font-weight: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#breadcrumb_mail > li
{
   display: inline-block;
   font-size: 16px;
}
#breadcrumb_mail a
{
   color: #4F4F4F;
   text-decoration: none;
}
#breadcrumb_mail a:hover
{
   color: #00CED1;
   text-decoration: none;
}
#breadcrumb_mail > .active
{
   color: #4F4F4F;
}
#breadcrumb_mail > li + li:before
{
   content: "";
   padding: 0 5px;
   color: #C0C0C0;
}
#breadcrumb_mail li i
{
   font-size: 16px;
   width: 18px;
}
#wb_txt_titulo_escribanos_default
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 0px 20px 0px;
   text-align: left;
}
#txt_titulo_escribanos_default
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: left;
}
#breadcrumb_whatsapp
{
   padding: 8px 15px 8px 0px;
   list-style: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   font-family: Arial;
   font-weight: bold;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#breadcrumb_whatsapp > li
{
   display: inline-block;
   font-size: 19px;
}
#breadcrumb_whatsapp a
{
   color: #00FF00;
   text-decoration: none;
}
#breadcrumb_whatsapp a:hover
{
   color: #00CED1;
   text-decoration: none;
}
#breadcrumb_whatsapp > .active
{
   color: #4F4F4F;
}
#breadcrumb_whatsapp > li + li:before
{
   content: "";
   padding: 0 5px;
   color: #C0C0C0;
}
#breadcrumb_whatsapp li i
{
   font-size: 19px;
   width: 21px;
}
#bt_enviar
{
   border: 0px solid #2E6DA4;
   border-radius: 15px;
   background-color: #286090;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   -webkit-appearance: none;
   margin: 0;
}
#wb_mapa_celu
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#mapa_celu
{
   border-width: 0;
   vertical-align: top;
}
#wb_mapa
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#mapa
{
   border-width: 0;
   vertical-align: top;
}
#wb_txt_direccion_celu 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 16px 0px 0px 0px;
   margin: 0;
   text-align: center;
}
#wb_txt_direccion_celu div
{
   text-align: center;
}
#wb_txt_direccion_default 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 16px 0px 0px 0px;
   margin: 0;
   text-align: left;
}
#wb_txt_direccion_default
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
}
#wb_txt_direccion_default div
{
   text-align: left;
}
#wb_escribanos_celu
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 0px 20px 0px;
   text-align: left;
}
#escribanos_celu
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: left;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4F4F4F;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_relleno_footer
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#relleno_footer
{
   border-width: 0;
   vertical-align: top;
}
#wb_txt_precio 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 0px 0px;
   margin: 0;
   text-align: center;
}
#wb_txt_precio
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 48px;
}
#wb_txt_precio div
{
   text-align: center;
}
#wb_logo
{
   margin: 0;
   vertical-align: top;
}
#logo
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 442px;
   height: 88px;
   vertical-align: top;
}
#wb_icono_whatsapp_celu
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 7px 0px 5px 0px;
   padding: 5px -6px 0px 0px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_icono_whatsapp_celu:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#icono_whatsapp_celu
{
   height: 23px;
   width: 29px;
}
#icono_whatsapp_celu i
{
   color: #66CDAA;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 18px;
}
#wb_icono_whatsapp_celu:hover i
{
   color: #40E0D0;
}
#wb_whatsapp_celu
{
   border: 0px solid #C0C0C0;
   background-color: transparent;
   margin: 5px 0px 0px -2px;
   text-align: right;
}
#wb_whatsapp_celu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_whatsapp_celu li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 4px;
}
#wb_whatsapp_celu a
{
   display: block;
   float: left;
   color: #F5F5F5;
   border: 0px solid #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: "Raleway";
   font-weight: 700;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   padding: 0px 0px 0px 0px;
   vertical-align: middle;
   text-align: left;
}
#wb_whatsapp_celu li:hover a, #wb_whatsapp_celu a:hover
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(46,109,164,0.00);
}
#wb_whatsapp_celu li.firstmain
{
   padding-left: 0px;
}
#wb_whatsapp_celu li.lastmain
{
   padding-right: 0px;
}
#wb_whatsapp_celu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.whatsapp_celu-effect
{
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
@media all and (max-width:320px) 
{
#wb_whatsapp_celu ul
{
   width: 100%;
}
#wb_whatsapp_celu li
{
   padding: 0 0px 4px 0px !important;
   width: 100% !important;
}
#wb_whatsapp_celu a
{
   float: none !important;
   width: 100% !important;
}

}
#wb_txt_entrega 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 0px 0px;
   margin: 0;
   text-align: center;
}
#wb_txt_entrega
{
   color: #000000;
   font-family: Calibri;
   font-weight: normal;
   font-size: 29px;
}
#wb_txt_entrega div
{
   text-align: center;
}
#wb_txt_entrega
{
   display: inline-block;
   margin: 0;
   width: 753px;
   height: 46px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 16px 0px 10px 0px;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#mail_celu
{
   padding: 8px 15px 8px 0px;
   list-style: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   font-family: Arial;
   font-weight: normal;
   font-size: 0;
   margin: 0px 0px 0px 10px;
   text-align: left;
}
#mail_celu > li
{
   display: inline-block;
   font-size: 19px;
}
#mail_celu a
{
   color: #4F4F4F;
   text-decoration: none;
}
#mail_celu a:hover
{
   color: #00CED1;
   text-decoration: none;
}
#mail_celu > .active
{
   color: #4F4F4F;
}
#mail_celu > li + li:before
{
   content: "";
   padding: 0 0px;
   color: #C0C0C0;
}
#mail_celu li i
{
   font-size: 19px;
   width: 21px;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 6px 0px 4px 0px;
   margin: 0;
   text-align: center;
}
#wb_Text2
{
   color: #F5F5F5;
   font-family: Raleway;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 256px;
   height: 137px;
   vertical-align: top;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 256px;
   height: 137px;
   vertical-align: top;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 256px;
   height: 137px;
   vertical-align: top;
}
#wb_titulo_foto1_celu
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: left;
}
#titulo_foto1_celu
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   margin: 0;
   text-align: left;
}
#wb_titulo_foto2_celu
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   box-sizing: border-box;
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-align: center;
}
#titulo_foto2_celu
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   margin: 0;
   text-align: center;
}
#wb_Heading1
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   box-sizing: border-box;
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   margin: 0;
   text-align: center;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 10px 0px 10px 0px;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_CssMenu1
{
   border: 0px solid #C0C0C0;
   background-color: transparent;
   margin: 5px 0px 0px 0px;
   text-align: center;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_CssMenu1 li
{
   float: left;
   margin: 0;
   padding: 0px 4px 0px 0px;
}
#wb_CssMenu1 a
{
   display: block;
   float: left;
   color: #F5F5F5;
   border: 0px solid #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   padding: 0px 0px 0px 0px;
   vertical-align: middle;
   text-align: left;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(46,109,164,0.00);
}
#wb_CssMenu1 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.CssMenu1-effect
{
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
@media all and (max-width:320px) 
{
#wb_CssMenu1 ul
{
   width: 100%;
}
#wb_CssMenu1 li
{
   padding: 0 0px 4px 0px !important;
   width: 100% !important;
}
#wb_CssMenu1 a
{
   float: none !important;
   width: 100% !important;
}

}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 10px 5px 10px 5px;
   margin: 0;
   text-align: center;
}
#wb_Text6
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 48px;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Title4
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   margin: 0;
   padding: 5px 0px 0px 0px;
   text-align: center;
}
#Title4
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   margin: 0;
   text-align: center;
}
#wb_Title5
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   margin: 0;
   padding: 5px 0px 0px 0px;
   text-align: center;
}
#Title5
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   margin: 0;
   text-align: center;
}
#wb_Heading2
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   box-sizing: border-box;
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   margin: 0;
   text-align: center;
}
#wb_Image5
{
   margin: 0;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 140px;
   height: 210px;
   vertical-align: top;
}
#wb_Heading3
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   box-sizing: border-box;
   margin: 8px 0px 0px 0px;
   padding: 12px 2px 11px 2px;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   margin: 0;
   text-align: center;
}
#wb_Image6
{
   margin: 0;
   vertical-align: top;
}
#Image6
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 229px;
   height: 171px;
   vertical-align: top;
}
#Breadcrumb1
{
   padding: 8px 15px 8px 15px;
   list-style: none;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 4px;
   font-family: Arial;
   font-weight: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#Breadcrumb1 > li
{
   display: inline-block;
   font-size: 13px;
}
#Breadcrumb1 a
{
   color: #337AB7;
   text-decoration: none;
}
#Breadcrumb1 a:hover
{
   color: #23527C;
   text-decoration: none;
}
#Breadcrumb1 > .active
{
   color: #777777;
}
#Breadcrumb1 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #00FF00;
}
#Breadcrumb1 li i
{
   font-size: 13px;
   width: 15px;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
}
#wb_Image4
{
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Breadcrumb1
{
   display: none;
   width: 100px;
   height: 100px;
   z-index: 47;
   vertical-align: top;
}
#campo_form_nombre
{
   display: block;
   width: 100%;
   height: 42px;
   z-index: 42;
}
#mapa
{
   width: 449px;
   height: 25px;
}
#wb_mapa
{
   display: inline-block;
   width: 449px;
   height: 25px;
   z-index: 34;
   position: relative;
}
#wb_Title2
{
   position: absolute;
   left: 1368px;
   top: 363px;
   width: 864px;
   height: 35px;
   z-index: 25;
}
#wb_CssMenu1
{
   display: none;
   width: 181px;
   height: 28px;
   z-index: 3;
}
#wb_Title1
{
   position: absolute;
   left: 264px;
   top: 350px;
   width: 673px;
   height: 37px;
   z-index: 23;
}
#campo_form_mensaje
{
   display: block;
   width: 100%;
   height: 144px;
   z-index: 44;
}
#wb_Image1
{
   display: none;
   width: 256px;
   height: 137px;
   z-index: 13;
}
#wb_wap_icono_turnos
{
   display: inline-block;
   width: 32px;
   height: 27px;
   text-align: center;
   z-index: 5;
}
#wb_whatsapp_celu
{
   display: none;
   width: 269px;
   height: 33px;
   z-index: 2;
}
#wb_icono_whatsapp_celu
{
   display: none;
   width: 29px;
   height: 23px;
   text-align: center;
   z-index: 1;
}
#wb_mail_celu
{
   display: none;
   width: 236px;
   height: 36px;
   z-index: 49;
   vertical-align: top;
}
#wb_breadcrumb_mail
{
   display: inline-block;
   width: 570px;
   height: 36px;
   z-index: 39;
   vertical-align: top;
}
#wb_breadcrumb_whatsapp
{
   display: inline-block;
   width: 570px;
   height: 36px;
   z-index: 37;
   vertical-align: top;
}
#wb_Image2
{
   display: none;
   width: 256px;
   height: 137px;
   z-index: 15;
}
#wb_logo
{
   display: inline-block;
   width: 442px;
   height: 88px;
   z-index: 0;
}
#bt_enviar
{
   display: block;
   width: 100%;
   height: 37px;
   z-index: 45;
}
#wb_Image3
{
   display: none;
   width: 256px;
   height: 137px;
   z-index: 17;
}
#wb_Image4
{
   position: absolute;
   left: 15px;
   top: 10px;
   width: 59px;
   height: 58px;
   z-index: 51;
}
#relleno_footer
{
   width: 45px;
   height: 30px;
}
#wb_Title5
{
   position: absolute;
   left: 5064px;
   top: 363px;
   width: 673px;
   height: 37px;
   z-index: 30;
}
#wb_relleno_footer
{
   display: inline-block;
   width: 45px;
   height: 30px;
   opacity: 0.00;
   z-index: 50;
   position: relative;
}
#wb_Title4
{
   position: absolute;
   left: 3864px;
   top: 363px;
   width: 673px;
   height: 37px;
   z-index: 28;
}
#wb_Image5
{
   display: inline-block;
   width: 140px;
   height: 210px;
   z-index: 19;
}
#wb_turnos_wap
{
   display: inline-block;
   width: 427px;
   height: 33px;
   z-index: 6;
}
#wb_mapa_celu
{
   display: none;
   width: 262px;
   height: 25px;
   z-index: 33;
   position: relative;
}
#wb_carousel
{
   position: absolute;
   left: 0px;
   top: 485px;
   width: 1200px;
   height: 418px;
   z-index: 52;
   overflow: hidden;
   position: relative;
}
#wb_Image6
{
   display: inline-block;
   width: 229px;
   height: 171px;
   z-index: 21;
}
#wb_titulo_foto2_celu
{
   display: none;
   width: 100%;
   z-index: 14;
}
#wb_titulo_foto1_celu
{
   display: none;
   width: 100%;
   z-index: 12;
}
#mapa_celu
{
   width: 262px;
   height: 25px;
}
#wb_Heading2
{
   display: inline-block;
   width: 100%;
   z-index: 18;
}
#wb_Heading3
{
   display: inline-block;
   width: 100%;
   z-index: 20;
}
#Layer1
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 0px;
   top: auto;
   bottom: 5px;
   width: 89px;
   height: 78px;
   z-index: 53;
}
#wb_Heading1
{
   display: none;
   width: 100%;
   z-index: 16;
}
#wb_escribanos_celu
{
   display: none;
   width: 100%;
   z-index: 41;
}
#campo_form_mail
{
   display: block;
   width: 100%;
   height: 42px;
   z-index: 43;
}
#carousel
{
   position: absolute;
}
#wb_txt_titulo_escribanos_default
{
   display: inline-block;
   width: 558px;
   height: 37px;
   z-index: 40;
}
#wb_titulo_ubicacion
{
   display: inline-block;
   width: 100%;
   z-index: 32;
}
#wb_Title3
{
   position: absolute;
   left: 2664px;
   top: 363px;
   width: 673px;
   height: 37px;
   z-index: 27;
}
@media only screen and (max-width: 1199px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_titulo_ubicacion
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0px 5px 0px;
   color: #696969;
   font-size: 32px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_titulo_ubicacion
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   text-align: left;
}
#titulo_ubicacion
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
}
#wb_lg_header
{
   visibility: visible;
   display: table;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: rgba(30,144,255,0.12);
   background-image: none;
}
#wb_lg_header
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#lg_header
{
   padding: 20px 0px 20px 0px;
}
#lg_header .row
{
   margin-right: -0px;
   margin-left: -0px;
}
#lg_header > .row > .col-1, #lg_header > .row > .col-2, #lg_header > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#lg_header > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#lg_header > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#lg_header > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_lg_turnos
{
   visibility: visible;
   display: table;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #286090;
   background-image: none;
}
#wb_lg_turnos
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#lg_turnos
{
   padding: 5px 0px 5px 0px;
}
#lg_turnos > .col-1, #lg_turnos > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#lg_turnos > .col-1
{
   display: block;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-self: center;
   align-self: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#lg_turnos > .col-2
{
   display: block;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-self: center;
   align-self: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#lg_turnos > .col-2 > .col-2-padding
{
   padding: 0px 60px 0px 0px;
}
#wb_lg_precio
{
   visibility: visible;
   display: table;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #1E90FF;
   background-image: none;
}
#wb_lg_precio
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#lg_precio
{
   padding: 10px 0px 10px 0px;
}
#lg_precio .row
{
   margin-right: -0px;
   margin-left: -0px;
}
#lg_precio > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#lg_precio > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_lg_entrega
{
   visibility: visible;
   display: table;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #DCDCDC;
   background-image: none;
}
#wb_lg_entrega
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#lg_entrega
{
   padding: 0;
}
#lg_entrega .row
{
   margin-right: -0px;
   margin-left: -0px;
}
#lg_entrega > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#lg_entrega > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_lg_fotos_celu
{
   visibility: visible;
   display: table;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_lg_fotos_celu
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#lg_fotos_celu
{
   padding: 10px 15px 10px 15px;
}
#lg_fotos_celu .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#lg_fotos_celu > .row > .col-1, #lg_fotos_celu > .row > .col-2, #lg_fotos_celu > .row > .col-3, #lg_fotos_celu > .row > .col-4, #lg_fotos_celu > .row > .col-5, #lg_fotos_celu > .row > .col-6
{
   padding-right: 15px;
   padding-left: 15px;
}
#lg_fotos_celu > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#lg_fotos_celu > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#lg_fotos_celu > .row > .col-2 > .col-2-padding
{
   padding: 15px 0px 15px 0px;
}
#lg_fotos_celu > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#lg_fotos_celu > .row > .col-4
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#lg_fotos_celu > .row > .col-5
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#lg_fotos_celu > .row > .col-6
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_carousel
{
   width: 320px;
   height: 315px;
   visibility: hidden;
   display: none;
   margin: 10px 0px 0px 0px;
}
#carousel .frame
{
   width: 320px;
   height: 315px;
}
#carousel .carousel-innerframe
{
   width: 320px;
   height: 0;
}
#Timer1
{
   left: 18px;
   top: 19px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#Timer2
{
   left: 335px;
   top: 17px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#Timer3
{
   left: 663px;
   top: 14px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_Title1
{
   left: 45px;
   top: 246px;
   width: 230px;
   height: 53px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 19px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border-radius: 5px;
}
#wb_Title1
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   text-align: center;
}
#Title1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
}
#Title1 a
{
   color: #FFFFFF;
}
#wb_Title2
{
   left: 355px;
   top: 227px;
   width: 251px;
   height: 74px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 19px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border-radius: 5px;
}
#wb_Title2
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   text-align: center;
}
#Title2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
}
#wb_Title3
{
   left: 655px;
   top: 249px;
   width: 290px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 19px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border-radius: 5px;
}
#wb_Title3
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   text-align: center;
}
#Title3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
}
#wb_turnos_wap
{
   width: 411px;
   height: 33px;
   visibility: hidden;
   display: none;
   margin: 5px 0px 0px 0px;
   text-align: right;
}
#wb_turnos_wap li
{
}
#wb_turnos_wap a
{
   color: #F5F5F5;
   border: 0px solid #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   text-align: right;
}
#wb_turnos_wap li:hover a, #wb_turnos_wap a:hover
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(46,109,164,0.00);
}
#wb_wap_icono_turnos
{
   width: 32px;
   height: 27px;
   visibility: hidden;
   display: none;
   margin: 5px 0px 5px 0px;
   padding: 0;
   color: #66CDAA;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wap_icono_turnos
{
   width: 32px;
   height: 27px;
}
#wap_icono_turnos i
{
   line-height: 27px;
   font-size: 27px;
   width: 22px;
}
#wb_Text10
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Text10
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   margin: 0;
   padding: 10px 0px 10px 0px;
   text-align: left;
}
#wb_formulario
{
   visibility: visible;
   display: table;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_formulario
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#formulario
{
   padding: 10px 15px 25px 15px;
}
#formulario .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#formulario > .row > .col-1, #formulario > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#formulario > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#formulario > .row > .col-2
{
   display: block;
   width: 100%;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #CACACA;
   border-right-color: #CACACA;
   border-bottom-color: #CACACA;
   border-left-color: #CACACA;
   text-align: center;
}
#formulario > .row > .col-2 > .col-2-padding
{
   padding: 0px 5px 0px 5px;
}
#campo_form_nombre
{
   width: 100%;
   height: 42px;
   visibility: visible;
   display: block;
   margin: 5px 0px 10px 0px;
   padding: 8px 12px 8px 12px;
   text-align: left;
   color: #999999;
   font-size: 15px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 6px;
}
#campo_form_nombre
{
   line-height: 7px;
}
#campo_form_mail
{
   width: 100%;
   height: 42px;
   visibility: visible;
   display: block;
   margin: 5px 0px 10px 0px;
   padding: 8px 12px 8px 12px;
   text-align: left;
   color: #999999;
   font-size: 15px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 6px;
}
#campo_form_mail
{
   line-height: 7px;
}
#campo_form_mensaje
{
   width: 100%;
   height: 144px;
   visibility: visible;
   display: block;
   margin: 5px 0px 10px 0px;
   padding: 8px 12px 8px 12px;
   text-align: left;
   color: #4F4F4F;
   font-size: 15px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 6px;
}
#wb_breadcrumb_mail
{
   width: 290px;
   height: 36px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#breadcrumb_mail
{
   font-family: Arial;
   font-weight: normal;
   padding: 8px 15px 8px 0px;
   text-align: left;
}
#breadcrumb_mail > li
{
   font-size: 16px;
}
#wb_txt_titulo_escribanos_default
{
   width: 278px;
   height: 37px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 0px 20px 0px;
   color: #696969;
   font-size: 32px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_txt_titulo_escribanos_default
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   text-align: center;
}
#txt_titulo_escribanos_default
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
}
#wb_breadcrumb_whatsapp
{
   width: 290px;
   height: 36px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#breadcrumb_whatsapp
{
   font-family: Arial;
   font-weight: bold;
   padding: 8px 15px 8px 0px;
   text-align: left;
}
#breadcrumb_whatsapp > li
{
   font-size: 19px;
}
#bt_enviar
{
   width: 100%;
   height: 37px;
   visibility: visible;
   display: block;
   margin: 0;
   color: #FFFFFF;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #286090;
   background-image: none;
   border-radius: 15px;
}
#wb_mapa_celu
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_mapa
{
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_txt_direccion_celu
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_txt_direccion_celu
{
   margin: 0;
   padding: 16px 0px 0px 0px;
}
#wb_txt_direccion_default
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_txt_direccion_default
{
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   margin: 0;
   padding: 16px 0px 0px 0px;
   text-align: center;
}
#wb_escribanos_celu
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 10px 0px 20px 0px;
   color: #696969;
   font-size: 32px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_escribanos_celu
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   text-align: left;
}
#escribanos_celu
{
   color: #696969;
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
}
#wb_footer
{
   visibility: visible;
   display: table;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #4F4F4F;
   background-image: none;
}
#wb_footer
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   padding: 0px 15px 0px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_relleno_footer
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_txt_precio
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_txt_precio
{
   font-family: Arial;
   font-weight: normal;
   font-size: 29px;
   margin: 0;
   padding: 10px 5px 10px 5px;
   text-align: center;
}
#wb_logo
{
   width: 266px;
   height: 53px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#logo
{
   width: 266px;
   height: 53px;
}
#wb_icono_whatsapp_celu
{
   width: 29px;
   height: 23px;
   visibility: visible;
   display: inline-block;
   margin: 7px 0px 5px 11px;
   padding: 5px -6px 0px 0px;
   color: #66CDAA;
   font-size: 8px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#icono_whatsapp_celu
{
   width: 29px;
   height: 23px;
}
#icono_whatsapp_celu i
{
   line-height: 23px;
   font-size: 23px;
   width: 18px;
}
#wb_whatsapp_celu
{
   width: 221px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 5px 0px 0px 0px;
   text-align: center;
}
#wb_whatsapp_celu li
{
}
#wb_whatsapp_celu a
{
   color: #F5F5F5;
   border: 0px solid #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   text-align: left;
}
#wb_whatsapp_celu li:hover a, #wb_whatsapp_celu a:hover
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(46,109,164,0.00);
}
#wb_txt_entrega
{
   width: 263px;
   height: 94px;
   visibility: visible;
   display: inline-block;
   background-color: transparent;
   background-image: none;
}
#wb_txt_entrega
{
   font-family: Calibri;
   font-weight: normal;
   font-size: 27px;
   margin: 0;
   padding: 10px 0px 10px 0px;
   text-align: center;
}
#wb_Text1
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_Text1
{
   margin: 0;
   padding: 16px 0px 10px 0px;
}
#wb_mail_celu
{
   width: 278px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#mail_celu
{
   font-family: Arial;
   font-weight: normal;
   padding: 8px 0px 8px 0px;
   text-align: center;
}
#mail_celu > li
{
   font-size: 15px;
}
#wb_Text2
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_Text2
{
   font-family: Arial;
   font-weight: normal;
   font-size: 20px;
   margin: 0;
   padding: 6px 0px 4px 0px;
   text-align: center;
}
#wb_Image1
{
   width: 256px;
   height: 136px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 256px;
   height: 136px;
}
#wb_Image2
{
   width: 256px;
   height: 136px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image2
{
   width: 256px;
   height: 136px;
}
#wb_Image3
{
   width: 256px;
   height: 136px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image3
{
   width: 256px;
   height: 136px;
}
#wb_titulo_foto1_celu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0px 0px 3px 0px;
   padding: 2px 2px 2px 2px;
   color: #FFFFFF;
   font-size: 19px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
}
#wb_titulo_foto1_celu
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   text-align: center;
}
#titulo_foto1_celu
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
}
#wb_titulo_foto2_celu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0px 0px 3px 0px;
   padding: 2px 2px 2px 2px;
   color: #FFFFFF;
   font-size: 19px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: #286090;
   background-image: none;
   border-radius: 5px;
}
#wb_titulo_foto2_celu
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   text-align: center;
}
#titulo_foto2_celu
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 2px 2px 2px 2px;
   color: #FFFFFF;
   font-size: 19px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: #286090;
   background-image: none;
   border-radius: 5px;
}
#wb_Heading1
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
}
#wb_Text3
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Text3
{
   margin: 0;
   padding: 10px 0px 10px 0px;
}
#wb_Text4
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_Text4
{
   margin: 0;
   padding: 10px 0px 10px 0px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_Text5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   margin: 10px 0px 0px 20px;
   padding: 0px 0px 12px 40px;
   text-align: center;
}
#wb_CssMenu1
{
   width: 221px;
   height: 33px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: center;
}
#wb_CssMenu1 li
{
}
#wb_CssMenu1 a
{
   color: #F5F5F5;
   border: 0px solid #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 20px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   text-align: center;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(46,109,164,0.00);
}
#wb_Text6
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
}
#wb_Text6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 35px;
   margin: 0;
   padding: 10px 5px 10px 5px;
   text-align: center;
}
#wb_Title4
{
   left: 1224px;
   top: -34px;
   width: 673px;
   height: 37px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 24px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border-radius: 5px;
}
#wb_Title4
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   text-align: center;
}
#Title4
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
}
#wb_Title5
{
   left: 1544px;
   top: -34px;
   width: 673px;
   height: 37px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 5px 0px 0px 0px;
   color: #FFFFFF;
   font-size: 24px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border-radius: 5px;
}
#wb_Title5
{
   background-color: rgba(169,169,169,0.71);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 5px;
   text-align: center;
}
#Title5
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 8px 0px 0px 0px;
   padding: 12px 2px 11px 2px;
   color: #FFFFFF;
   font-size: 19px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: #286090;
   background-image: none;
   border-radius: 5px;
}
#wb_Heading2
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
}
#wb_Image5
{
   width: 140px;
   height: 210px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image5
{
   width: 140px;
   height: 210px;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 8px 0px 5px 0px;
   padding: 12px 2px 11px 2px;
   color: #FFFFFF;
   font-size: 19px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: #286090;
   background-image: none;
   border-radius: 5px;
}
#wb_Heading3
{
   background-color: #286090;
   background-image: none;
   border: 0px solid #286090;
   border-radius: 5px;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
}
#wb_Image6
{
   width: 229px;
   height: 171px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image6
{
   width: 229px;
   height: 171px;
}
#Timer4
{
   left: 970px;
   top: 10px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#Timer5
{
   left: 1290px;
   top: 10px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_Breadcrumb1
{
   width: 255px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Breadcrumb1
{
   font-family: Arial;
   font-weight: bold;
   padding: 8px 15px 8px 15px;
   text-align: left;
}
#Breadcrumb1 > li
{
   font-size: 19px;
}
#Layer1
{
   width: 74px;
   height: 71px;
   visibility: visible;
   display: inline;
   font-size: 13px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   background-image: none;
}
#wb_Image4
{
   left: 21px;
   top: 12px;
   width: 48px;
   height: 47px;
   visibility: visible;
   display: inline;
   margin: 0px 0px 0px 5px;
   padding: 0;
}
}
.embed-container { position: relative; padding-bottom: 300px; height: 0; overflow: hidden; max-width: 100%; } .embed-container
iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 300; }.embed-container { position: relative; padding-bottom: 300px; height: 0; overflow: hidden; max-width: 100%; } .embed-container
iframe, .embed-container object, .embed-container embed { position: relative; top: 0; left: 0; width: 100%; height: 300; }