.piedepag {
	font-family: LATO-REGULAR, verdana, arial, century;
	width: 100%;
	clear: both;
	height: auto;
	background-color: white;
	font-size: 14px;
	padding-top: 30px;
	margin-bottom: 20px;
}
.piedepag_cont {
	width: 80%;
	margin: 0 auto;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: grey;
}
#piedepag_menu {
	margin: 0 auto;
    color: #5C5C5C;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
}
#piedepag_menu li {
	margin-left:  5px;
	margin-right: 5px;
}
#piedepag_menu li a {
	color: #5C5C5C;
	text-decoration: none;
}
#piedepag_menu li a:hover {
	color: #00A9EA;
}
#doc_left {
	margin-left: 30px;
	margin-top: 12px;
	float: left;
	font-size: 9px;
}
#doc_right {
	margin-right: 30px;
	margin-top: 12px;
	float: right;
	font-size: 9px;
}
#piedepag_logo {
	clear: both;
	display: flex;
	justify-content: center;
}
.line_redes {
	margin: 0 auto;
	color: #C5C5C5;
	display: flex;	
	clear: both;
	margin-top: 30px;	
	flex-direction: row;
	justify-content: center;
}
.line_redes i {
 	margin-left: 20px;
 	cursor: pointer;
    color: #C5C5C5;
}
#piedepag_redes_txt {
	text-align: center;
}
.copyright {
	width: 80%;
	clear: both;
	display: flex;
	justify-content: center;
	margin-top: 5px;
	padding-top: 5px;
	margin-top: 12px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
	color: #C5C5C5;
	margin: 0 auto;
	text-align: center;
 }
@media screen and (min-width: 781px) and (max-width: 980px) {
.piedepag {
   font-size: 14px;
  }
.copyright {
   font-size: 12px;
  }	
  }
@media screen and (min-width: 451px) and (max-width: 780px) {
.piedepag {
   font-size: 13px;
  }
.copyright {
   font-size: 11px;
  }
#doc_left, #doc_right {
	display: none;
  }
}
@media screen and (max-width: 450px) {
.piedepag {
   font-size: 12px;
  }
.piedepag_cont {
	width: 100%;
  }
.copyright {
	display: none;
  }
#doc_left, #doc_right {
	display: none;
  }
}