/*---FOOTER---*/
@import url("reset.css");
@import url("fuentes.css");


fieldset { border: none }

footer {
	clear:both;
	width:90%;
	max-width:960px;
    height:auto;
	
	box-sizing:border-box;
	padding:20px;
	
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;	
	justify-content:space-between;
	align-items:center;
	margin:auto;
	margin-top:25px;
	
	box-shadow:0px 2px 2px #000;
		-moz-box-shadow:0px 2px 2px #000;
		-webkit-box-shadow:0px 2px 2px #000;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background: #2f2f2f; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f2f2f 0%, #242424 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#242424)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2f2f2f 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2f2f2f 0%,#242424 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2f2f2f 0%,#242424 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2f2f2f 0%,#242424 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
	}




#acerca-de {
	width:100%;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:10px;
margin:0px 0px 0px 5px;
	
	
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	
	}
	
footer h6 {
	width:100%;
	font-size:14px;
	color:#fff;
	justify-content:center;
	align-items:center;
	
	display:inline-block;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:left;
	align-items:left;
	text-align:left;
	}
	
footer p {
	width:100%;

	font-family:Arial, Helvetica, Sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;
	line-height:15px;
margin:5px 0px 5px 5px;
	
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:left;
	align-items:left;

	}	
	
footer a {
	width:90%;
	color:#fff;
	margin:5px 0px 5px 5px;
	font-family:Arial, Helvetica, Sans-serif;
	
	color:#fff;
	text-align:left;
	line-height:20px;

margin:0px 10px 0px 5px;

	display:flex;

	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}	

#volver{
width:80%;
height:90px;
margin:30px 10px 30px 35px;
background:#4d78b3;

border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	

    display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	text-align:center;
	align-items:center;
}
#volver h6{
    width:100%;
font-family:Arial, Helvetica, Sans-serif;
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height:20px;

margin:0px 10px 0px 5px;

	display:flex;
	
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

	
#volver:hover{
background: #46793a; /* Old browsers */
	background: -moz-linear-gradient(top,  #46793a 0%, #2d4c1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46793a), color-stop(100%,#2d4c1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #46793a 0%,#2d4c1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #46793a 0%,#2d4c1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46793a', endColorstr='#2d4c1e',GradientType=0 ); /* IE6-9 */

	color:fff;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
	
	
	
	
#copyright {
	
	width:95%;
	margin:10px 0px;
}

#copyright p {
	text-align:center;
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, Sans-serif;
}
	
	
#politicas h5{
	
width:200px;
height:auto;


text-align:center;
color:#fff;
font-size:14px;
line-height:23px;
margin-bottom:15px;

display:inline-block;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	
list-style-type: none;		
}



