#cookieMessageWrapper
{
/* Este Es My Estilo que le Agrege :D*/
	width: 100%;
	border-top: 1px solid #aaaaaa;
	background: #f6f6f6;
	position: fixed;
	left: 0;
	bottom: 0px;
	text-align: center;
	padding: px 0;
	
	/*
	Este Es El Que Viene por Defecto
	background: #fd8;
	font-family: "Segoe UI",Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 11pt; 
	font-weight: normal; 
	color: #333;
	padding: 0;
	margin: 0;
	display: none;
	border-bottom: solid 1px #f80;*/
}
#cookieMessage
{
	width: 640px; /* this needs to be set to the width of the centre container */
	padding: 3px 0 3px 0;
	margin: 0 auto;
	position: relative;
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 5px 0 0;
}
#cookieClose
{
	float: right;
	display: block;
	padding: 0px 5px;
	text-decoration: none;
	background: #f80;
	border: solid 1px #000;
	border-radius: 2px;
	color: #fff;
	font-size: 100%;
	margin-top: 6px;
	font-weight: bold;
}
div.cookies333 {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #7991A4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
}
.divTable.cookies333 .divTableCell, .divTable.cookies333 .divTableHead {
  border: 2px solid #94AA97;
  padding: 3px 10px;
}
.divTable.cookies333 .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.cookies333 .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.cookies333 .divTableHeading {
  background: #448C37;
  background: -moz-linear-gradient(top, #73a969 0%, #56974b 66%, #448C37 100%);
  background: -webkit-linear-gradient(top, #73a969 0%, #56974b 66%, #448C37 100%);
  background: linear-gradient(to bottom, #73a969 0%, #56974b 66%, #448C37 100%);
  border-bottom: 2px solid #444444;
}
.divTable.cookies333 .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
.divTable.cookies333 .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.cookies333 .tableFootStyle {
  font-size: 14px;
}
.cookies333 .tableFootStyle .links {
	 text-align: right;
}
.cookies333 .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.cookies333.outerTableFooter {
  border-top: none;
}
.cookies333.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}