/*----------------------------
|     * Documento CSS *      |
| Creado por Óscar Enríquez  |
| Website: http://oece.me/   |
----------------------------*/
.cookieDiv {
z-index:1000;
width: 100%;
heigth: auto;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color: #dfbda7;
color: #fff;
padding:15px;
font-size: 16px;
}
.textoCookie {
width: 80%;
float: left;
}
.accionCookie {
width: 20%;
float: right;
}
.cookieDiv p, .cookieDiv a, .cookieDiv div {
margin: 3px 0;
}
.botonCookie {
padding: 5px 12px;
background: #a7dfd9;
box-shadow: 0 3px 0 #0A833D;
-moz-box-shadow: 0 3px 0 #0A833D;
-webkit-box-shadow: 0 3px 0 #0A833D;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
cursor: pointer;
position:relative;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
-ms-transition: none;
text-transform: uppercase;
text-decoration: none;
color: #fff;
font-weight: bold;
display: inline-block;
}		
.botonCookie:hover {
box-shadow: 0 2px 0 #0A833D;
-moz-box-shadow: 0 2px 0 #0A833D;
-webkit-box-shadow: 0 2px 0 #0A833D;
top: 1px;
transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
}
.botonCookie:active {
box-shadow: 0 2px 0 #17AA56, 0px 1px 4px rgba(0,0,0,0.3) inset;
-moz-box-shadow: 0 2px 0 #17AA56, 0px 1px 4px rgba(0,0,0,0.3) inset;
-webkit-box-shadow: 0 2px 0 #17AA56, 0px 1px 4px rgba(0,0,0,0.3) inset;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
-ms-transition: none;
}
.enlaceCookie {
color: #058;
text-decoration: none;
display: inline-block;
}
.enlaceCookie:hover {
color: #058;
text-decoration: underline;
}