/*CSS Document RU-RUSSIAN*/
@font-face {
	font-family: 'UbuntuRegular';
	src: local('Ubuntu-Regular'), local('Ubuntu Regular'), url(../fonts/Ubuntu-Regular-webfont.ttf) format('truetype');
	font-display: swap;
}
:root {
	--text-color: #0000a0; /*DarkBlue*/
	--back-color: #f0ffff; /*Azure*/
}
body { color: var(--text-color); background: var(--back-color)}

HTML
{
	background-color:#8B0000 /*DarkRed. Alternative: #E6E6E6; Grey soft*/
	-webkit-font-smoothing: antialiased;
}
BODY
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:0px;
	font-family:'UbuntuRegular', Helvetica, Arial, "Trebuchet MS", Georgia, serif;
	color:#003366;
}
DIV#contenedor
{
	width:100%; 
	max-width:1024px;
	position:relative;
	margin:15px auto;
	border: 1px solid #D7D7D7; /*borde para toda la tabla*/
	background-color:#FFFFFF;
	padding: 3px 0 0px 0px;
}
DIV#header{width:100%;}

#banderas 
{
	display: inline-block;
	margin: 5px;
	background-color: white;
	width:auto;
	height:auto;
	font-size:0.6em;
}
.banderas img{margin:2px; border: 1px solid black;}
.banderas a{text-decoration:none;}

#hja
{
	text-align:left;
	height:auto;
	font-family:'UbuntuRegular', "Open Sans", Helvetica, Arial;
	font-size:52px;
	font-weight:bold;
	color:#33F;
}
.direcciontop
{
	width:100%;
	height:auto;
	background: #FFFFFF; /*white*/
}
.direcciontop p
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-size:0.9em;
	text-indent:0em;
}
.direcciontop a{color:#000000}
a:hover{color:#1cf}

/*Cookie Consent Begin*/
#cookieConsent {
	background-color: rgba(20,20,20,0.8);
	min-height: 26px;
	font-size: 14px;
	color: #ccc;
	line-height: 26px;
	padding: 8px 0 8px 30px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}
#cookieConsent a {
	color: #4B8EE7;
	text-decoration: none;
}
#closeCookieConsent {
	float: right;
	display: inline-block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: -15px 0 0 0;
	font-weight: bold;
}
#closeCookieConsent:hover {
	color: #FFF;
}
#cookieConsent a.cookieConsentOK {
	background-color: #F1D600;
	color: #000;
	display: inline-block;
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
	background-color: #E0C91F;
}
/*Cookie Consent End*/

/*set a left margin to compensate for IE/Win always making room for a scrollbar*/
DIV#middlewrap
{
	padding-bottom:0px; /*30px*/
}
DIV#middle
{
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
}
DIV#content
{
	padding:5px 5px 10px;
	margin:5px;
	background-color:#FFF;
	border: 0px solid black;
	height:auto;
}
DIV#footer
{
	height:auto;
	width:100%;
	background-color:#333366;
	color:#333;
	vertical-align:middle;
	clear:both;
}
DIV#footer P
{
	margin:0;
	padding:5px;
	text-align:left;
	color:#66CCFF;
	font-size:0.7em;
}
DIV#footer A{color:#CCC;}
DIV#footer A:hover{color:#9CF;}

/*no positioning for IE5/Win - the whole page scrolls*/
#bar_info_local{height:35px;}
#bar_info_local LI
{
	float:left;
	background-color:#FFD700;
	list-style:none;
	width:95px;
	margin:0px;
}
#bar_info_local UL{margin-left:0px;}
#bar_info_local A
{
	font-size:10px;
	font-family:Verdana, Helvetica;
	font-weight:bold;
	color:#336600;
	text-decoration:none;
	display:block;
	text-align:center;
	border:1px solid #000;
}
#bar_info_local A:hover{background-color:#FFFFFF;}

