body{
	background-color: white;
	font-family: 'Lato', sans-serif;
}

.navbar-inverse{
	/*background-color: #141a26;*/
	background-color: #EFEFEE;
}

.nav-pills>li>a{
	color: black;
}

.nav-tabs{
	border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
	border-bottom: 3px solid black;
	font-weight: bold;
}

.nav-tabs>li>a{
	color: black;
}

.breadcrumb>li+li:before {
  content: "\003e";
}
.breadcrumb {
	background-color: transparent;
}

.logo{
	width: 85px;
}

h5 {
	font-weight: bold;
}

h4{
	color: #819199;
}

.table>tbody>tr>td {
	vertical-align: middle;
}

thead{
	background-color: #055d92;
	color: white;
	text-transform: uppercase;
}


.glyphicon {
	padding-right: 2%;
	padding-left: 3%;
}

.well{
	background-color: transparent;
}

.btn-primary {
	/*background-color: #00b8ef;
	border-color: #00b8ef;*/
	background-color: #FF422C;
	border-color: #CC3B2A;
	font-weight: bold;
}

.btn-primary:hover{
	/*background-color: rgb(58, 139, 210);*/
	background-color: rgb(204, 59, 42);
	border-color: #CC3B2A;
}

.menu-container{
	background-color: #ddd;
}

.categoria{
	margin-bottom: 0px;
}

.categoria > .panel-default{
	border: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top: none;
}

.well-user{
	padding: 15px;
	padding-bottom: 0px;
}

.thumbnail:hover {
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
}

.thumbnail {
	margin: 10px;
	min-height: 450px;
}

.thumbnail .caption {
	min-height: 180px;
}

.fa {
	min-width: 38px;	
	display: table-cell;
}

.blue {
	color: #055d92;
	font-weight: bolder;
	font-size: larger;
}

.change-type{
	color: #055d92;
	font-size: larger;
}

a {
	color: #00b8ef;
}

.adjust-padding{
	padding-left: 0px;
}

.media-object {
	padding-top: 16%;
	font-size: 27px;
}

.social-networks{
	text-align: center;
}

.social-networks > li {
	display: inline-block;
}

.social-networks > li > a >i.fa{
	font-size: 15pt;
}
#main-navbar{
	margin-bottom: 0px;
	border-radius: 0px;
}

#second-navbar{
	border-radius: 0px;
	/*background: #055d92;
	border-color: #055d92;*/
	background: #001B5A;
	border-color: #5D6691;
	color: white;
}

#shopping-cart > p{
    margin: 0px;
	padding-top: 4px;
	color: white;
}

#shopping-cart > p:hover{
	cursor: pointer;
	color: #9d9d9d;
}
.navbar-text{
	margin-top: 9px;
	margin-bottom: 10px;
}
.galeria-mini{
	max-width: 100px;
	max-height: 50px;
}

.cover-container {
    height: auto;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.cover-item {
    position: relative;
    display: inline-block;
    margin: 8px 8px;
    box-shadow: 2px 2px 4px #bbb;
    border-top-right-radius: 4px;
    width: 116px;
    height: 158px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-container::-webkit-scrollbar {
	-webkit-appearance: none;
}
 
.cover-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.cover-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .1);
}

.panel-alumno{
	border-color: transparent;
	box-shadow: none;
	margin-bottom: 0px;
}

.panel-alumno>.panel-heading{
	background-color: transparent;
	border-color: transparent;
}

.simple-table>thead{
	background-color: transparent;
	color: #819199;
	font-size: smaller;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
}

.footer>div>div>section>header{
	color: #819199;
	padding-top: 3%;
	padding-bottom: 3%;
	font-weight: bolder;
}

.footer>div>div>section>main{
	color: #819199;
}

.divider {
   overflow: visible; /* For IE */
   padding: 0;
   border: none;
   border-top: 1px solid #ccc;
   color: #333;
   text-align: center;
}
.divider:after {
   content: "ó";
   display: inline-block;
   position: relative;
   top: -0.7em;
   font-size: 1.5em;
   padding: 0 0.25em;
   background: white;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}