/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Barra aceptacion politica cookies
-----------------------------------------------------------------*/
#aceptacionpc {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    text-align:center;
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:99999;
}
#aceptacionpc .inner {
	padding:5px 10px;
}
#aceptacionpc .inner a {
	margin-left:5px;
}

