/* CSS Document */

/* MEDIA QUERYS CONTACTO CSS*/

@media screen and (max-width:1024px){

}

@media screen and (max-width:920px){

}

@media screen and (max-width:640px){
	
	section#contenedor_contacto {
		top: 5em;
	}
	
	div#boton_contacto {
		margin-right: 1em;	
	}
	
	#contacto {
		top: 8em;
		margin-right: 1em;
	}
}

@media screen and (max-width:480px){

	#contacto { 
		font-size: .7em;
	}
	
}


