/*
Definicion de Estilos
Creado por: Cristian Acuña
http://codigonet.net
Octubre 2008
*/

body {
	margin: 0px;
	background: url(../img/fondo_trama.jpg) repeat-x;
	background-color: #808285;
}
input,textarea{
	font: 10px Verdana;
	color: black;
	width: 196px;
	height: 16px;
	border: 0;
	padding: 2px 5px;
	background-color: #ffffff;
}
.oculto{
	display:none;
}

#contenedor {
	width: 736px;
	margin: 0 auto;
	padding: 0 10px;
}

#contenedor #cabecera{
	height: 142px;
	padding-left: 2px;
}
#cabecera #menu_left a, #cabecera #menu_right a{
	margin-top: 100px;
	margin-left: 35px;
	width: 90px;
	border-top: 2px solid white;
	padding-top: 3px;
	float: left;
	font: 10px Verdana;
	text-align: center;
	text-decoration:none;
	color: white;
}
#cabecera #menu_left a:hover, #cabecera #menu_right a:hover{
	color: #F7931E;
	border-top: 2px solid #F7931E;
}
#cabecera #logo a{
	width: 160px;
	height: 142px;
	margin-left: 40px;
	display: block;
	text-indent: -80px;
	overflow: hidden;
	float: left;
	background: url(../img/logo.jpg) no-repeat;
}
#contenedor #contenido{
	clear: both;
	display: block;
}
#contenido #box_top{
	height: 84px;
	margin: 0 auto;
	display: block;
	clear: both;
}
#box_top #box_msg {
	padding: 15px 0 15px 20px;
	width: 324px;
	height: 54px;
	overflow: auto;
	background-color: #808080;
	float:left;
}
#box_top #box_msg span{
	color: #000000;
	float:left;
	font: 11px Verdana;
	line-height: 135%;
}
#box_top #box_search{
	width: 392px;
	height: 84px;
	overflow: hidden;
	background-color: #F7931E;
	font: 11px Verdana;
	color: #000000;
	float:left;
}

/* Zona de Buscadores */
#box_search #box_input{
	width: 393px;
	height: 38px;
}
#box_search #box_input span{
	width: 140px;
	height:18px;
	margin-left:28px;
	margin-top:14px;
	padding-top:3px;
	font: 10px Verdana;
	color: #000000;
	float:left;
}
#box_search #box_input input{
	width: 152px;
	height:14px;
	margin-top:14px;
	float:left;
}
#box_search #box_input #lupa{
	width: 12px;
	height:9px;
	margin: 18px 16px 11px 6px;
	border: 0px;
	float:left;
}
#box_search #box_input #login{
	width: 28px;
	height:12px;
	margin: 6px 0;
	border: 0px;
	float:left;
}

#box_search #box_buttons{
	width: 393px;
	height: 46px;
}
#box_buttons span{
	width: 76px;
	height:31px;
	margin-left:6px;
	margin-right:6px;
	*margin-right:-2px;
	*margin-top:12px;
	font: 10px Verdana;
	color: #000000;
	text-align: right;
	float:left;
}
#box_buttons ul.sf-menu{
	margin-top:8px;
	padding-top:5px;
	*padding-top:0;
	*margin-top:15px;
	list-style:none;
}
#box_buttons ul.sf-menu span.sf-sub-indicator{
	display: none;
}
#box_buttons ul.sf-menu li{
	width: 68px;
	height:15px;
	/*padding-top:6px;*/
	margin-left:6px;
	*margin-right:4px;
	list-style:none;
	float:left;
}
#box_buttons ul.sf-menu li ul{
	margin-top: 13px;
	padding:0;
	width: 98px;
	height: auto;
	list-style:none;
	position:absolute;
	float:left;
	*margin-left:-74px;
}
#box_buttons ul.sf-menu li ul li a{
	min-width: 90px;
	height: 20px;
	margin-left: -6px;
	text-align:center;
	text-decoration:none;
	background-color: #CCCCCC;
	color: black;
	float:left;
}
#box_buttons ul.sf-menu ul li a:hover{
	background-color: #EE8E1D;
	color: white;
}
#box_buttons ul.sf-menu li a.botones {
	width: 68px;
	*width:74px;
	height:15px;
	font: 9px Verdana;
	color: #000000;
	text-align: center;
	text-decoration: none;
	text-transform:capitalize;
	background-color: #FBB03B;
	color: black;
	float:left;
}
/* Fin Zona de Buscadores */

