@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1200px) {
 /* estilos */
 .imagenes {
	 width: 50%; 
	 float: left; 
	 clear: left;
	 }
 .contacto {
	 width: 40%; 
	 text-align: center; 
	 float: right; 
	 padding-top: 150px; 
	 clear: right; 
	 margin-right: 50px;
	 }
 .dive {
	 display: table; 
 	 width: 100%
	 }
 
}
@media screen and (max-width: 480px) {
/* Estilos */
 .imagenes {

	 align-content:center
	 width: 50%
	text-align: center;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 250px;
	 }
 .contacto {
	width: 100%;
	text-align: center;
	float: none;
	 }
 .dive {
	 display: table; 
 	 width: 100%
	 }

}
@media screen and (max-width: 1199px) {
/* Estilos */
 .imagenes {
	 align-content:center
	 width: 50%
	text-align: center;
	width: 100%;
	text-align: center;
	padding-top: 250px;
	 }
 .contacto {
	width: 100%;
	text-align: center;
	display: table;
	position: absolute;
	top: 44px;
	 }
 .dive {
	 display: table; 
 	 width: 100%
	 }

}
