body {
	font-size: 1.1em;
}

#ImgBtnAbreMenu {
	float: right;
	margin-right: 10px;
	cursor: pointer;
	visibility: hidden;
	display:none;
}

#DivMenuMovil {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 3;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	opacity: 0.9;
	visibility: hidden;
}

#DivContMenuMovil {
	box-shadow: white 0px 0px 10px 4px;
	width: 70%;
	position: relative;
	left: 50%;
	margin-left: -35%;
	top: 30px;
}

.DivMenuM {
	background-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;
}



#CuerpoPrincipal {
	position: relative;
}

#ImgEncabGarantia {
	position: absolute;
	float: right;
	right: 30px;
	top: -14px;
	z-index: 5;
	visibility: visible;
}
/*Encabezado Pagina*/
#DivEncabezado {
	background-color:white;
	position: sticky;
	top: 0px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url("../../Imagenes/FondoEncabezado.png");
	background-repeat: repeat-x;
	z-index: 2;
	box-shadow: 0px 3px 12px 0px #c1c1c1;
}
.DivPrincipal {
	position: absolute;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	top: 50px;
	z-index: 1;
}
#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: 145px;
	background-color: #808080;
	border-radius: 0px;
	background-image: url("../../Imagenes/FondoBoton.png");
	flex-grow: 1;
	font-size: 1.2em;
}
#ImgEncabLogo {
	position: relative;
	float: left;
	width: 312px;
	height: auto;
}

@media screen and (max-width: 1300px) {
	.DivPrincipal {
		width: 98%;
		margin-left: -49%;
		top:10px;
	}
	#DivContMenu {
		justify-content: center;
	}
	.DivMenu {
		flex-grow: 0;
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: 1em;
	}
	.DivPrincipal {
		width: 100%;
		top: 0px;
		left: 49%;
	}
	#DivContMenu {
		display: none;
	}

	#ImgBtnAbreMenu {
		visibility: visible;
		display: inherit;
	}
	#ImgEncabGarantia {
		visibility: hidden;
	}

	#DivEncabezado {
		display: inline-block;
	}	
}

.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;
}
/*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;
	opacity: 0.70;
	width: 100%;
	z-index: -3;
	padding-top: 20px;
	padding-bottom: 20px;
}

#DivPiePlus {
	position: relative;
	height: 90px;
}

#ImgPie {
	position: relative;
	margin-left: -97px;
	left: 50%;
}
/*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;
}
/*HTML*/
h1 {
	text-align: center;
	font-size: 2em;
	font-weight: bolder;
}
h2 {
	text-align: center;
	font-size: 1.3em;
	font-weight: bolder;
}
h4 {
	text-align: center;
	font-size: 1em;
	font-weight: bolder;
    }