body{
background-image: url(../imagenes/main-bg2.gif);
}


#menu{
	width: 790px;
	height: 90px;
	color: white;
	border-bottom: solid white 1px;
	margin: 0px auto;
	background-color: black;
}

#general{
	width:790px;
	margin: 0px auto;
	border: solid white 2px;
}

#contenedor {
	background: url("../imagenes/background.png");
	width: 790px;
	margin: 0px auto;
}

#pie{
	background-color: #CCCCCC;
	width: 790px;
	height: 30px;
	margin: 0px auto;
}

#separarepuestos{
	margin: 5px 2% 7px 6%;
	float: left;
	border: 1px solid black;
}

* html #separarepuestos{
	\margin: 5px 2% 7px 3%;
	m\argin: 5px 2% 7px 3%;
}

#separaboutique{
	margin: 5px 4% 7px 2%;
	float: left;
	border: 1px solid black;
}

#saltos{
	margin:10px 0px 0px 0px;
}

#ubicacion{
	width: 790px;
	height:  432px;
}

#boutique_div img{
	border:0px;
}
#boutique_div a{
	text-decoration:none;
}

#dyd{
	width:790px;
	height: 50px;
	margin: auto;
	text-align: right;
	color:#CCCCCC;
	font-style:italic;
}

#dyd a{
text-decoration:none;
color:#CCCCCC;
}


/* <img src="imagenes/infoarriba.png" width="750" height="20" alt="imagenes/info.png" /> */

/* Lista de categorias. */
#boutique_categorias_div
{
	float:left;
	width:100px;
    background: #F0F7FC;
    border: 1px solid #ACCFE8;
	margin-top:5px;
	text-align:center;
}

/* Lista de articulos. */
#boutique_articulos_div {
    font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-left:5px;
    float:left;
    width:240px;
    height:430px;
    overflow:auto;
    font-size:13px;
}

#boutique_articulos_div ul, li {
	clear:both;
	list-style-type: none;
}

#boutique_articulos_div ul {
    margin: 0;
    padding: 0;
}

#boutique_articulos_div li {
    float: left;
    width:220px;
    border: 1px solid #ACCFE8;
}

#boutique_articulos_div a {
    text-decoration: none;
    color: #3366CC;
    background: #F0F7FC;
    display: block;
    padding: 3px 10px;
    text-align: center;
}


#boutique_articulos_div a#primero {
    border-left: 1px solid #ACCFE8;
}

#boutique_articulos_div a:hover {
    background: #DBEBF6;
}

/* Tabla del articulo. */
.boutique_articulo
{
    background: #F0F7FC;
    border: 1px solid #ACCFE8;
	margin-top:5px;
	width:370px;
}

.boutique_articulo thead
{
    border-bottom: 1px solid #ACCFE8;
}

.boutique_articulo tbody
{
	font-size:14px;
}

.boutique_articulo tbody th
{
	text-align:right;
	width:100px;
}

.boutique_articulo tbody td
{
	text-align:left;
}
