html, body, .container{ height: 100%; margin: 0; padding: 0; }
.container{
	width: 100%;
/*	box-shadow: 0px -5px 0 0px #E54E19 inset, 0px 5px 0 0px #0093DD inset;*/

}
.textos{
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ffffff;
  text-decoration: none;
}
.copyright{
	position: relative;
	width: 100%;
	bottom: 5px;
	text-align: center;
}
.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #080B14;
  padding: 10px 16px 10px 16px;
  border: solid #ffffff 2px;
  text-decoration: none;
}

.btn:hover {
  background: #ffffff;
  text-decoration: none;
  color: #080B14;
     -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  
}

#banneramazon300{
  display: none;
  visibility: hidden;
}
#banneramazon468{  
  display: inline;
  visibility: visible;  
}

@media (max-width: 350px) {
#img {width:95%; height:95%;}
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;

}

@media screen and (max-width: 768px) {
  #banneramazon300{
    display: inline;
    visibility: visible;
  }
  #banneramazon468{
    display: none;
    visibility: hidden;
  }
}

#loader { position: fixed; top: 0; left:0; height: 100%; width: 100%; background: url(style/images/loader.gif) white no-repeat center center; z-index: 9999; } 
