/***************************Estillos Conocenos**********************/
.contacto{
	width: 95%;
	max-width: 1200px;
	margin:auto;
	padding:10px;
	background-color:rgba(255,255,255,0.5);
}

.columna50{
	margin:10px;
	width:98%;
	}
	
.enlacenegro{	text-decoration:none; color:#000; font-weight:normal; font-size:14px;}
.enlacenegro:hover{ color: #00F;}


/***************************Estillos Responsive**********************/

@media(min-width:620px){
.enlacenegro{ font-size:16px; font-weight:bold ;}
}

@media(min-width:1100px){
.contacto{	display:flex;
	justify_content: center;
	flex-wrap: wrap;}
.columna50{
	margin:10px;
	width:48%;
	}
}