html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
}
html{
  background-color: #FFFFFF;
}
.degradado {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  background-image: url('images/background.png');
  background-position: left bottom;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url('images/background.png'); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))), url('images/background.png'); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%), url('images/background.png'); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%), url('images/background.png'); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%), url('images/background.png'); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%), url('images/background.png'); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#container{
  width: 100%;
  height: 200px;
  margin: -100px 0 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
}
#footer{
  background-color: #ECECEC;
  color: #636362;
  width: 100%;
  height: 32px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
/*links principales*/
.link{
  text-decoration: none;
  font-size: 12pt;
  font-weight: 500;
  width: 50%;
  transition: background-image 300ms ease-out 0s;
}
#blanca{
  text-align: left;
  float: right;
}
#bashem{
  text-align: right;
  float: left;
}
.link p{
  margin: 4px 0;
  color: #000;
  transition: color 300ms ease-out 0s;
  outline: none;
}
.link .contenedor{
  height: 150px;
  padding: 30px 5% 0 5%;
  max-width: 400px;
  width: 90%;
  margin: 0 6%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.link .img-container{
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 56px;
} 
#blanca .img-container{
  background-image: url('images/blanca.png');
  background-position: left;
}
#bashem .img-container{
  background-image: url('images/bashem.png');
  background-position: right;
}
#blanca .contenedor{
  float: left;
}
#bashem .contenedor{
  float: right;
}
:focus{
  outline:0px;
}
:active{
  outline:0px;
}
.link :hover button{
  background-color: #FFFFFF;
  color: #173C94;
}
.link :hover .contenedor{
  color: #FFFFFF;
  background-color: #173C94;
  background-image: url('images/background_hover.png');
  background: -moz-linear-gradient(top, rgba(23,60,148,1) 0%, rgba(23,60,148,0) 100%), url('images/background_hover.png'); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,60,148,1)), color-stop(100%,rgba(23,60,148,0))), url('images/background_hover.png'); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(23,60,148,1) 0%,rgba(23,60,148,0) 100%), url('images/background_hover.png'); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(23,60,148,1) 0%,rgba(23,60,148,0) 100%), url('images/background_hover.png'); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(23,60,148,1) 0%,rgba(23,60,148,0) 100%), url('images/background_hover.png'); /* IE10+ */
  background: linear-gradient(to bottom, rgba(23,60,148,1) 0%,rgba(23,60,148,0) 100%), url('images/background_hover.png'); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173c94', endColorstr='#00173c94',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.link :hover p{
  color: #FFFFFF;
}
#blanca :hover .img-container{
  background-image: url('images/blanca_hover.png');
}
#bashem :hover .img-container{
  background-image: url('images/bashem_hover.png');
}
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0 2px;
  font-size: 12pt;
  background-color: #173C94;
  color: #FFF;
  transition: background-color 300ms ease-out 0s;
}
#blanca button{
  width: 108px;
  text-align: right;
}
#bashem button{
  width: 108px;
  text-align: left;
}
@media only screen and (max-width: 798px) {
  .link{
    width: 100%;
  }
  #container {
    margin: 0;
    top: 0;
    height: auto;
    padding: 30px 0 70px 0;
  }
  .link .contenedor {
    float: none !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 798px) and (max-width: 991px) {
  .link .contenedor {
    margin: 0;
    max-width: 360px;
  }
}
