
body{
	background-color: rgb(240, 240, 240) !important;
}
.cabeza{
	background: rgb(34, 34, 34);
	width:100%;
	/* Flexbox */
	display: flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:row;
	flex-wrap:wrap;
  
}
.contenedor {
	width:90%;
  height: 57px;
	max-width:100%;
	margin:auto;
	/* GRIDBOX*/
  display: grid;
	/* grid-template-columns: 3fr 1fr;
	gap: 20px; */
}

.img-header-politica{
	position: absolute;
	margin: 8px 0px;
	width: 230px;
	height: 40px;
	vertical-align: top;
}
.body-politica{
	background-color: rgb(255, 255, 255);
	position: relative;
	top: 80px;
	max-width: 1400px;
	margin-bottom: 100px;
	/* box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.123); */
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.150);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.150);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.150);
}
#section-politica .text-politica{
	padding: 10% 5%;
}
#section-politica .espacios{
	padding: 0px 5%;
}
#section-politica .elementos{
	display: flex;
}
.vineta {
	list-style-type: lower-latin;
}
.p-romana{
	padding-left: 6%;
}
#footer {
	/* position: fixed; */
  background: rgb(34, 34, 34);
	position: relative;
	width: 100%;
	bottom: 0;
  padding: 10px 0 10px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright {
  font-family: "Montserrat";
  text-align: center;
  /* padding-top: 20px; */
}
@media (max-width:1440px) {
	.body-politica{
		width: 95%;
	}
}