/* CSS Document */

/* MEDIA QUERYS CONTACTO CSS*/

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

}

@media screen and (max-width:992px){
	section#contenedor_contacto, #contacto {
		top: 16em;
	}

	
}

@media screen and (max-width:768px){
	
	section#contenedor_contacto, #contacto {
		top: 9em;
	}
}

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

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


