/* CSS Document */
#barTop {
	width: 100%;
	height: 45px;
	font-size: 11px;
	background: #242622 url(../imagenes/FndBarTopElTesoro.gif) repeat-x left top;
}
	#barTopIn {
		width: 980px;
		height: 45px;
		margin: 0 auto;
		text-align: center;
	}
		#barTopIn .logoElTesoro {
			width: 125px;
			height: 41px;
			float: left;
			padding: 4px 0 0 25px;
		}
		#barTopIn .sitiosElTesoro {
			width: 490px;
			height: 45px;
			float: left;
		}
			.sitiosElTesoro li {
				display: inline;
				margin: 0 2px;
			}
			.sitiosElTesoro a {
				text-decoration: none;
				height: 26px;
				color: #888C84;
				padding: 19px 26px 0 26px;
				display: inline-block;
			}
			.sitiosElTesoro a:hover {
				color: #30332E;
				background: #BAD405;
				border-bottom: 1px solid #21221F;
				height: 25px;
				padding-top: 8px;
			}
			.sitiosElTesoro .sitioActual, .sitiosElTesoro a:hover.sitioActual  {
				background: #30332E;
				height: 26px;
				border-bottom: none;
				color: #E6E6E7;
				padding: 8px 25px 0 25px;
				border-top: 1px solid #21221F;
				border-left: 1px solid #21221F;
				border-right: 1px solid #21221F;
			}
		#barTopIn .comunidadElTesoro {
			width: 340px;
			height: 30px;
			float: left;
			margin: 15px 0 0 0;
			text-align: right;
		}
			#barTopIn .siguenos {
				width: 80px;
				float: left;
				color: #A0A69C;
				text-align: left;
				padding: 4px 0 0 98px;
			}
			#barTopIn .comunidadElTesoro ul {
				width: 162px;
				float: left;
				text-align: right;
			}
			#barTopIn .comunidadElTesoro li {
				display: inline;
				margin: 0 5px 0 5px;
			}
			#barTopIn .comunidadElTesoro a {
				width: 16px;
				height: 16px;
				display: inline-block;
			}
				#barTopIn .comunidadElTesoro a.blog {
					background: url(../imagenes/iconosSocial/bloglines_16.gif) no-repeat top left;
				}
				#barTopIn .comunidadElTesoro a.twitter {
					background: url(../imagenes/iconosSocial/twitter_16.gif) no-repeat top left;
				}
				#barTopIn .comunidadElTesoro a.facebook {
					background: url(../imagenes/iconosSocial/facebook_16.gif) no-repeat top left;
				}
				#barTopIn .comunidadElTesoro a.vimeo {
					background: url(../imagenes/iconosSocial/vimeo_16.gif) no-repeat top left;
				}
				#barTopIn .comunidadElTesoro a.youtube {
					background: url(../imagenes/iconosSocial/youtube_16.gif) no-repeat top left;
				}
				#barTopIn .comunidadElTesoro a.flickr {
					background: url(../imagenes/iconosSocial/flickr_16.gif) no-repeat top left;
				}
				
				#barTopIn .comunidadElTesoro a:hover {
					background-position: left bottom;
				}
			
