




.pie {
	font-family: 'Varela Round', sans-serif;
	margin: 0px;
	padding: 0px;
	min-height: 10em;
	height: auto;
	width: 100%;
	background-color: #D75A0F;
	font-size: 1.1em;
	font-weight: 200;
	color: #FFF;
	line-height: 1.2em;
	display: inline-block;
}
.pie ul{
	padding: 0px;
	clear: none;
	float: right;
	height: auto;
	width: 100%;
	list-style-type: none;
	margin-top: 1em;
	margin-right: 0.3em;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	right: 0em;
}
.pie li{
	padding: 0.1em;
	float: left;
	height: auto;
	width: 10%;
	margin-top: 0px;
	margin-right: 0.3em;
	margin-bottom: 0px;
	margin-left: 0.3em;
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
}


.pie a {
	color: #FFF;
	text-decoration: none;
}
.pie a:hover {
	text-decoration: underline;
}
.piedireccion {
	padding: 0.8em;
	float: left;
	height: auto;
	width: 25%;
	margin-top: 2em;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 2em;
	clear: none;	
}
.piepoliticas {
	padding: 0.8em;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 5.5em;
	margin-right: 2em;
	margin-bottom: 0.8em;
	margin-left: 0.8em;
	text-align: right;
}

@media only screen and (max-width: 64em) {/*980px*/
	
.pie ul{
	padding: 0px;
	clear: none;
	float: right;
	height: auto;
	width: 100%;
	list-style-type: none;
	margin-top: 1em;
	margin-right: 0.3em;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	right: 0em;
}
.pie li{
	padding: 0.1em;
	float: left;
	height: auto;
	width: 11%;
	margin-top: 0px;
	margin-right: 0.3em;
	margin-bottom: 0px;
	margin-left: 0.3em;
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
}
.piedireccion {
	padding: 0.8em;
	float: left;
	height: auto;
	width: 30%;
	margin-top: 2em;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 2em;
	clear: none;	
}
}


@media only screen and (max-width: 61.25em) {/*980px*/
	
.pie ul{
	padding: 0px;
	clear: none;
	float: right;
	height: auto;
	width: 25%;
	list-style-type: none;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0.3em;
	text-align: right;
	right: 0em;
}
.pie li{
	padding: 0.1em;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.3em;
	text-align: center;
	clear: both;
	border-right-width: 0px;
}

 .piedireccion {
	
	width: 60%;
		
}
.piepoliticas {
	margin-top:1em;
	width: 80%;
	
}

}
@media only screen and (max-width: 20em) {/*320px*/
	
.piedireccion {
	width: 60%;
	padding: 0.1em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;		
}
.piepoliticas {
	margin-top:1em;
	width: 100%;
	
}

}
