﻿#cookie-law-info-bar {
	position: fixed; 
	bottom: 0px; 

	border: 0;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	z-index: 9999;
	
	display: block; 
	color: #000000; 
	border-top: 4px solid #bbbbbb; 
	background-color: #ffffff;
	padding: 10px;
	
    background: rgba(256, 256, 256, 0.8);
}

#cookie-law-info-bar .titulo {
	font-weight: bold;
	text-align: left;
    padding: 0px 40px;
}

#cookie-law-info-bar .cerrar 
{
    float: right;
    padding-right: 40px;
}

#cookie-law-info-bar .texto
{
    text-align: left;
    padding: 0px 40px;
}


.tablacookies{
  display: table;
  border-bottom:solid thin black;
  border-left:solid thin black;

}
.fila{
  display: table-row;

}




.col{
  display: table-cell;
  padding: 12px;
  background: #ececec;
  border-right:solid thin black;
   border-top:solid thin black;
   text-align:center
}