.vpCookiesBox {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	z-index: 999999999 !important;
	-webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	text-align: center
}

.vpCookiesBox h3 {
	font-size: 18px;
	font-weight: 700
	
}

.vpCookiesBox .buttonBox {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center
}

.VPCookiesOpcion button.botones,
.vpCookiesBox .buttonBox button.botones {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	background-color: #0c4893;
	border: 0;
	vertical-align: middle;
	user-select: none;
	padding: .375rem .75rem;
	font-size: 14px;
	line-height: 1.5;
	outline: 0!important;
	transition: all .3s ease-in-out;
	color: #fff
}
.btn-configurar-vpcookiesmodal{
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	background-color: #0c4893;
	border: 0;
	vertical-align: middle;
	user-select: none;
	padding: .375rem .75rem;
	font-size: 14px;
	line-height: 1.5;
	outline: 0!important;
	transition: all .3s ease-in-out;
	color: #fff
}
/*.VPCookiesOpcion button.botones:hover,
.vpCookiesBox .buttonBox button.botones:hover {
	background-color: #ffda2a;
	color: #333
}*/

.vpCookiesBox .buttonBox button.botones.btn-configurar {
	background: #dfdfdf;
	font-size: 11px;
	border: 1px solid #c9c9c9;
	color: #999
}

.vpCookiesBox .buttonBox button.botones.btn-configurar:hover {
	background: #c9c9c9;
	color: #fff
}

.vpCookiesBox input[type=checkbox] {
	display: none
}

.vpCookiesBox input[type=checkbox]+label {
	position: relative;
	padding-left: 55px;
	margin-left: 0
}

.vpCookiesBox input[type=checkbox]+label::before {
	content: "";
	border: 1px solid #cfcfcf;
	width: 50px;
	height: 20px;
	float: left;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	background: linear-gradient(90deg, #fff 50%, #cfcfcf 50%);
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	border-radius: 5px;
	transition: all .3s ease-in-out
}

.vpCookiesBox input[type=checkbox]:checked+label::before {
	background: linear-gradient(90deg, #5bc0de 50%, #fff 50%);
	content: "";
	border: 1px solid #5bc0de
}

#VPCookiesConfigPanel {
	display: block;
	clear: both;
	margin: 10px 0 0;
	max-height:0px;
	overflow:hidden;
	-webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
}

#VPCookiesConfigPanel.opened{
	max-height:100px;

	
}

.clear {
	clear: both
}

.VPCookiesOpcion {
	display: inline;
	margin: 0 15px 0 0;
		max-height:0px;
	overflow:hidden;
	-webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
}

.vpCookiesBox a {
	color: #0c4893
}

.vpCookiesBox::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -10;
	content: "";
	background: #000;
	opacity: .5;
	height: 100%
}

.vpCookiesBox-inner {
	padding: 15px;
	background: #fff!important;
	color: #333
}

.modal_cookies{
	position: fixed;
	width:100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999999999 !important;
	-webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .75);
	text-align: center;
	display:none;
}

.modal_cookies_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -10;
	background: #000;
	opacity: .5;
	height: 100%
}
.contenido_modal_cookies{
	z-index: 9999999999 !important;
}
.contenido_modal_cookies_inside{
	width: 90%;
	max-width:700px;
	margin:0 auto;
	background:#fff;
	padding:25px;
		height:500px;
	overflow-y:scroll;
	position:relative;
}
.contenido_modal_cookies_inside p{font-size:11px; line-height:16px}
.contenido_modal_cookies_inside h4{font-size:15px; margin:20px 0; padding:0}
.ctable {
    display: table;
    height: 100%;
    width: 100%;
	margin-bottom:0
}
.ccell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.tabla_cookies{width:100%; font-size:12px;}
.tabla_cookies td{padding:3px}
.tabla_cookies .principal_titles{background:#F8F8F8; font-weight:bold; font-size:13px}
.opciones_checkbox_cookies{font-weight:normal; font-size:10px}
.titles_cookies{background:#ececec; font-size:12px; font-weight:bold}
.info_cookies{text-align:left}

.cookie_cerrar{
	width: 90%;
	max-width:700px;
	margin:0 auto 5px;
	position:relative;
	text-align:right;
	color:#fff;
	cursor:pointer;
	font-size:18px;
}


.vpCookiesBox .opciones_checkbox_cookies input[type=checkbox] {
	display: inline
}

.vpCookiesBox .opciones_checkbox_cookies input[type=checkbox]+label {
	position: relative;
	padding-left: 0;
	margin-left: 0
}

.vpCookiesBox .opciones_checkbox_cookies input[type=checkbox]+label::before {
	dislay:none
}

.vpCookiesBox input[type=checkbox]:checked+label::before {
	background: linear-gradient(90deg, #5bc0de 50%, #fff 50%);
	content: "";
	border: 1px solid #5bc0de
}

@media only screen and (max-width: 600px){
	.tabla_cookies td{
		clear: both;
		width: 100%;
		float: none;
		display: block;
	}
	.info_cookies{
		border-bottom: 1px solid #cfcfcf
	}
	.titles_cookies{
		display:none;
	}
}