#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;
	z-index:5000;
	color:#666;
	font-family: arial,sans-serif;
	font-size:10px;
}
#cookieMessage
{
	max-width: 640px; /* this needs to be set to the width of the centre container */
	margin: 0 auto;
	position: relative;
}
#cookieMessage:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#cookieMessage p
{
	margin: 5px 0 0;
    float:left;
    max-width:540px;
}
.botones{
    float:right;
}
#cookieClose
{
	float: right;
	display: block;
	padding: 1px 20px;
	text-decoration: none;
	background: #f80;
	border: solid 1px;
	border-radius: 6px;
	color: #fff;
	font-size: 100%;
	margin-top: 4px;
    cursor:pointer;
}

#cookieInfo
{
	display: block;
	border: none;
	color: #666;
	font-size: 100%;
	margin-top: 4px;
}