#galleta-main {
	font-size: 14px;
	position: fixed; 
	bottom: 0; 
	z-index: 999999; 
	width: 100%;
	-webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
	background: #fff;
	margin: 0; 
	padding: 0;
	left:0px;
	display: none;
}

#galleta-main .galleta-container,
#galleta-main h2,
#galleta-main p,
#galleta-main a {
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 24px; 
	max-width: 100%;
}    
#galleta-main .galleta-container {
	max-width:1280px;
	margin:0 auto;
	padding:15px;
}
#galleta-main p {
	margin:0;
	margin-bottom:15px;
	line-height: 1.4em;
}    
#galleta-main a {
	color: #005940;
	text-decoration: underline;
}
#galleta-main h2{
	font-size: 1.5em;
	font-weight: 700;
	margin:0 0 15px 0;
	text-transform: none;
	border-bottom: none;
}
#galleta-main .galleta-content{
	margin-bottom:15px;
}
#galleta-main .accept_galletas {
	display: inline-block;
	position: relative;
	background: #ffa111;
	border: 1px solid #ffa111;
	border-top-color: rgb(255, 161, 17);
	border-right-color: rgb(255, 161, 17);
	border-bottom-color: rgb(255, 161, 17);
	border-left-color: rgb(255, 161, 17);
	vertical-align: middle;
	color: #FFF !important;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none !important;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#galleta-main .accept_galletas:hover{
	background: #333;
	color: #ffa111 !important;
	border-color: #333;
	text-decoration: none;
}

#galleta-main .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	float:right;
}
#galleta-main .switch input {display:none;}
#galleta-main .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
#galleta-main .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
#galleta-main input:checked + .slider.vast {
	background-color: #6b9a8c;
}
#galleta-main input:checked + .slider {
	background-color: #00583f;
}
#galleta-main input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
#galleta-main input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
#galleta-main .slider.round {
	border-radius: 34px;
}

#galleta-main .slider.round:before {
	border-radius: 50%;
}