/*
* Hotel Clar’s CSS Ajustes
*/

.header1 {
    text-align:center;
    border:none;
}
.dialogo {
color:#f33500;
margin-left:0;margin-right:0;font-size:16px;
}

.logo_image {
   margin-top:30px;
   margin-bottom:30px;
}


/*
* Photoswipe
*/

div.ps-document-overlay 
{

}
div.ps-toolbar, div.ps-caption
{ 

}


@media (min-width:48em){
body {
    background: #222222 !important;
}
.ui-page {
      width: 768px !important;
      margin: 0 auto !important;
      position: relative !important;
    }
.page1 {
    border-left: 1px solid #5a5a5e !important;
    border-right: 1px solid #5a5a5e !important;
}
.ui-dialog-contain {
	width: 80%;
	max-width: 768px;

}
.logo_image {
   margin-top:80px;
   margin-bottom:80px;
}


}