/* CSS Document */
#barTop {
	width: 100%;
	height: 30px;
	font-size: 11px;
	background: #831608;
}
	#barTopIn {
		width: 980px;
		height: 30px;
		margin: 0 auto;
		text-align: center;
		background: url(../imagenes/FndBarTop.gif) 658px top no-repeat;
	}
		#barTopIn ul {
				float: right;
				margin: 2px 0 0 0;
				padding-right: 6px;
			}
			#barTopIn li {
				display: inline-block;
				float: left;
				margin: 0 0 0 14px;
			}
			#barTopIn a {
				color: #ceebf9;
				height: 20px;
				padding: 8px 4px 0;
				display: block;
				font-size: 12px;
				/*text-indent: -9000%;*/
			}
			#barTopIn a:hover {
				color: #FFF;
			}
				/*#barTopIn a.tesoros {
					background: url(../imagenes/menu/tesorosMillas.gif) no-repeat 4px top;
					width: 141px;
					height: 28px;
				}
				#barTopIn a.contacto {
					background: url(../imagenes/menu/contacto.gif) no-repeat 4px top;
					width: 50px;
					height: 28px;
				}
				#barTopIn a.ingles {
					background: url(../imagenes/menu/english.gif) no-repeat 4px top;
					width: 76px;
					height: 28px;
				}
				
				#barTopIn a:hover {
					background-position: 4px bottom;
				}*/
			
