#ImgBtnAbreMenu {
	float: right;
	margin-right: 10px;
	margin-top: -5px;
	cursor: pointer;
	visibility: hidden;
	display:none;
}

#DivMenuMovil {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 300;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	opacity: 0.9;
	visibility: hidden;
}

#DivContMenuMovil {
	box-shadow: white 0px 0px 10px 4px;
	width: 90%;
	position: relative;
	left: 50%;
	margin-left: -45%;
	top: 70px;
	display: flex;
	flex-flow: column;
}

.DivMenuM {
	Xbackground-image: url("../../Imagenes/FondoBotonM.png");
	margin-top: 2px;
	color: black;
	text-align: center;
	height: 45px;
	cursor: pointer;
	font-size: 1.3em;
	padding-top: 7px;
}

#ImgEncabMenu {
	position: relative;
	width: 100%;
	height: auto;
	top: 0px;
	margin-top: 5px;
}



#ImgEncabGarantia {
	position: absolute;
	float: right;
	right: 30px;
	top: -14px;
	z-index: 5;
	visibility: visible;
}
/*Encabezado Pagina*/
#DivEncabezado {
	background-color:white;
	position: sticky;
	top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url("../../Imagenes/FondoEncabezado.png");
	background-repeat: repeat-x;
	z-index: 20;
}
#DivContMenu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 0px;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.DivMenu {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: white;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 5px;
	cursor: pointer;
	padding-top: 5px;
	min-width: 125px;
	background-color: #808080;
	border-radius: 0px;
	background-image: url("../../Imagenes/FondoBoton.png");
	flex-grow: 1;
	font-size: 1.1em;
}
#ImgEncabLogo {
	position: relative;
	float: left;
	width: 280px;
	height: auto;
}


@media screen and (max-width: 480px) {

	#DivContMenu {
		display: none;
	}

	#ImgBtnAbreMenu {
		visibility: visible;
		display: inherit;
	}

}

.ImgFondo {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -5;
}



/*Menu*/
.AMenu {
	text-decoration: none;
	color: white;
	font-family: verdana, tahoma, arial;
}
.AMenuM {
	text-decoration: none;
	color: black;
	font-size: 1.2em;
	font-weight: bolder;
	font-family: verdana, tahoma, arial;
}
/*Cuerpo*/
#DivFondoPrincipal {
	background-color: white;
	opacity: 0.95;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -3;
}

#CuerpoPrincipal {
	padding-bottom: 30px;
	width: 100%;
	padding-left: 0px;
    font-family: Raleway; 
	overflow: hidden;
}
/*Pie*/
#DivPie {
	position: relative;
	background-color: white;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	font-family: verdana;
}


#ImgPie {
	position: relative;
}
/*General*/
.ImgGraficos {
	width: 98%;
	height: auto;
}

.IFil {
	width: 100%;
}

.ParrafoTexto {
	text-align: left;
	color: black;
	font-size: 0.8em;
	font-family: verdana, tahoma, arial;
	margin-left: 5px;
}

.DivAjuste {
	clear: both;
	height: 40px;
}

