
.cntcookie {
    background:#555;
    color:#fff;
    padding:5px 0 5px;
    text-align:center;
    width:100%;
    clear:both;
    float:left;
    font-size:80%;  
    height:40px;
    display:none;
/*    position:relative;*/
position:fixed;
bottom:0px;
    z-index:2;
}
.cntcookie .titulocookie {
    width:100%;
   margin-left:15%
}
.cntcookie .titulocookie h2 {
    color:#fff;
    text-align:left;
    font-size:17px;
    font-weight:normal;
    letter-spacing:0;
    margin-bottom:5px;
    display:inline-block;
    float:left;
	font-family:Verdana;
}
.cntcookie .titulocookie .textocookie {
    text-align:left;
    color:#BFBFBF;
   margin-left:20px;
    float:left;
		font-family:Verdana;
		padding-top:18px;

}
.cntcookie .titulocookie .textocookie a {
    color:#F8B333;
    cursor:pointer;
}
.cntcookie .titulocookie .cerrar {
    display:inline-block;
    float:right;
    cursor:pointer;
    color:#F8B333;
   margin-left:10px;
    font-size:12px;
}