
.quitaSombra{
	box-shadow: 0 0 0 0rem !important;
}

.imgColaboran{
	width: auto;
	height: 4rem;
	/*border: 1px yellow solid;*/
	/*margin: 0.1rem;*/
}

.imgLogo {
	width : auto;
	height: 6rem;
}

a.redesSociales {
	color: rgba(255, 255, 255, 1);
}

a.redesSociales:hover {
	color: rgba(255, 255, 255, 0.5);
}

.tbl_inscripciones table{
	border-collapse: separate;
	/*border-spacing: 0.5em;*/
	width: 100%
}

.tbl_inscripciones th,td{
	width: 33.3%;
}
.tbl_inscripciones td {

	background-position: auto auto;
	background-attachment: fixed;
	background-clip: padding-box;
	text-align: center;

}

.tbl_inscripciones th {
	background-color: #343a40!important;
	background-position: auto auto;
	background-attachment: fixed;
	background-clip: padding-box;
	text-align: center;
	padding: 0.5em;
	color: #fff;
}

