#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.simp-h4 {
    text-align: justify;
}

.sparkling-text{
    color: red;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

.navbar-no-margin
{
    margin-top: 0px !important;
    border:0;
    border-radius: 0px 0px 0px 0px;
}

.wrap { width:100%; }

.hr-cool {
  border: 1px solid #286090;
}
hr{
    border:1px solid #337ab7;
}

.carousel-inner img { margin: auto; }
.col-custom
{
  padding-left: 50px;
  padding-right: 50px;
}
.h3-custom
{
    font-size: 24px;
  margin-top: 0px;
  font-weight: bold;
  text-align: justify;
  color: #337ab7;
}

.h4-green
{
  color: #337ab7;
}

.p-rules
{
  text-align: justify;
  /*text-indent: 10px;*/
}
.lead-custom
{
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #337ab7;
}

.mp{
  padding: 0px;
}

.panel { border-color: white; }
.panel > .panel-heading {
    border-radius: 4px;
    border-color: white;
    background-image: none;
    background-color: #67ABC9;
    color: #333;
}
.panel > .panel-body {
    background-image: none;
    background-color: #e6e6e6;
    color: black;

}

/* navbar */
.navbar-default {
    background-color: #337ab7;
    border-color: #E7E7E7;
}
/* title */
.navbar-default .navbar-brand {
    color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: white;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:hover{
  color: white;
  background-color: #286090;
}
.navbar-default .navbar-nav > li > a:focus {
    color: white;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #286090;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover{
  background-color: #286090;
  color:white;
}
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #286090;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: white;
    border-bottom-color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
   background-color: #286090;
   color:#ffffff;
 }

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
  background-color: #67ABC9;
}
/* Cambiando el color de los botones */
/* --------------------------------- */
 /*.btn-primary {
   background-color: #070D54;
 }
 .btn-primary:hover {
   background-color: #1F0177;
 }*/

 .clasificar{
   background: #e6e6e6;
   padding: 15px;
 }

 .categoria{
   padding: 15px;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 25px;
}

.btn {
    white-space: normal;
}

.progress{
  height: 30px;
background-color: #dadada;
font-size: 15px;
line-height: 30px;
font-weight: bold;
}

.progress-bar-state{
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}

.delete_link{
  float:right;
}

.open_delete_document{
  float:right;
}

.extra-top-margin{
   margin-top: 35px;
}

mark.error{
    background-color: red;
}

table.inscripcion > tbody > tr > td{
    text-align: center;
    vertical-align: middle;
}

table.inscripcion > tfoot > tr > td{
    background-color: #ddd;
}

table.inscripcion thead th{
    background-color: #67ABC9;
    color: white;
}

table.inscripcion tr th{
    font-size: large;
    text-align: center;
    vertical-align: middle;
}

/* Mensaje simposio-ponencia aceptada */
.msjPonenciaAceptada {
  color:green;
}

/* Mensaje simposio-ponencia pendiente */
.msjPonenciaPendiente {
  color:red;
}

.alert {
    text-align: center;
}

.desplegable{
    background-color:#286090;
    color:#ffffff !important;
}

.desplegable:hover{
    background-color:#67ABC9 !important;
    color:#ffffff !important;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease;
    background-color: #2f353bb2;
    border-radius: 14px;
}

.proximoCongreso:hover .overlay {
    opacity: 1;
    transition: .5s ease;
    transform: rotatey(360deg)
}
.proximoCongreso:hover img,.proximoCongreso:hover h4,.proximoCongreso:hover p {
    transition: .5s ease;
    transform: rotatey(360deg)
}

.text {
    text: asdasd;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
