/**
 * Esta hoja de estilo contiene los estilos del aviso de política de cookies
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 */

.cookieNotice{
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	background: #202020;
	opacity: 0.9;
	padding:15px 10%;
	color:#fff;
	display: table;
	width: 100%;
	z-index: 1000;
	text-align: left;
}

.cookieNoticeText{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color:#CCC7C7;
	font-size: 1.2em;
}

.cookieNoticeText a{
	color: #fff;
	text-decoration:underline;
}

.cookieNoticeText a:focus,
.cookieNoticeText a:active {
	outline: 1px dotted #fff;
}

.cookieNoticeButton {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.cookieNoticeText .cookieNoticeTitle{
	font-weight:bold;
	font-size: inherit;
	color: inherit;
}

.cookieNoticeText > *{
	color:#fff;
	margin: 0 0 12px;
}

.cookieNoticeText > *:first-child {
	margin-top: 0;
}

.cookieNoticeText > *:last-child {
	margin-bottom: 0;
}

.cookieNotice .btn:focus,
.cookieNotice .btn:active {
	outline: 1px dotted #fff;
}

.cookieNotice .btn {
	background: #666;
	text-shadow: none;
	color: #fff;
	border: none;
	border-radius: 0;
	transition: .2s;
}

.cookieNotice .btn:hover,
.cookieNotice .btn:focus,
.cookieNotice .btn:active {
	color: #fff;
	background: #777;
	text-decoration: none;
}

.cookieNotice .btn:focus,
.cookieNotice .btn:active {
	outline: 1px dotted #fff;
}
