/*CSS Document MAX-640px for SmartPhones */
@font-face {
    font-family: 'UbuntuRegular';
    src: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:#333333;
    -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:2px auto;
	border: 0px 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;
    border: 1px solid orange;
    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:26px;
	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:#000;}
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:#FFFFFF;
    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;
}
h2{
    font-size:1.1em;
	padding-top:1.5em;
	margin-top:5px;
}
h3{
	font-size:0.7em;
	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*/
div.figure {width:100%; margin:auto; /* to center-horiz div */	padding: 3%; }

.centrada {
    display:block;
    margin-left:auto;
    margin-right:auto;
	border:1px solid #73AD21;
    padding:2px;
}
.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;
}
/*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;
}
/*menu desplegable y responsive con CSS y HTML sin Javascript */
ul, ol, li {
    list-style: outside none none;
}
.control-menu {
    background-color: transparent;
    background-position: center center;
    border: 1px solid #fff;
    display: block;
    float: right;
    height: 40px;
    margin-right: 1.3em;
    width: 40px;
}
.control-menu a span {
    display: inline-block;
    height: 40px;
    text-indent: -9999px;
    width: 40px;
}
.control-menu .close {
    background-image: url("img/close-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.control-menu .open {
    background-image: url("img/open-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

ul.nav-items {
    clear: both;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out 0s, background-color 2s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al voover a su estado inicial*/
}

#navigation:target ul.nav-items {
    background: #f0f0f0 none repeat scroll 0 0;
    height: 15.8em;
    transition: height 0.4s ease-in-out 0s, background-color 0.9s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al abrirse*/
}


/*Al hacer clic sobre el enlace que abre el menú éste desaparece*/

.close { 
   display:none;
}
        
#navigation:target .open {
      display: none;
}

/* Al hacer clic sobre el enlace que abre el menú aparece el enlace .close que previamente estaba oculto*/

#navigation:target .close {
        display: block;
}
  
/*Estilos menu*/

ul.nav-items li {
    display: block;
}
ul.nav-items a {
    border-top: 2px dotted #dddbdb;
    color: #333;
    display: block;
    height: 3em;
    line-height: 3em;
    margin: 0 1.3em;
}
ul.nav-items li:first-child a {
    border-top: 2px solid transparent;
}
ul.nav-items li a span {
    border-left: 3px solid;
    height: 3.2em;
    padding: 0.4em 0.5em;
}
#Web-Dev a span {
    border-color: #ff6633;
}
#Mobile a span {
    border-color: #bda94d;
}
#Data a span {
    border-color: #5887bc;
}
#Net-VS a span {
    border-color: #00a2b7;
}
#SharePoint a span {
    border-color: #639bf2;
}

/* fin MENU DESPLEGABLE responsive CSS y HTML sin Javascript */
/* DARK THEME CONFIG ------------------------------------------ */
@media (prefers-dark-interface) {
  :root {
   --text-color: Azure;
   --back-color: DarkBlue;
}
} 