#pantalla-Cookies {
	background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    z-index: 20;
    top: 0;
    left: 0;
    position: fixed;
}

.myButton {
	background-color: #00EDFF;
    text-transform: uppercase;
    color: #003245;
    letter-spacing: .15em;
    text-align: center;
    font-size: 0.875em;
    font-weight: bold;
    max-width: 125px;
    width: 100%;
    display: block;
    line-height: 1.4em;
    height: 40px;
    padding: 10px;
}
.myButton:hover {
	  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	  filter: alpha(opacity=70);
	  -moz-opacity: 0.7;
	  -khtml-opacity: 0.7;
	  opacity: 0.7;
}
.myButton:active {
	position:relative;
	top:1px;
}


#cookie-bar {
    background: white;
    position: fixed;
    z-index: 25;
    max-width: 400px;
    width: 107%;
    left: 50%;
    top: 50%;
    margin-top: -127.5px;
    margin-left: -200px;
    padding: 50px;
    height: 255px;
}
#cookie-bar p.cookie-mensaje{
	font-weight: 200;
    font-size: 1em;
    color: #003245;
    line-height: 1.2em;
    margin-bottom: 1.5em;
}


#cookie-bar .cookies-title {
  display: block;
  color: #003245;
  font-size: 1.250em;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: .5em;
}
