* {margin: 0;
    padding: 0;}
	

body {
	/*background: #fff url(../img/bg2.gif); */
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;

	font-size: 100%;
	text-align: center; 
	color:#333;
	}
h1{
	font-size: 1.4em;
	text-align: center; 
	color: #333;
	padding:10px 0 10px 0;
	}

h2{
	font-size: 1em;
	text-align:center;
	color:#000000;
}
h3{
	font-size: 1em;
	text-align:center;
	color:#000000;	
}
p{
	text-align:justify;
	font-size:0.8em;
}


#container {
	width: 780px;
	margin:auto;
	float:center;
}
	

#barranav{
	width:744px;
	height:30px;
	margin-top:60px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#fc3;*/
}
#barranav ul{
	width:740px;
	height:30px;
	float:left;
	margin-left:2px;
}
#barranav li{
	display:inline;
	list-style-type:none;
	float:left;
	height:30px;
	}
#sin{
	display:block;
	 height:30px; 
}
	a#sin.ti{
		width:134px;
		background:url(../img/enlaces/tienda02.jpg) top left no-repeat;
	}
	a#sin.ma{
		width:140px;
		background:url(../img/enlaces/marcas02.jpg) top left no-repeat;
	}
	a#sin.cole{
		width:188px;
		background:url(../img/enlaces/colecciones02.jpg) top left no-repeat;
	}
	a#sin.cont{
		width:164px;
		background:url(../img/enlaces/contacto02.jpg) top left no-repeat;
	}
  a#enlace {
                display:block;
                height:30px; 
                text-indent:-9999px;
    }

	a#enlace.h{
		width:114px;
		background:url(../img/enlaces/home.jpg) top left no-repeat;
	}
	a#enlace.t{
		width:134px;
		background:url(../img/enlaces/tienda.jpg) top left no-repeat;
	}
	a#enlace.m{
		width:140px;
		background:url(../img/enlaces/marcas.jpg) top left no-repeat;
	}
	a#enlace.col{
		width:188px;
		background:url(../img/enlaces/colecciones.jpg) top left no-repeat;
	}
	a#enlace.con{
		width:164px;
		background:url(../img/enlaces/contacto.jpg) top left no-repeat;
	}
	a#enlace:hover {
                background-position:0 -30px;
    }



#space{
	clear:both;
}



