
#cookieEntrar a{
	position:absolute; 
	top:-15px;
	left:637px;
	background:#d80000;  /*#d80000; #4CBB17;*/
	border: 1px solid #999999; /*#999999; #93DB70;*/
    border-radius: 160px;
    box-shadow: 0 0 5px #333333, 1px 1px 50px #a41111 inset;
	width:130px;
	height:110px;
	z-index:100;
	font-size:28px;
	line-height:26px;
	color:#FFFFFF;
	text-align:center;
	line-height: 30px;
	text-shadow:1px 1px 0 #000;
	text-decoration:none;
	padding-top:20px;
	font-weight:bold;
}

a#cookieSalir{
    float:right;
    font-size:80%;
    margin-right:1em;
    padding-top: 1em;
}

#btncookieEntrar a{
	background:#d80000;  /*#d80000; #4CBB17;*/
	border: 1px solid #999999; /*#999999; #93DB70;*/
	border-radius: 200px;
	box-shadow: 0 0 5px #333333, 1px 1px 50px #a41111 inset;
	width: auto;
	height: auto;

	font-size:28px;

	color:#FFFFFF;
	text-align:center;
	line-height: 30px;
	text-shadow:1px 1px 0 #000;
	text-decoration:none;
	padding:20px;
	font-weight:bold;
	float: right;
	margin: 20px;

}


