/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
body.cookies{padding-top:90px;}

#epd{position:fixed;z-index:100000;width:100%;top:0;}

.cookiesdirective {
/*	height: 0;
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;*/
}

body.cookies .cookiesdirective {
	/*height: 25px;
	visibility: visible;
	text-indent: 0;
	*/
	width:100%;float:left;padding:20px 0 25px;background:#e3e3e3;font:normal 1.3em gloriolaregular;color:#383a37;
}

body.cookies .cookiesdirective div:first-child {
	max-width: 940px;
    padding: 0 65px 0 10px;
	margin: 0 auto;
	position: relative;
}
body.cookies .cookiesdirective a {
	font-family:gloriolamedium;text-decoration:underline;
}

body.cookies .cookiesdirective input[type="submit"],
body.cookies .cookiesdirective input[type="button"] {
	position: absolute;
	right: 9px;
	top: 4px;
    color: #fff;
    font-weight: bold;
    min-width: 1px;
    width:35px;
    padding: 6px;
	cursor:pointer;
	border:none;
	background:#8c8c8c url(../../../img/css/icono/cerrar.png) no-repeat 50% 50%;text-indent:-9999px;

}