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

/* CSS stylos para presentacion de socios */
.conbgsocios {
  background-color: #f1f1f1;
  padding: 40px;
  text-align: center;
}

.linesesiones {
	padding:4px;
  overflow: hidden;
  background-color: #243283;
}

.colsocios {
	background:#fff;
	border-radius: 5px;
	float: left;
	width: 32%;
	height:700px;
	padding: 15px;
	margin-top: 5px;
	margin-right: 12px;
	box-shadow: 2px 2px 5px #999;
}

.contcolsocios:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:600px) {
  .colsocios {
    width: 100%;
  }
}
/* CSS stylos para presentacion de socios */