/*
* HTML Template v 1.2
*
*/




/* WRAPPER BOTTOM ---- SOCIAL ICONS ORGANIZED ---width whole footer and bottom wrapper 
Height of bottom-bottom social--------*/
.wrapper{
	width: auto;
	margin: 0px auto;
	position: relative;
	height: 150px;
}


/* image --------------------------------------------------------*/

#copyright { 
  position: relative; 
  width: auto;
  margin: 0 auto;
  bottom: 0px; 
  right: 0px;
  background: trasparent;
  padding: 0;
}

  
#copyright img { 
  text-align : center;
  max-width: 100%;
  height: auto;
  width: auto:
}


/* FOOTER BOTTOM --------------------------------------------------------*/

#bottom{
	position: relative;
	width: auto;
	
	font-size: 12px;
	line-height: 1.5em;
	line-height: 60px;
	color: #868686;
	background: #222426 url(../img/bottom-shadow.png) repeat-x;
}

/* FOOTER height-position- encuentre las mejores ofertas*/

#bottom #bottom-text{
	width: 600px;
	overflow: hidden;
	margin-left: 30px;	
	height: 75px;
}

#bottom a{
	color: #AFEAF9;
	text-decoration: none;
}

#bottom #to-top{
	position: absolute;
	right: 30px;
	top: -22px;
	width: 33px;
	height: 33px;
	background: url(../img/to-top.png) no-repeat;
	cursor: pointer;
}

/* SOCIAL --------------------------------------------------------*/

.social{
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	overflow: hidden;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* SOCIAL icons --------------------------------------------------------*/
#bottom .social a{
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
}

#bottom .social a:hover{
	background-position: 0px -32px;
}
