﻿html, body, form {
  height: 100%;
  margin: 0px;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

#Main {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid grey;
  box-shadow: 0.3em 0.3em 0.2em #6E6E6E;
}


#Header {
  background-image: linear-gradient(#E0F8F7, #ffffff);
}

#Left {
  /*width: auto;*/
  /*text-align: center;*/
}

#Version1 {
  /*text-align: center;*/
  font-size: 14px;
  color: #6E6E6E;
  margin-left: 50px;
}

#Version2 {
  width: auto;
  float: right;
}

/*.TextPolice {
  font-size: 14px;
  color: #6E6E6E;
  font-weight: 100;
}*/

.TextPolice {
  /*display: block;*/
  text-align: right;
  font-size: 0.8em;
  color: #6E6E6E;
  font-weight: 100;
}

.ImgBot {
  height: 60px;
  cursor: pointer;
}

.ImgBotRight {
  height: 45px;
  cursor: pointer;
}

/*.ImgUro {
  height: 80px;
  margin-top: 15px;
  margin-left: 15px;
  cursor: pointer;
}*/

.ImgUro {
  height: auto;
  cursor: pointer;
  width: 65%;
}

.IMG_Afu{
  float: left;
  margin-left: 15px;
}

.IMG_Credim{
  float: right;
}

.IMG_Logo{
  float: right;
}

#TextBotCenter{
  text-align: center;
  margin-top: 2%;
}

@media only screen and (max-width: 1199px) {
  #Version2 {
    display: none;
  }

  #Left {
    text-align: center;
  }

  #Version1 {
    margin: 0;
  }

  .ImgUro {
    height: auto;
    cursor: pointer;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ImgUro {
    height: auto;
    cursor: pointer;
    width: 50%;
  }
}