/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 12/06/2020, 08:04:43 AM
    Author     : Cristian Rodriguez <crodriguez@akelita.com>
*/

div#footerMSG+div#containerHome {
	height: 85%;
	overflow: auto;
}

div#footerMSG {
	position: fixed;
	bottom: 0;
	background: #FFF;
	width: 100%;
	height: 15%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 5px solid #FFF;
	z-index: 1;
}

span.footerMSGP {
	position: absolute;
	top: -22px;
	background: #FFF;
	font-size: 12px;
	padding: 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 90px;
	text-align: center;
	left: 5px;
}
@media  screen and (min-width:600px){
	div#footerMSG {
		position: absolute !important;
		bottom: 0;
		width: 48%;
		left: 2%;
		height: 80px;
	}
	div#containerHome {
		height: 100% !important;
	}
	.menu_footer_ads {
		width: 50%;
		position: relative;
		margin-left: 50%;
	}
}