.sect{
	padding: 2em;
	display: block;
}


.sect ul{
	margin-left: 30px;
}


.adm_box{
	width: 100%;
	border: 2px solid #004783;
	padding: 8%;
	text-align: center;
}

.adm_bg_form_pre_mat{
	background: #004783;
	color: #EEEEEE;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
}

.adm_blue{
	color: #004783;
	font-weight: bold;
}

.abslider{
	float: none;
}


@media (min-width: 1200px) {

	.div_admision_container{
		/*margin-top: 50px;*/
	}

	.adm_titulo1{
		font-size: 34pt;
		font-weight: bold;
		line-height: 35px;
	}

	.adm_titulo2{
		font-size: 75pt;
		line-height: 78pt;
		font-weight: bold;
	}

	.adm_box{
		font-size: 23pt;
	}


}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	.div_admision_container{
		/*margin-top: 30px;*/
	}

	.adm_titulo1{
		font-size: 34pt;
		font-weight: bold;
		line-height: 35px;
	}

	.adm_titulo2{
		font-size: 75pt;
		line-height: 78pt;
		font-weight: bold;
	}

	.adm_box{
		font-size: 23pt;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	.div_admision_container{
		/*margin-top: 30px;*/
	}

	.adm_titulo1{
		font-size: 24pt;
		font-weight: bold;
		line-height: 28px;
	}

	.adm_titulo2{
		font-size: 50pt;
		line-height: 47pt;
		font-weight: bold;
	}

	.adm_box{
		font-size: 15pt;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.div_admision_container{
		/*margin-top: 30px;*/
	}

	.adm_titulo1{
		font-size: 34pt;
		font-weight: bold;
		line-height: 35px;
	}

	.adm_titulo2{
		font-size: 75pt;
		line-height: 78pt;
		font-weight: bold;
	}

	.adm_box{
		font-size: 23pt;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	.div_admision_container{
		/*margin-top: 30px;*/
	}

	.adm_titulo1{
		font-size: 21pt;
		font-weight: bold;
		line-height: 30px;
	}

	.adm_titulo2{
		font-size: 50pt;
		line-height: 55pt;
		font-weight: bold;
	}

	.adm_box{
		font-size: 23pt;
	}

}

.nav-tabs{
	border-bottom: 1px solid #004783;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border: 1px solid #004783;
	border-bottom-color: transparent;
	color: #004783;
}