

/*Pegar antes de estilizar ancho para movil*/

footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

footer a:hover{
	color: red;
}

.cont-datos{
	margin: 0 auto;
	max-width: 500px;
	padding: 5px 20px;

}

footer #correo{
	width: 90%;
	padding: 0;
	text-align: center;
}

footer #tels{
	max-width: 100%;

}

footer table{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	border: 2px solid;
	text-align: center;
}

footer th, td{
	padding: 8px;
	border: 2px solid;
}

footer td:nth-child(1){
	width: 40%;
}

footer td:nth-child(2){
	width: 60%;
}

#copyright{
	text-align: center;
}


@media only screen and (min-width: 481px) {
footer p{
	font-size: 18px;
}
}

/*@media only screen and (min-width: 769px){

}*/
