html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_Text2 div
{
   text-align: justify;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#SlideShow1 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#SlideShow1 li
{
   border-radius: inherit;
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow1
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#SlideShow1 li a:not(:first-child) .image
{
   display: none;
}
#SlideShow1 .slideshow-control
{
   cursor: pointer;
}
#SlideShow1 .slideshow-control a
{
   border-style: none;
}
#SlideShow1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
}
#FlexGrid_Projectos
{
   display: grid;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 10% 10% 50% 10% 10% 10%;
   grid-template-rows: 10% auto auto auto auto;
   grid-template-areas:
      "Filipe . Titulo Madeira Concelho Centro"
      "Info Imagem Imagem Memo Memo Memo"
      "Projectos Projectos Projectos Projectos Projectos Projectos"
      "Paginas Paginas Paginas Paginas Paginas Paginas"
      "Copyright Copyright Copyright Copyright Copyright Copyright";
}
#FlexGrid_Projectos .Filipe
{
   display: flex;
   grid-area: Filipe;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Titulo
{
   display: flex;
   grid-area: Titulo;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Madeira
{
   display: flex;
   grid-area: Madeira;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Concelho
{
   display: flex;
   grid-area: Concelho;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Centro
{
   display: flex;
   grid-area: Centro;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Info
{
   display: flex;
   grid-area: Info;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid_Projectos .Imagem
{
   display: flex;
   grid-area: Imagem;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid_Projectos .Memo
{
   display: flex;
   grid-area: Memo;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid_Projectos .Projectos
{
   display: flex;
   grid-area: Projectos;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Paginas
{
   display: flex;
   grid-area: Paginas;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Copyright
{
   display: flex;
   grid-area: Copyright;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   animation: animate-flash 5000ms linear 0ms infinite normal both;
   display: inline-block;
   width: 105px;
   height: 56px;
   vertical-align: top;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   animation: animate-flash 5000ms linear 0ms infinite normal both;
   display: inline-block;
   width: 106px;
   height: 80px;
   vertical-align: top;
}
#wb_Image5
{
   margin: 0;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 103px;
   height: 143px;
   vertical-align: top;
}
#Image5
{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   width: 100%;
}
#Image5 .slices-row
{
   display: flex;
   justify-content: center;
   width: 100%;
}
#Image5 img
{
   width: 100%;
   height: auto;
}
#wb_Pico_info 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Pico_info div
{
   text-align: left;
}
#wb_Pico_info
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Pico_texto 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_Pico_texto div
{
   text-align: justify;
}
#wb_Pico_texto
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Pagination4
{
   display: inline-block;
   list-style: none;
   padding: 0;
   border-radius: 4px;
   font-family: Strait;
   font-weight: bold;
   font-style: normal;
   font-size: 0;
   margin: 0;
}
#Pagination4 > li
{
   display: inline;
   font-size: 16px;
}
#Pagination4 > li > a, #Pagination4 > li > span
{
   position: relative;
   float: left;
   padding: 6px 12px 6px 12px;
   text-decoration: none;
   text-transform: none;
   background-color: #D3D3D3;
   background-image: none;
   border: 0px solid transparent;
   color: #FFFFFF;
   margin-left: -1px;
}
#Pagination4 > li:first-child > a, #Pagination4 > li:first-child > span
{
   margin-left: 0;
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
}
#Pagination4 > li:last-child > a, #Pagination4 > li:last-child > span
{
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
}
#Pagination4 > li > a:hover, #Pagination4 > li > span:hover, #Pagination4 > li > a:focus, #Pagination4 > li > span:focus 
{
   background-color: #0000CD;
   color: #FFFFFF;
}
#Pagination4 > .active > a, #Pagination4 > .active > span, #Pagination4 > .active > a:hover, #Pagination4 > .active > span:hover, #Pagination4 > .active > a:focus, #Pagination4 > .active > span:focus
{
   z-index: 2;
   background-color: #FFFFFF;
   border-color: #FFFFFF;
   color: #0000CD;
   cursor: default;
}
#Pagination4 > .disabled > span, #Pagination4 > .disabled > span:hover, #Pagination4 > .disabled > span:focus, #Pagination4 > .disabled > a, #Pagination4 > .disabled > a:hover, #Pagination4 > .disabled > a:focus
{
   background-color: #DCDCDC;
   color: #FFFFFF;
   cursor: not-allowed;
   pointer-events: none;
}
#wb_RollOver11
{
   display: block;
   width: 100%;
}
#RollOver11
{
   border: 0px solid transparent;
   border-radius: 0px;
   display: inline-block;
   width: 50px;
   height: 50px;
   margin: 0;
}
#RollOver11 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver11 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver11 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver11 .hover
{
   visibility: hidden;
}
#RollOver11:hover .hover
{
   visibility: visible;
}
#RollOver11:hover span
{
   visibility: hidden;
}
#RollOver11 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_RollOver12
{
   display: block;
   width: 100%;
}
#RollOver12
{
   border: 0px solid transparent;
   border-radius: 0px;
   display: inline-block;
   width: 50px;
   height: 50px;
   margin: 0;
}
#RollOver12 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver12 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver12 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver12 .hover
{
   visibility: hidden;
}
#RollOver12:hover .hover
{
   visibility: visible;
}
#RollOver12:hover span
{
   visibility: hidden;
}
#RollOver12 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_RollOver13
{
   display: block;
   width: 100%;
}
#RollOver13
{
   border: 0px solid transparent;
   border-radius: 0px;
   display: inline-block;
   width: 50px;
   height: 50px;
   margin: 0;
}
#RollOver13 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver13 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver13 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver13 .hover
{
   visibility: hidden;
}
#RollOver13:hover .hover
{
   visibility: visible;
}
#RollOver13:hover span
{
   visibility: hidden;
}
#RollOver13 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_RollOver14
{
   display: block;
   width: 100%;
}
#RollOver14
{
   border: 0px solid transparent;
   border-radius: 0px;
   display: inline-block;
   width: 50px;
   height: 50px;
   margin: 0;
}
#RollOver14 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver14 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver14 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver14 .hover
{
   visibility: hidden;
}
#RollOver14:hover .hover
{
   visibility: visible;
}
#RollOver14:hover span
{
   visibility: hidden;
}
#RollOver14 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_RollOver15
{
   display: block;
   width: 100%;
}
#RollOver15
{
   border: 0px solid transparent;
   border-radius: 0px;
   display: inline-block;
   width: 50px;
   height: 50px;
   margin: 0;
}
#RollOver15 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver15 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver15 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver15 .hover
{
   visibility: hidden;
}
#RollOver15:hover .hover
{
   visibility: visible;
}
#RollOver15:hover span
{
   visibility: hidden;
}
#RollOver15 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_RollOver16
{
   display: block;
   width: 100%;
}
#RollOver16
{
   border: 0px solid transparent;
   border-radius: 0px;
   display: inline-block;
   width: 50px;
   height: 49px;
   margin: 0;
}
#RollOver16 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver16 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver16 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver16 .hover
{
   visibility: hidden;
}
#RollOver16:hover .hover
{
   visibility: visible;
}
#RollOver16:hover span
{
   visibility: hidden;
}
#RollOver16 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Pico_camera
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
   animation: animate-flash 5000ms linear 0ms infinite normal both;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#Pico_camera
{
   height: 20px;
   width: 30px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
.Pico_camera
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   line-height: 1;
}
.Pico_camera:before
{
   content: "\e3af";
}
#Pico_camera i
{
   color: #000000;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
}
#wb_Pico_camera:hover #Pico_camera i
{
   color: #000000;
}
#wb_Picture1
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#Picture1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   object-fit: contain;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
}
#wb_RollOver2
{
   display: block;
   width: 100%;
}
#RollOver2
{
   border: 0px solid transparent;
   border-radius: 0px;
   display: inline-block;
   width: 50px;
   height: 50px;
   margin: 0;
}
#RollOver2 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver2 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver2 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver2 .hover
{
   visibility: hidden;
}
#RollOver2:hover .hover
{
   visibility: visible;
}
#RollOver2:hover span
{
   visibility: hidden;
}
#RollOver2 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#SlideShow1
{
   display: inline-block;
   position: relative;
   width: 1525px;
   height: 857px;
   z-index: 5;
}
#wb_Image3
{
   display: inline-block;
   width: 105px;
   height: 56px;
   z-index: 2;
}
#wb_Picture1
{
   display: block;
   width: 100%;
   height: 43px;
   z-index: 0;
}
#wb_Image4
{
   display: inline-block;
   width: 106px;
   height: 80px;
   z-index: 3;
}
#wb_Image5
{
   display: inline-block;
   width: 103px;
   height: 143px;
   z-index: 1;
}
#wb_Pagination4
{
   display: inline-block;
   width: 458px;
   height: 46px;
   z-index: 15;
}
#RollOver16
{
   overflow: hidden;
   z-index: 13;
}
#RollOver15
{
   overflow: hidden;
   z-index: 12;
}
#RollOver14
{
   overflow: hidden;
   z-index: 11;
}
#RollOver13
{
   overflow: hidden;
   z-index: 10;
}
#RollOver12
{
   overflow: hidden;
   z-index: 9;
}
#RollOver11
{
   overflow: hidden;
   z-index: 8;
}
#RollOver2
{
   overflow: hidden;
   z-index: 14;
}
#wb_Pico_camera
{
   display: none;
   width: 30px;
   height: 20px;
   text-align: center;
   z-index: 6;
}
@media only screen and (max-width: 1919px) and (orientation: portrait)
{
body
{
   background-color: transparent;
   background-image: none;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#SlideShow1
{
   width: 481px;
   height: 270px;
   visibility: visible;
   display: inline-block;
}
#FlexGrid_Projectos
{
   visibility: visible;
   display: grid;
   background-color: transparent;
   background-image: none;
}
#FlexGrid_Projectos
{
   height: auto;
}
#FlexGrid_Projectos
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 1fr 20% 20% 20%;
   grid-template-rows: 10% auto auto auto auto 5% 4%;
   grid-template-areas:
      "Filipe Filipe Madeira Concelho Centro"
      "Imagem Imagem Imagem Imagem Imagem"
      "Info Info Info Info Info"
      "Memo Memo Memo Memo Memo"
      "Projectos Projectos Projectos Projectos Projectos"
      "Paginas Paginas Paginas Paginas Paginas"
      "Copyright Copyright Copyright Copyright Copyright";
}
#FlexGrid_Projectos .Filipe
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Info
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Titulo
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Madeira
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Concelho
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Centro
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Imagem
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 2px dotted #A9A9A9;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid_Projectos .Projectos
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Paginas
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Copyright
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid_Projectos .Memo
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 2px dotted #808080;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid_Projectos .Image
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid_Projectos ..
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image3
{
   width: 105px;
   height: 56px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image3
{
   width: 105px;
   height: 56px;
}
#wb_Image4
{
   width: 106px;
   height: 80px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 106px;
   height: 80px;
}
#wb_Image5
{
   width: 103px;
   height: 143px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image5
{
   width: 103px;
   height: 143px;
}
#wb_Pico_info
{
   visibility: visible;
   display: block;
}
#wb_Pico_info
{
   margin: 0;
   padding: 0;
}
#wb_Pico_texto
{
   visibility: visible;
   display: block;
}
#wb_Pico_texto
{
   margin: 0;
   padding: 0;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   margin: 0;
   padding: 0;
}
#wb_Pagination4
{
   width: 458px;
   height: 46px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#RollOver11
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
#RollOver12
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
#RollOver13
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
#RollOver14
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
#RollOver15
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
#RollOver16
{
   width: 50px;
   height: 49px;
   visibility: visible;
   display: inline-block;
}
#wb_Pico_camera
{
   width: 30px;
   height: 20px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Pico_camera
{
   width: 30px;
   height: 20px;
}
#Pico_camera i
{
   line-height: 20px;
   font-size: 20px;
   width: 19px;
}
}
