body {
  background: linear-gradient(black, rgb(95,43,21), rgb(190, 190, 190)); /* Standard syntax */
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.cotheader {
  margin: 0;
  background-image: url('/static/img/top-background-gradiente.png');
}

.cotimage {
  width: 100%;
  height: 120px; 
  margin-left: auto;
  margin-right: auto;
  background-image: url('/static/img/top-background-logo-transparencias.png');
}

.footer {
  width: 55%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  text-align: center;
  padding: 5px;
  color: white;
  background-color: rgba(50, 50, 50, 0.4);
}

.wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

.nav-cot {
  clear: both;
  padding-top: 5px;
  width: 70%;
  float:right;
}
.nav-cot ul {
  padding-left: 10%;
}
.nav-cot li {
  display: inline;
  padding-left: 1em;
}
.nav-cot li a {
  text-decoration: none;
  background: -moz-linear-gradient(top,  #6a2c11 0%, #6a2c11 40%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a2c11), color-stop(44%,#6a2c11), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8f0222 0%,#8f0222 40%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* W3C */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;

  text-align: center;
  color: white;

  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.botonCOT {
  background: -moz-linear-gradient(top,  #6a2c11 0%, #6a2c11 40%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a2c11), color-stop(44%,#6a2c11), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8f0222 0%,#8f0222 40%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* W3C */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;

  text-align: center;
  color: white;
      
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.botonOCA {
  background: white;
  height: 30px;
  width: 85px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 55px;
  border-radius: 5px;

  background-image: url('/static/img/oca_logo.jpg');
  background-repeat: no-repeat;
  background-size: 100%;


}

.infoLogo {
  background: -moz-linear-gradient(top,  #6a2c11 0%, #6a2c11 40%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a2c11), color-stop(44%,#6a2c11), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8f0222 0%,#8f0222 40%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* W3C */
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;

  border:4px double #ccc;

  text-align: center;
  color: white;

  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.error {
    margin-top: 70px;
    background-color: rgba(150,50,50, 0.9);
    font-size: 120%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    color: white;

}

.success {
    margin-top: 20px;
    background-color: rgba(50,150,50, 0.5);
    font-size: 120%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow-y:auto;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	 background: -moz-linear-gradient(top,  #6a2c11 0%, #6a2c11 40%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a2c11), color-stop(44%,#6a2c11), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8f0222 0%,#8f0222 40%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6a2c11 0%,#6a2c11 40%,#000000 100%); /* W3C */
}

.modal {


    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/static/img/cargando.gif')
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

