<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* "Polyglot" Language Switcher
/* ----------------------------------------------------------------------
Version: 1.4
Author: Ixtendo
Author URI: http://www.ixtendo.com
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* ----------------------------------------------------------------------
-Generic
-JS-created Code
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher {
	float:right;
	z-index:2000;
	text-transform:uppercase;
}
#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
	margin: 0;
	padding: 0; 
	outline: none;
	margin-top:27px;
}
#contenedor_header_principal_derecha #polyglotLanguageSwitcher, #contenedor_header_principal_derecha #polyglotLanguageSwitcher *{
		margin-top:1px;
}
#polyglotLanguageSwitcher ul {
	list-style: none;	
}

#polyglotLanguageSwitcher {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: normal;
	position: relative; /* sets the initial position for the drop-down menu */	
	z-index: 100;
}

#polyglotLanguageSwitcher form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
	text-decoration: none;
	display: block;	
	padding: 0px 15px 0px 15px; /* 6px 6px 6px 28px */
	color: #000;
	/*width: 7em;  84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center; 
		z-index:20000;
}

#polyglotLanguageSwitcher a:hover {
	color: #000;	
}

#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
	position: relative; /* sets the initial position for the trigger arrow */
	/*background-color: #FFF;
	border: 1px solid #E5E5E5;*/
	border-radius: 3px;
	/*height: 1.25em;*/ /* 15px */
	color:#929B57;
}

#polyglotLanguageSwitcher a.current:hover, 
#polyglotLanguageSwitcher ul.dropdown li:hover {
	/*background-color: #F7F7F7;*/
}

#polyglotLanguageSwitcher a.active { /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;
	border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
	/*display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	text-indent: -10000em;
	top: 0.5em;  6px 
	right: 6px;*/
}

#polyglotLanguageSwitcher a.current:link span.trigger, #polyglotLanguageSwitcher a.current:visited span.trigger {
	/*background: url(../images/arrow-down.gif) no-repeat left top;	*/
	color:#000;
}

#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
	background-position: left bottom !important;
}

/* Drop-Down Menu */

#polyglotLanguageSwitcher ul.dropdown { 
	display: none;
	position: absolute;
	/* top: 2.333em; 28px 
	left: 0;*/
	right:20px;
	background-color: #FFF;
	border: 0px solid #E5E5E5;
	border-top: none !important;
	border-radius: 0 0 3px 3px;
			z-index:20000;

}

#polyglotLanguageSwitcher ul.dropdown li { 
	border-top: 0px dotted #D4D4D4;
	list-style: inside none none;

}

#polyglotLanguageSwitcher ul.dropdown li:last-child { 
	border-radius: 0 0 3px 3px;
}

/* Flags */

#en { 
	background-image: url(../images/flags/gb.png);
}

#fr { 
	background-image: url(../images/flags/fr.png);	
}

#de { 
	background-image: url(../images/flags/de.png);	
}

#it { 
	background-image: url(../images/flags/it.png);	
}

#es { 
	background-image: url(../images/flags/es.png);	
}




#polyglotLanguageSwitcher_nav {
	float:right;
	z-index:2000;
	text-transform:uppercase;
}
#polyglotLanguageSwitcher_nav, #polyglotLanguageSwitcher_nav * {
	margin: 0;
	padding: 0; 
	outline: none;
	margin-top:27px;
}
#contenedor_header_principal_derecha #polyglotLanguageSwitcher_nav, #contenedor_header_principal_derecha #polyglotLanguageSwitcher_nav *{
		margin-top:1px;
}
#polyglotLanguageSwitcher_nav ul {
	list-style: none;	
}

#polyglotLanguageSwitcher_nav {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: normal;
	position: relative; /* sets the initial position for the drop-down menu */	
	z-index: 100;
}

#polyglotLanguageSwitcher_nav form {
	display: block;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher_nav a {
	text-decoration: none;
	display: block;	
	padding: 0px 15px 0px 15px; /* 6px 6px 6px 28px */
	color: #000;
	/*width: 7em;  84px; total width: 120px */
	background-repeat: no-repeat;
	background-position: 6px center; 
		z-index:20000;
}

#polyglotLanguageSwitcher_nav a:hover {
	color: #000;	
}

#polyglotLanguageSwitcher_nav a.current:link, #polyglotLanguageSwitcher_nav a.current:visited, #polyglotLanguageSwitcher_nav a.current:active {
	position: relative; /* sets the initial position for the trigger arrow */
	/*background-color: #FFF;
	border: 1px solid #E5E5E5;*/
	border-radius: 3px;
	/*height: 1.25em;*/ /* 15px */
	color:#929B57;
}

#polyglotLanguageSwitcher_nav a.current:hover, 
#polyglotLanguageSwitcher_nav ul.dropdown li:hover {
	/*background-color: #F7F7F7;*/
}

#polyglotLanguageSwitcher_nav a.active { /* This style is applied as long as the drop-down menu is visible. */
	border-bottom: none !important;
	border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher_nav span.trigger {
	/*display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	text-indent: -10000em;
	top: 0.5em;  6px 
	right: 6px;*/
}

#polyglotLanguageSwitcher_nav a.current:link span.trigger, #polyglotLanguageSwitcher_nav a.current:visited span.trigger {
	/*background: url(../images/arrow-down.gif) no-repeat left top;	*/
	color:#000;
}

#polyglotLanguageSwitcher_nav a.current:hover span.trigger, #polyglotLanguageSwitcher_nav a.current:active span.trigger, #polyglotLanguageSwitcher_nav a.active span.trigger {
	background-position: left bottom !important;
}

/* Drop-Down Menu */

#polyglotLanguageSwitcher_nav ul.dropdown { 
	display: none;
	position: absolute;
	/* top: 2.333em; 28px 
	left: 0;*/
	right:20px;
	background-color: #FFF;
	border: 0px solid #E5E5E5;
	border-top: none !important;
	border-radius: 0 0 3px 3px;
			z-index:20000;

}

#polyglotLanguageSwitcher_nav ul.dropdown li { 
	border-top: 0px dotted #D4D4D4;
	list-style: inside none none;

}

#polyglotLanguageSwitcher_nav ul.dropdown li:last-child { 
	border-radius: 0 0 3px 3px;
}
</pre></body></html>