html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    letter-spacing: 0em;
    font-family: FranklinGothicM, Arial, Sans-serif;
    line-height: 1.55rem;
    font-feature-settings: "liga" 1, "calt" 0;
    background-color: white;
}

#avis_cookies {
    position: absolute;
    bottom: 180px;
    right: -40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    width: 160px;
}

#avis_cookies .cc-config {
    color: white;
    background:#00B9DC;
    /* position: fixed; */
}

#cc-config-parent {
    /* color: white; */
    color:  #00B9DC;;
}

.cc-config a:hover{
    text-decoration: none;
    font-weight: bold;
}

.unsupported-browser {
    display: none;
    background: rgb(0,130,155);
    color: white;
    width: 100%;
	height:100%;
    top:0;
	left:0;
    position: absolute;
    text-align: center;
    height: 100%;
    z-index: 5;
    padding-top: 150px;
    font-size: 32px;
    font-size:20px;
	font-weight:bold
}

.browser_warning_inner {
	padding:60px;
	max-width:600px;
}


#loadDiv {
    /* background-color:white; */
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    margin: auto;
    /* background-color: #00B9DC; */
} 

.loadContent {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /* color:  #00B9DC; */
    color: black;
    /* color: white; */
    padding: 5px;
}

.loadContent div {
    padding: 12px 0 12px 0;
}

.menu {
    clear: both;
    background: url(../img/bg_menu.png) repeat-x;
    height: 70px;
    width: 100%;
}

.header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: url(/static/img/bg_menu.png) repeat; */
    color: white;
    font: 1.05em "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.header .title {
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 0 10px 0 10px;
}

.header .title .content {
    font: 1.5em FranklinGothicM, Sans-serif;
    padding: 2px 10px 2px 10px;
    color: white;
    /* color: #00B9DC */
}

.header a {
    text-decoration: none;
    color: white;
    /* color: #00B9DC */
}


.header a:hover{
    text-decoration: none;
    color: #00B9DC;
    font-weight: bold;
}

.header .topnav {
    display: block;
    padding: 10px 10px 0px 10px;
   }

.header .topnav ul {
	list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
    float: left;
    font: 1em FranklinGothic, Sans-serif;
    height: 26px;
    overflow: hidden;
}

.topnav ul li:first-child a {
    border: none;
    padding-left: 0;
}


.header .topnav ul li {
    margin: 0;
    padding: 0;
    float: left;
}

.header .topnav ul li a:hover {
    text-decoration: none;
    color: #00B9DC;
}
.header .topnav ul li a {
    display: block;
    padding: 2px 15px;
    border-left: 1px solid #00B9DC;
    color: white;
    font-weight: bold;
}


.header a.logo_giemociona {
    float: left;
    background: url(../img/logo_girona_emociona2.png);
    display: block;
    width: 150px;
    height: 50px;
    margin: 0 30px 0 0;
    padding-top: 0;
}

.header a:hover.logo_giemociona {
    background-position: -200px 0;
}

h1{
	display:block;
	clear:both;
}

.container.right{
	text-align:right;
}

td.llista_link{
	text-align:left;
}


@media screen and (max-width: 960px)
{
	div.header { display: none }
}

@media screen and (max-width: 768px)
{
	div.header { display: none }
}

@media screen and (max-width: 480px)
{
    div.header { display: none }
    div.searchDiv {display: none}
}