
* {
	margin:0;
	padding:0
}

body {
	font-size: 100%;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

#content{
	width:600px;
	height:460px;
	padding:5px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
	text-align:center;
	z-index: 99999;
}

h3 {
	font-size:18px
}

#texto {
	width:540px;
	margin-left:355px;
	padding-top:30px;
}

#texto p {
	padding-top:20px
}

.info {
	margin-top:30px
}

.mail {
	margin-top:10px;
	width:330px
}

.btnclick, .btnhov, .btn {
	color:#FFF;
	border:none;
	width:90px;
	height:20px;
	margin-left:20px;
	cursor:pointer
}

.btnclick {
	background:rgba(190,18,56,1)
}

.btnhov {
	background:rgba(190,18,56,0.75)

}

.btn {
	background:rgba(209,33,72,0.60)
}

#logoqren {
	background-image:url(../img/qren.png);
	background-repeat:no-repeat;
	position:fixed;
	bottom:10px;
	left:10px;
	width:94px;
	height:42px
}

#powered {
	position:fixed;
	bottom:10px;
	right:10px
}

a:link, a:visited, a:hover, a:focus {
  text-decoration: none;
  color:#FFF;
  font-size:8px
}

img{
	border:none
}
#supersized {
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%
}

#supersized img{
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}


/*Speed*/
#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges
}


/*Quality*/
#supersized.quality img {
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality
}
		
#supersized a {
	z-index:-30;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111
}

#supersized a.prevslide {
	z-index:-20
}

#supersized a.activeslide {
	z-index:-10
}

#supersized a.prevslide img, #supersized a.activeslide img{
	display:inline
}


/*Thumbnail Navigation*/
	
#nextthumb,#prevthumb {
	z-index:6;
	display:none;
	position:fixed;
	bottom:12px;
	height:25px;
	width:25px;
	overflow:hidden;
	background:#ddd;
	border:2px solid #fff;
	-webkit-box-shadow:0 0 5px #000
}

/*#nav {
	z-index:6;
	bottom:12px;
}*/
	
#nextthumb {
	right:12px
}

#prevthumb {
	left:12px
}

#nextthumb:active, #prevthumb:active {
	background-color:#0F0
}

#nextthumb:hover, #prevthumb:hover {
	cursor:pointer
}

.hometit {
	font-family:Open sans,Sans-serif;
	font-size:28px !important;
	font-weight: bold;
	line-height: 28px;
	color:#fff !important;
	padding:20px 0 40px 0;
	text-shadow: 2px 2px #000000;
}

.hometit2 {
	font-family:Open sans,Sans-serif;
	font-size:25px !important;
	color:#fff !important;
	padding:20px 0 60px 0;
	text-shadow: 2px 2px #000000;
}

.hometit3, .hometit3 a {
	font-family:Open sans,Sans-serif;
	font-size:20px !important;
	color:#fff !important;
	padding-top: 20px;
	text-shadow: 2px 2px #000000;
}

.hometit3 img {
	padding-bottom:10px;
}

.link_snig {
	margin-left: 70px;
}