@charset "utf-8";
/* CSS Document */

.centro {
	text-align: center;	
}

.columna50 {
	width: 48%;
	margin: 0px 0.5% 4% 0.5%;
	float: left;
}
.columna100{
	width:100%;
	height: auto;
	float:inline-start;
}