*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: arial;
}

body{
	height: 100%;
	background: #202020;

}




footer{
	color:#FFF;
	background: #202020;


position:absolute; /*El div será ubicado con relación a la pantalla*/
left:0px; /*A la derecha deje un espacio de 0px*/
right:0px; /*A la izquierda deje un espacio de 0px*/
/*bottom:0px; /*Abajo deje un espacio de 0px*/
height:400px; /*alto del div*/
z-index:0;	
	
}
.general{
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 25px;

}
.contenido-footer{
	display: flex;
	justify-content: center;
	max-width: 1200px;
	/*background: skyblue;*/


}
.footer-info{
	width: 100%;
max-width: 600px;


/*background: red;*/
}
.footer-redes{
	width: 300%;
max-width: 350px;
/*background: blue;
margin-left: 10%;*/

}.footer-contactos{
	width: 100%;
max-width: 300px;
/*background: green;
margin-left: 20%;*/
}
	.contenido-footer h1{
		font-size: 18px;


	}
	.footer-info p{
		font-size: 15px;
		margin-top: 10px;	
		color: #9E9E9E;

		
		}
		.footer-info-titulo{
			margin-top: 15px;
			font-weight: 300;
			color: #fff;

		}

	 .fila{
		font-size: 15px;
		margin-top: 15px;
		display: flex;
	
	}
	.fila  label{
		margin-left: 20px;
		margin-top: 10px;
		color: #9E9E9E;

	}
	.contenido-footer img{
		width:  35px;
		height:  35px;
	}
	.derecho{
	border-top: 1px solid #333;
	width: 100%;
	padding-left:40px;
	display: table;
	padding:20px;
	}
		.derecho p{
			display: table-cell;
	

		}
		.desarrollador{
		display: table;
		background: green;
		height: 65px;
		text-align: center;
		width: 65px;
		border-radius: 15px;
		margin-left: 5px;
	
	}
		.desarrollador p{
			display: table-cell;
			margin: 0;
			padding: 0 1rem;
			vertical-align: middle;
			color:#FFF;
			font-size: 25px;
		}
		.despor{
			text-align: right;
			margin-right: 10px;
			color: #3f3f3f;
		}
			.derecho a{
				text-decoration: none;
			}


@media all and (max-width:720px) {
footter
.general{
display: flex;
flex-direction: column;
}
.contenido-footer{
	display: flex;
	flex-direction: column;
}
}
/*
.footer-info{
width:100%;
padding: 10px;

/*background: red;*/
/*}


			}*/