/*TITULOS-------------------------------------------------------------*/
h1{
	font-size:2em;
	padding-top:1.5em;
	margin-top:5px;
	color:#CC6600;
	hyphens: auto;
}
h2{
	font-size:1.5em;
	padding-top:1.5em;
	margin-top:5px;
}
h3{
	font-size:1.1em;
	padding-top:1.5em;
	margin-top:5px;
	color:#000000;
}
/*PARRAFOS TEXTO-----------------------------------------------------*/
p{
	font-size:16px;
	line-height:1.4em;
	text-align:justify;
	text-indent:2em;
}
.small{
	font-size:0.7em;
	color:#000000;
	text-align:left;
}
.clear{clear:both;}
ul{
	display:block;
	list-style-type:disc;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:0;
	margin-right:0;
	padding-left:40px;
}
li{text-align:justify;}
ol li{font-size:11px;}
.boton
{
	font-size:16px;
	font-family:Verdana, Helvetica;
	font-weight:bold;
	display:table;
	background-color:#FFD700; /*Gold yellow*/
	color:#000000;
	border: 2px solid #FFD700;
	padding: 1%;
}
.bookbutton 
{
	border: none;
	display: inline-block;
	outline: 0;
	padding: 6px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none!important;
	color: #fff!important;
	background-color: green!important;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	font-size: 1.3em;
	font-family: Verdana,Helvetica;
	font-weight: bold;
}
.bookbutton:hover{text-decoration:none!important;color:#000!important;background-color:#679267!important /*RussianGreen*/}

.rojo
{
	color:#FF0000;
	font-weight:bold;
}
.online
{	font-size:0.9em;
	color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:1px;
	font-weight:bold;
	font-style:italic;
	float:left;
}
A#telint, A:visited#telint, A:hover#telint
{
	font-family:Verdana, Arial, Serif;
	font-size:24px;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#CC6600;
	margin:2px;
}
/*LINKS*/
a, a:visited
{	color:#258;}
a:hover
{	color:#9CF;}
a.offer
{	text-decoration:none;
/*texto sin subrayar*/
	font-size:0.8em;
	color:#3333FF;
}
a.h2offer{
	text-decoration:none;
/*texto sin subrayar*/
	font-size:1em;
	color:#CC6600;
	font-weight:bold;
}
/*TAMANO Y COLOR DEL BORDE DE TODAS LAS IMAGENES*/
img{
	border:0px;
	padding:1px;
}
/*ALINEACION FOTOS*/
.centrada {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0.5%;
}
.adwrap, .adwrap IFRAME
{
	width:240px;
	height:180px;
}
.adwrap
{
	float:right;
	margin:1em 0px 0 10px;
}
.adwrap2, .adwrap2 IFRAME
{
	width:240px;
	height:180px;
}
.adwrap2
{
	float:left;
	margin:1em 10px 0 0px;
}
.adwrap3
{
	width:10%; /*35%*/
	float:right;
	margin:0px;
}
.adwrap4, .adwrap4 IFRAME
{
	width:300px;
	height:5px;
}
.adwrap4
{
	margin:20px auto;
}
.adwrap5, .adwrap5 IFRAME
{
	width:300px;
	height:300px;
}
.adwrap5
{
	margin:20px auto;
}
#style1
{
	color:#FF0000;
}
#style2
{
	color:#FF0000;
	background-color:#FFCCCF; /* Rose, Very Pale Red */
}
/*TABLAS-----------------------------------------------------------*/
table
{
	border:0px;
	font-family:Verdana, Arial, Tahoma;
	color:#FFFFFF;
	margin:15px auto;
}
caption
{
	font-size:150%;
	font-weight:bold;
	margin:5px;
}
TD, TH
{
	padding:4px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.4em;
	color:#0000FF;
}
THEAD TH
{
	text-align:center;
	color:#4F76A3;
}
TBODY TH{font-weight:bold;}
TBODY TR{font-family:Verdana, Arial, Tahoma;}

TABLE A:link
{
	color:#718ABE;
	text-decoration:none;
}
TABLE A:visited
{
	color:#718ABE;
	text-decoration:none;
}
TABLE A:hover
{
	color:#718ABE;
	text-decoration:underline !important;
}
.fira
{
	border-top-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	border-left-color:#FFFFFF;
}
.price
{
	font-family:Arial, Verdana, Tahoma;
	line-height:normal;
	font-size:0.9em;
}
.price2
{
	font-family:Arial, Verdana, Tahoma;
	line-height:normal;
	font-size:1.3em;
	font-weight:bold;
	color:#CC6600;
}
/*MENU EN BOTONERA VERTICAL------------------------------------------*/
#menu
{
	width:185px;
	margin:5px 7px 5px;
	padding:0px 0px 10px;
	float:left;
	display:inline;
	border: 1px solid black;
}
#menu DL
{}
#menu DD
{
	margin:4px 0 0;
	padding:5px 0;
	font-family:'UbuntuRegular', arial, georgia, serif;
	font-weight:bold;
	font-size:1.2em;
	border-bottom:1px solid #FFF;
	background-color:#118BDA;
	color:#FFF;
}
#gallery A, #gallery A:visited
{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 3px;
	width:185px;
}
#gallery A:hover{color:black; background-color:#9CF; padding:5px 0;}

/*HorizontalBARRA menu botones ------------------------------------------*/
.hbar
{
	padding:1px 0px;
	float:left;
	width:auto;
	border:none;
	outline:none;
	display:block;
	background-color:#118BDA!important;
	color:#fff!important;
}
.hbar-item-btn
{
	padding:8px 16px;
	float:left;
	width:auto;
	border:none;
	outline:none;
	display:block;
	text-decoration:none!important;
	font-family:'UbuntuRegular', arial, georgia, serif;
	font-weight:bold;
	font-size:1.1em;
}
.hbar-item-btn:hover
{
	text-decoration:none!important;
	background-color:#fff!important;
	color:#000!important;
}
/* DARK THEME CONFIG ------------------------------------------ */
@media (prefers-dark-interface) {
	:root {
	--text-color: Azure;
	--back-color: DarkBlue;
	} 
}