/* Footer Styles */
ul {
	list-style: none inside;
	}

.last {margin-right:0 !important;}

#wrap .products li,.products li.first,.products li.last {
 	float: left;
 	clear: both;
	margin: 20px 0px 20px 0px;
	width: 100%;
	}

#footer {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-size: .7em\9;
	padding:18px 22px 10px 22px;
	background: #F9F9F9;
	border: 1px solid #fff;
	border-bottom:1px solid #ddd;
	margin-bottom: 12px;
}

#footer .widget-title {
	font-weight: bold;
	font-size: 1.1em; 
	color:#333;
	text-shadow: 0px 1px 1px #fff;
	padding-top: 0;
	margin-top: 0;
	letter-spacing: 0.003em;
	background: none;
	padding-left: 0;
}

#footer a{
	color: #333;
	text-decoration: none;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size:1em;
	line-height:1.2;
	line-height:1.5\9;
}

#footer a:hover{
	color: #111;
	text-decoration: underline;
	text-shadow: 0px 1px 1px #fff;
}

#footer .subtitulo{
	font-size: 1.1em;
	font-weight: bold;
	color: #444;
	text-shadow: 0px 1px 1px #fff;
	padding: 9px 0;
	margin: 0;
	line-height: 100%;
	letter-spacing: 0.005em;
}

#footer .top{
	padding-top: 0;
	padding-bottom: 9px;
	margin: 0;
}

/*#footer .one_third{ agregado por ale para acomodar los widgets del footer
	margin-right: 4%;
}

.one_third h3{
color: #ccc;
text-shadow: 1px 1px 3px #000;
}*/

#footer.noborder {
	border: none;
	padding-top: 0;
}

#footer #credits {
	font-size: 11px;
	color: #9f9f9f;
}

/* Layout Shortcodes */
.full-width {width:960px; height:auto; overflow:hidden}

.one_half { width: 48%; }
.one_third { width: 30.66%; } /* el ancho original era de 30.66% pero lo baje para que quedara mejor respecto de los margenes*/
.two_thirds { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourths { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	/*margin-bottom: 5px;*/
	float: left;
}

/* FOOTER REDES SOCIALES */

.titulo-social{
border-top: 1px solid #ddd;
padding: 22px 0 12px 0 !important;
color:#777 !important;
}

.social li{
margin-bottom:-21px\9;
}

.social a{
	width: 37px;
	height:37px;
	display: block;
	float:left;
	margin-right:15px;
	margin-top:15px;
	
}

.social:hover {
	text-decoration: none;
}

.social p{
	text-indent: -999999px;
}

.fb{
	background: url(images/SocialNetworks/sprite-social2.png) no-repeat ; 
	background-position: 0px -44px;
	opacity:.5;
	-webkit-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	transition:all 250ms ease; /* Establecemos una transición a todas las propiedades */
}

.fb:hover{ 
	/*background: url(images/SocialNetworks/sprite-social2.png) no-repeat ; 
	background-position: '0px -44px;*/
	opacity:1;
}

.yt{
	background: url(images/SocialNetworks/sprite-social2.png) no-repeat; 
	/*background-position: -42px 0px;*/
	background-position: -42px -44px;
	opacity:.5;
	-webkit-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	transition:all 250ms ease; /* Establecemos una transición a todas las propiedades */
}

.yt:hover{
	/*background: url(images/SocialNetworks/sprite-social2.png) no-repeat ; 
	background-position: -42px -44px;*/
	opacity:1;
}

.tw{
	background: url(images/SocialNetworks/sprite-social2.png) no-repeat; 
	/*background-position: -88px 0px;*/
	background-position: -88px -44px;
	opacity:.5;
	-webkit-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	transition:all 250ms ease; /* Establecemos una transición a todas las propiedades */
}

.tw:hover{
	/*background: url(images/SocialNetworks/sprite-social2.png) no-repeat; 
	background-position: -88px -44px;*/
	opacity:1;
}

.lin{
	background: url(images/SocialNetworks/sprite-social2.png) no-repeat ; 
	/*background-position: -134px 0px;*/
	background-position: -134px -44px;
	opacity:.5;
	-webkit-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	transition:all 250ms ease; /* Establecemos una transición a todas las propiedades */
}

.lin:hover{ 
	/*background: url(images/SocialNetworks/sprite-social2.png) no-repeat ; 
	background-position: -134px -44px;*/
	opacity:1;
}

.tw  .last{
margin-right:0px;
}

#ba{
	margin:auto;
	width:960px;
	height:60px;
	background:url(images/SocialNetworks/ba.png) center no-repeat #f5802d;
}

#mobile-footer {
	display:none;
	}

@media screen and (max-width: 960px) {
	#footer, #footer-bottom {
		display:none;
		}

	#mobile-footer {
		display:block;
		}
	}