.nada{}

#main-content {
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

label {
    font-weight: bold;
}

#encabezado {
    width: 100;
    padding: 25px;
}

#logo-presidencia {
    height: 100px;
}

#logo-snd {
    height: 80px;
}

small {
    color: gray;
}

@media screen and (max-width:768px) {
    #logo-presidencia {
        height: 50px;
    }

    #logo-snd {
        height: 40px;
    }
}

.ul-cargos {
    padding: 0;
    list-style-type: none !important;
}

.li-cargos {
    margin-bottom: 15px !important;
}

.dj {
    font-style: italic;
    text-align: justify !important;
}

.dj-check {
    width: 18px;
}

.localidad-check {
    width: 18px;
}

.formacion{
    text-align: justify !important;
}


/* Pasos de formulario */
.wizard-nav-tabs {
	padding: 0;
	margin-bottom: 40px;
	overflow: hidden;
	background: #F5F5F5;
	border: 1px solid #d9d8d8;
}
.wizard-nav-tabs li {
	position: relative;
	display: table-cell;
	float: left;
	list-style-type: none;
	padding: 10px 0;
	padding-left: 60px;
	box-sizing: border-box;
}
.wizard-nav-tabs li:first-child {
	padding-left: 25px;
}
.wizard-nav-tabs li:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #F5F5F5;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}
.wizard-nav-tabs li:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #DCDCDC;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.wizard-nav-tabs-2 li {
	width: 50%;
}

.wizard-nav-tabs-3 li {
	width: 33.3333333333%;
}
.wizard-nav-tabs-4 li {
	width: 25%;
}
.wizard-nav-tabs-5 li {
	width: 20%;
}
.wizard-nav-tabs-6 li {
	width: 16.6666666667%;
}
.wizard-nav-tabs li a {
	text-decoration: none;
	color: #231F20;
}
.wizard-nav-tabs li .wizard-step {
	display: block;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
}
.wizard-nav-tabs li .wizard-step-description {
	display: block;
	line-height: 1.2;
}
.wizard-nav-tabs li.active .wizard-step, .wizard-nav-tabs li.active .wizard-step-description {
	color: #1A2F5A;
}
.wizard-nav-tabs li.active {
	background: #e2e9ef;
}
.wizard-nav-tabs li.active:after {
	border-left: 30px solid #e2e9ef;
}


/******************/