/* begin overall style */
html 
{ 
	height: 100%; 
}

* { font-family: "Lucida Sans", Arial;  }

body 
{ 
	height: 100%; 
	font-size: 11px; 
	font-family: "Lucida Sans", Arial;
	background:#000000; 
	margin:0 auto; 
	padding:0; 
	text-align: center;
	scrollbar-face-color: #9F9F9F; 
	scrollbar-track-color: #D9D9D9; 
	scrollbar-arrow-color: #8E8E8E; 
	scrollbar-shadow-color: #D9D9D9; 
	scrollbar-dark-shadow-color: #D9D9D9; 
	scrollbar-3dlight-color: #ECECEC; 
	scrollbar-highlight-color: #ECECEC
}
img 
{ 
	border: 0;
}
#main 
{ 
	margin: 0 auto; 
	padding: 0; 
	position: relative; 
	width: 980px;
	background-image: url(/images/paginas/fondo_central.png);
	background-repeat: repeat-x;
	background-position: 0 51px;
	z-index: 0;
}
#leftpane 
{ 
	margin: 0 auto; 
	padding: 0; 
	width: 200px; 
	position: relative;
	float: left;
	z-index: 2;
}
#centerpane 
{
	margin: 0 auto; 
	padding: 0;
	width: 780px;	
	display: block;
	position: relative;
	float: left; 
}
/* Men� lateral (categor�as) */
div.leftmenu { width: 200px; margin: 0 auto; padding: 0; text-align: left; background-color: #B81121; }
#categorias { margin:0 auto; padding:0; width: 100%; #margin-top: -2px }
#categorias ul { list-style: none; margin: 0; padding: 0; }
#categorias * { height: 30px; font-family: arial; font-size: 11px; font-weight: bold; vertical-align: middle;  }
#categorias a { display:block; text-decoration:none; color: #DDDCD9; }

/* Men� de marcas */
/*ul.leftmenu li ul { position: relative; left: 200px; z-index: 999;  border: solid 1px #ff0000; }*/
#categorias li
{
	position: relative;
}
#categorias ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 55%;
	text-align: center;
}
#categorias ul a,
#categorias ul a:visited 
{
	margin: 0 auto;
	padding: 0;
	height: 22px;
	padding-top: 7px;
	color: #fff;
	background: #78000A;
	text-decoration: none;
	border-bottom: solid 1px #AB5055;
}
#categorias ul a:hover 
{
	color: #DDDCD9;
	background: #B81121;
}

#categorias li ul
{
	display: none;
}

#categorias li:hover ul
{
	display: block;	
}

/* Men� superior */
div#botonera-superior
{
	margin: 0 auto;
	padding: 0;
	padding-left: 25px;
	width: 755px;
	height: 37px;
	float: left;
	background-image: url(/images/menu/fondo_botonera_superior.png)
}

ul.topmenu { float: left; list-style:none; margin:0; padding:0; }
ul.topmenu * { margin:0; padding:0; }
ul.topmenu li { float:left; margin: 0; padding: 0; }
ul.topmenu li.opcion { margin-left: -13px }
ul.topmenu li.primera { margin-left: -20px; }
ul.topmenu a { display:block; color:#000; text-decoration:none }
ul.topmenu img { position: relative; }

#pie-pagina
{ 
	position: relative; 
	margin: 0 auto;
	margin-top: -3px;
	#margin-top: 0;	/* s�lo para IE */
	padding: 0;
	
	 
}

#search 
{ 
	position: relative;
	float: left; 
	display: table;  
	overflow: hidden; 
	width: 100%; 
	height: 50px; 
	text-align: center; 
	margin: 0;  
	padding: 0; 
	background-image: url(/images/menu/fondo-buscador.jpg); 
	background-repeat: no-repeat; 
}
#search #inner-search
{
	top: 13px;
	left: 10px;
	position: absolute;
	display: table-cell; 
	vertical-align: middle;
	height: 50px; 
}
#search input.inputSearch 
{
	position: relative;
	color: #542F19; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 12px; 
	width: 136px; 
	height: 18px; 
	background-image: url(/images/menu/fondo-input.jpg); 
	background-repeat: no-repeat; 
}
#search input.buttonSearch 
{
	vertical-align: middle; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	margin-right: 10px; 
}
#login 
{ 
	float: left; 
	display: table; 
	overflow: hidden; 
	width: 100%; 
	height: 94px; 
	text-align: center; 
	margin: 0;  
	padding: 0; 
	background-image: url(/images/menu/fondo_login.jpg); 
	background-repeat: no-repeat;
	color: #FFFFFF; 
}
#login #inner-login
{
	display: table-cell; 
	vertical-align: middle;
}
#login label
{
	float: left;
	margin-top: 8px;
	text-align: right;
	width: 60px;
	padding-right: 5px;
}
#login input.inputLogin 
{
	float: left;
	color: #FFFFFF; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 10px; 
	width: 120px; 
	height: 14px;
	margin-top: 8px; 
	border: 0; 
	background-image: url(/images/menu/fondo_txt_login.jpg); 
	background-repeat: no-repeat; 
}
#login input.passwordLogin
{
	float: left;
	color: #FFFFFF; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 10px; 
	width: 90px; 
	height: 14px;
	margin-top: 8px; 
	border: 0; 
	background-image: url(/images/menu/fondo_txt_login.jpg); 
	background-repeat: no-repeat;
}
#login input.buttonLogin 
{
	float: left;
	margin: 0; 
	padding: 0;
	padding-top: 5px;
	padding-left: 7px; 
}
#login a, #login a:link, #login a:visited
{
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 5px;
}
#content
{
	position: relative;
	top: 30px;
	margin: 0 auto;
	padding-right: 20px;
	height: 500px;

}
#dalediseno, #dalediseno a, #dalediseno a:link, #dalediseno a:visited 
{
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
	background: #000000;
	color: #87888A;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
}
#desytec, #desytec a, #desytec a:link, #desytec a:visited 
{
	display: none;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
	background: #000000;
	color: #87888A;
	text-align: right;
	padding-bottom: 30px;
}
.post .nav
{
    -moz-border-radius:7px;
    padding: 5px;
    background: #F5F5F5;
    clear:left;
}

#detalle-producto
{
	margin: 0 auto;
	padding: 0;
	background-image: url(/images/productos/fondo_detalle.png);
	background-repeat: no-repeat;
	background-color: #B9B9B9;
	width: 349px;
	height: 525px;
	overflow-y: auto;
	color: #FFF;
}
