.panel-group .panel + .panel {
margin-top: 0px;}

.panel-group{
	
		margin-bottom: 0;
		

}


.panel-group .panel {
    margin-bottom: 0px;
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	}

.panel-default > .panel-heading {

    background-color: transparent;
    border-color: transparent;

	}
	
.panel-title {
    font-size: 70%!important;
	color: #003366;
	font-family: 'bosun03';
    text-transform: uppercase;

}



.panel-default {

  position: relative;
  margin-bottom: .1em;
  background: #fff;
  box-shadow:
    /* regular bottom */
    0 .0625em .125em rgba(0, 51, 102, .125),
    /* category color (left) */
    inset 1em 0 0 -.5em rgba(0, 51, 102, 1);
  moz-box-shadow:
    /* regular bottom */
    0 .0625em .125em rgba(0, 51, 102, .125),
    /* category color (left) */
    inset 1em 0 0 -.5em rgba(0, 51, 102, 1);
  border:0;  
}

.panel-collapse{
	
	background-color: white;
}



/* curso e plano crlar - parte de dentro */

.nav-pills > li + li {
    margin-left: 0px!important;
	border-left: 3px solid #003366;
	
}

ul.nav.nav-pills{
	
	position: relative;
	width: 100%;
	
}


ul { 
    margin-top: 7px;
    margin-bottom: 10px;
    list-style-type: none;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 100px;
    border: 2px solid #003366;
    background-color: white;
}


li {
	width: 50%;
	position: relative;
	
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #003366;	
}

.nav-pills > li > a {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 100px 0px 0px 100px;
}

.btnright > a {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 0px 100px 100px 0px!important;

}

/*  ************ DOUTORAMENTOS **************** */


.btnrightplus {
    width: 25%!important;
   
}

.btnrightplus > a {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 0px 100px 100px 0px!important;

}

.btnleftplus {
    width: 25%!important;
   
}

.btnleftplus > a {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 100px 0px 0px 100px!important;

}

.btncenterplus {
    width: 25%!important;
	
}

.btncenterplus > a {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 0px 0px 0px 0px!important;

}

/*  ************ FIM DOUTORAMENTOS **************** */

/*  ************ licenciaturas **************** */


.btnrightpluslin {
    width: 33.3%!important;
   
}

.btnrightpluslin > a {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 0px 100px 100px 0px!important;

}

.btnleftpluslin {
    width: 33.3%!important;
   
}

.btnleftpluslin > a {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 100px 0px 0px 100px!important;

}

.btncenterpluslin {
    width: 33.4%!important;
	
}

.btncenterpluslin > a {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border-radius: 0px 0px 0px 0px!important;

}



/*  ************ fim licenciaturas **************** */


a{
	
	text-align: center;
}

.nav {
    font-size: 48%;
    font-family: 'bosun03';
    text-transform: uppercase;
    font-weight: bold;
}

p {
    margin: 0 0 10px;
    font-size: 9px;
    text-align: justify;
    text-justify: inter-word;
    color: #000000;
    opacity: 0.8;
    font-weight: bold;}
	
.table-responsive {
    border: 0px;
    }
    
 