#box_center{
	height: 374px;
	margin: 0 auto;
	background-color: #B2B2B2;
	display: block;
	clear: both;
}
#box_content{
	width: 343px;
	float: left;
}
#box_novedad, #box_contacto, #box_contacto_enviando,#box_contacto_enviado{
	width: 343px;
	height: 308px;
	margin: 0 auto;
	display: block;
	clear: both;
	background: url(../img/novedades_bg.jpg) repeat-x;
}
#box_contacto,#box_contacto_enviando,#box_contacto_enviado{
	height: 284px;
	padding-top: 24px;
	display:none;
	* padding-left: 10px;
	* width: 333px;
	background: url(../img/contactenos_bg.jpg) repeat-x;
}
#box_contacto_enviando,#box_contacto_enviado{
	padding-top: 124px;
	padding-left: 74px;
	width: 269px;
	height: 184px;
	font: 10px Verdana;
	color: white;
}
#box_contacto fieldset{
	margin-left: 44px;
	border: 0;
}
#box_contacto div{
	float: left;
	margin-bottom: 12px;
}
#box_contacto div label{
	font: 10px Verdana;
	margin-top: 6px;
	color: white;
	width: 60px;
	float: left;
}
#box_contacto div input,#box_contacto div textarea{
	width: 196px;
	height: 16px;
}
#box_contacto div label.et_comm{
	width: 100%;
	margin-top: 0;
	margin-bottom: 5px;
	float: left;
}
#box_contacto div textarea{
	width: 255px;
	height: 114px;
}
#box_contacto fieldset #enviar{
	margin-top: -14px;
	margin-right: 12px;
	border: 0;
	padding: 0;
	background-color: transparent;
	font: 14px Verdana;
	color: white;
	float: right;
}


#box_novedad a{
	width: 272px;
	height: 205px;
	margin-left: 52px;
	margin-top: 37px;
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: white;
	float: left;
}
#box_novedad a img{
	width: 272px;
	height: 205px;
	border: 0;
}
#box_novedad span{
	margin-right: 33px;
	margin-top: 14px;
	font: 12px Verdana;
	color: black;
	float: right;
}

#box_address {
	text-align: center;
	font: 10px Verdana;
	color: black;
	width: 278px;
	margin-right:10px;
	margin-top:10px;
	float: right;
}
#box_address a{
	font: 10px Verdana;
	color: black;
	text-decoration: none;
}

/* Zona de Resultado de Busqueda y Categor�a*/
#box_categoria{
	width: 392px;
	float: left;
}
#box_categoria #resultado_categoria{
	width: 387px;
	height: 98px;
	padding-left:5px;
	float: left;
}
#resultado_categoria span{
	width: 100%;
	height: 20px;
	font: 16px Verdana;
	text-align:center;
	padding-top: 8px;
	color: black;
	float: left;
}
#resultado_categoria a.productos_previos,#resultado_categoria a.productos_siguientes{
	width: 12px;
	height: 12px;
	margin:25px 0;
	font: 10px Verdana;
	text-align:center;
	color: black;
	float: left;
	text-indent: -80px;
	overflow: hidden;
}
#resultado_categoria a.productos_previos{
	background: url(../img/slice_left.jpg) no-repeat;
	margin-left:10px;
}
#resultado_categoria a.productos_siguientes{
	background: url(../img/slice_right.jpg) no-repeat;
}
#resultado_categoria a.producto_slice{
	width: 74px;
	height: 56px;
	font: 10px Verdana;
	text-align:center;
	margin: 5px;
	color: white;
	float: left;
	background-color: black;
}
#resultado_categoria a.producto_slice img{
	width: 74px;
	height: 56px;
	border: 0px;
}
#resultado_categoria span.producto_buscando,#resultado_categoria span.producto_noencontrado {
	width: 366px;
	height: 36px;
	font: 10px Verdana;
	text-align:center;
	margin: 5px;
	color: white;
	float: left;
	padding:0;
	padding-top:20px;
	background-color: black;
}
#resultado_categoria #productos_slice{
	width: 336px;
	height: 36px;
	text-align:center;
	color: white;
	float: left;
}

#box_categoria #galeria_categoria{
	width: 392px;
	height: 276px;
	float: left;
	background: url(../img/categoria_bg.jpg) no-repeat;
}
#galeria_categoria a{
	width: 302px;
	height: 227px;
	margin-left: 61px;
	margin-top: 7px;
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: white;
	float: left;
}
#galeria_categoria a img{
	width: 302px;
	height: 227px;
	border:0;
}
#galeria_categoria span{
	margin-right: 47px;
	margin-top: 9px;
	font: 12px Verdana;
	color: black;
	float: right;
}
/* Fin Zona de Resultado de Busqueda y Categor�a*/

/* Zona de Vitrina de Producto*/
#vitrina{
	width:550px;
	height: 350px;
	padding:0;
	background-color:white;
	border:1px solid red;
}
#vitrina span.titulo, #vitrina a.cerrar{
	padding: 10px 20px 10px 20px;
	height:15px;
	width:440px;
	font:10px Verdana;
	font-weight:bold;
	background-color:#cccccc;
	color:black;
	float:left;
}
#vitrina a.cerrar{
	width:30px;
}
#vitrina img{
	width: 60%;
	height: 80%;
	padding-right: 10px;
	float:left;
}
#vitrina div.contenido{
	/*width: 430px;*/
	height: 295px;
	padding:10px;
	font:10px Verdana;
	background-color:white;
	color:black;
	float:left;
	overflow: hidden;
}
#vitrina div.contenido span{
	font:10px Verdana;
	color:black;
}

#desarrollado{
	width: 110px;
	height: 15px;
	background: url(../img/codigonet_110_18.jpg);
	margin-top:5px;
	text-indent: -580px;
	overflow: hidden;
	display:block;
	margin-left: 80px;
	*margin-left: 0;
}