﻿
		
			#cookieconsent
			{
				width:100%;
				background-color:#666;
				padding:6px 10px;
				margin:0 auto;
				display:none;
				position:fixed;
				bottom:0;    
				opacity:0.95;
				filter:alpha(opacity=95);/* For IE8 and earlier */
				border-top:dotted 1px #999;
				z-index:10000;
                font-size:12px;
                color:#FFF;
			}   

			#cookieconsent_wrapper { 
				width:100%;
				margin:0 auto;
				overflow:hidden;
				padding-right:18px;
                text-align:center;
			}
		
			#cookieconsent_wrapper p {
				margin:0;
				padding:5px;
				text-align:center;
			}   
            #cookieconsent .cookies_acepto
            {
                padding:3px;
                background-color:#555;
                color:#FFF;
                border:solid 1px #EEE !important;
                width:100px;
                border-radius:4px;
            }
			#cookieconsent .cookies_no_acepto
			{
                padding:3px;
                color:#FFF;
                width:100px;
                border-radius:4px;
			}
            #cookieconsent .cookies_acepto:hover{
                border:solid 1px #555;
                background-color:#EEE;
                color:#555;
            }
			 #cookieconsent .cookies_no_acepto:hover{
                background-color:#999;
				list-style:decimal
			 }
			
			
			