@font-face {
  font-family: 'roboto bold';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/UNAVThemev2-theme/fonts/roboto/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'roboto regular';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"); }

div#cookieAdvice {
  background-color: #58585a;
  		/*height: 63px;
  overflow: hidden;*/ }

div#cookieAdvice div.containerAdvice {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

div#cookieAdvice div.containerAdvice .left {
  width: 735px;
  display: table-cell; }

div#cookieAdvice div.containerAdvice .right {
  display: table-cell;
  vertical-align: middle; }

div#cookieAdvice .left .texto * {
  font-family: roboto regular;
  font-size: 12px;
  color: white; }

div#cookieAdvice .left h4.titulo {
  font-family: roboto bold;
  font-size: 12px;
  color: white;
  display: block;
  margin-bottom: 5px; }

div#cookieAdvice .right div.buttonHideCookieAdvice {
  font-family: roboto bold;
  color: white;
  border: 1px solid white;
  vertical-align: middle;
  line-height: 20px;
  min-width: 57px;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  margin-left: 70px; }

div#cookieAdvice .right div.buttonHideCookieAdvice:HOVER {
  cursor: pointer; }