/* CONTATO */

.contact {
	float: left;
	display: block;
	padding: 0 0 20px 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+50,eaeaea+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f6f6f6 50%, #eaeaea 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f6f6f6 50%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#f6f6f6 50%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.contact-container {
	margin: 0 auto;
	display: block;
	width: 95%;
}

/* fin de este estilo */


@media screen and (min-width: 800px) { /* PARA PANTALLAS GRANDES */
}

@media screen and (max-width: 799px) { /* PARA PANTALLAS PEQUEÑAS */
}