body {
  margin-top: 50px;
}
/* proccess ***********************************************************************************************************************************************/

.process-flow {
    max-width:750px;
    padding: 0px;
    margin:0px auto;
}
.process-flow > li {
    clear: right;
    float: left;
    height: 120px;
    margin: 0;
    position: relative;
    width: 256px;
}
.process-flow > li .line {
    height: 300px;
    position: absolute;
    right: -48%;
    top: -0.2em;/*-6.7em*/
    -moz-transform: rotate(-75deg);
    -webkit-transform: rotate(-75deg);
    -o-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
.process-flow > li .line.active .progress {
    height: 300px;
}
.process-flow > li:nth-child(2n) {
    clear: left;
    float: right;
}
.process-flow > li:nth-child(2n) .line {
    left: -242%;
    -moz-transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
}
/*fin-responsive*/
#process{
    padding-bottom:200px;
}
.process-flow > li {
    margin-top:-20px;
    text-align: center;
    color:#fff; 
    margin: 0 auto;
    max-width: 256px;
    opacity: 0.1;
    transition: opacity 2.7s ease-out 0s;
}
.process-flow > li.active {
    opacity: 1;
}
.process-flow > li p {
    margin-bottom: 0;
}
.process-node {
    background: none repeat scroll 0 0 rgba(254, 142, 255, 0);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 200px;
    margin: auto;
    position: relative;
    transition: background 0.6s ease-out 0s;
    width: 200px;
    text-align: center;
}

.process-node i {
    font-size: 30px;
    color:#ffffff;
    opacity: 1;
    position: relative;
    top: 45px;
    transition: opacity 0.6s ease-out 0s;
} 
.process-node h4 {
  margin-top: 30px;
}
.process-node i:last-child {
    opacity: 0;
}
.process-node.active {
    background: none repeat scroll 0 0 #518BBD;/*#FC6F5C*/
}
.process-node.active i:first-child {
    opacity: 0;
}
.process-node.active i:last-child {
    opacity: 1;
}
.line {
    background: none repeat scroll 0 0 rgba(0, 0, 255, 0.1);
    height: 7em;
    margin: auto;
    width: 5px;
}
.line.active .progress1 {
    height: 100%;
}
.progress1 {
    background: none repeat scroll 0 0 rgba(0, 0, 255, 0.5);
    height: 0;
    transition: height 2.2s ease-out 0s;
    width: 100%;
}
/* fin proccess *******************************************************************************************************************************************/
.img-menu {
  width: 40px;
  height: 40px;
  margin-top: 6px;
}

#fondo{ 
  position: static;
  background-image: url("../../images/unerg-01.jpg");  
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0 auto;
  opacity: 0.92;
  
}


#contenido{
  min-height: 600px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.92;

}

#barra{
  width: 100%;
  height: 60px;
  color: white;
  text-align: center;
  background-color: black;
  padding-top: 15px;
  margin-bottom: 40px;
  
}

#logincon{

  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #F3F1FF;
  border-color: black;
  border-style: solid;
  border-radius: 10px;
  width: 100%;
 
}

#centrado{

  padding-top: 40px;
  margin-bottom: 60px;
  padding-right: 20%;
  padding-left: 20%;
}

#footer{
  position: absolute;
  bottom: 0;
  background-color: black;
  text-align: center;
  padding-top: 5px;
  color: white;
  width: 100%;
}

/* ===================== *RASH* =========================*/
#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 5px 15px; 
}

/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
  font-size: 50px;
  margin: 0;
}

.announcement-text {
  margin: 0;
}

/* Table Headers */

table.tablesorter thead {
  cursor: pointer;
}

table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  /* Wrappers */

  #wrapper {
	padding-left: 225px;
  }

  #page-wrapper {
	padding: 15px 25px;
  }

  /* Side Nav */

  .side-nav {
	margin-left: -225px;
	left: 225px;
	width: 225px;
	position: fixed;
	top: 50px;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: black;
	overflow-y: auto;
  }

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown>ul.dropdown-menu {
	position: relative;
	min-width: 225px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
	color: #999999;
	padding: 15px 15px 15px 25px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #080808;
  }

  .side-nav>li>a {
	width: 225px;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
	background-color: #080808;
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }



