/********** General **********/
body
{
	background: #BDD0E1;
	margin: 0;
	padding: 0;
}
/********** General **********/




/********** Estructura **********/
div.divContenedorPrincipal
{
	background: #BDD0E1;
	margin: 0 0 0 -400px;
	padding: 0;
	width: 800px;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
}

div.divCabezal
{
	background: #BDD0E1 url(../imgs/cabezal_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 172px;
	float: left;
	position: relative;
}

div.divBuscador
{
	/*background: url(../imgs/draft_buscador_bg.jpg) no-repeat;*/
	/*background: #BDD0E1;*/
	margin: 0 0 5px 0;
	padding: 0;
	width: 200px;
	height: auto;
	float: left;
	position: relative;
}

div.divContenidoSitio
{
	background: #FFF;
	background: #3FA1FC;
	margin: 0;
	padding: 0;
	width: 800px;
	height: auto;
	float: left;
	position: relative;
}

div.divPanel
{
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
	float: left;
	position: relative;
}

div.divCuerpo
{
	background: #FFF;
	margin: 0;
	padding: 0;
	width: 600px;
	height: auto;
	float: left;
	position: relative;
}

div.divPie
{
	background: #BDD0E1 url(../imgs/draft_pie_bg.jpg) no-repeat;
	margin: 10px 0;
	padding: 0;
	width: 800px;
	height: 67px;
	float: left;
	position: relative;
}
/********** Estructura **********/




/********** Buscador **********/
form.frmBuscar
{
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
	float: left;
	position: relative;
}

label.lblBuscar
{
	background: url(../imgs/buscador_buscar_lbl.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 110px;
	height: auto;
	display: block;
	float: left;
	position: relative;
}

select.selBuscarMarca
{
	background: #FFF;
	color: #666;
	text-align: left;
	font: normal normal normal 10px/25px "Trebuchet MS", Verdana, Arial;
	border: none;
	margin: 5px;
	padding: 0;
	width: 190px;
	height: 25px;
	float: left;
	position: relative;
}

input.txtBuscarProducto
{
	background: #FFF;
	color: #666;
	text-align: left;
	font: normal normal normal 10px/25px "Trebuchet MS", Verdana, Arial;
	border: none;
	margin: 5px;
	padding: 0;
	width: 155px;
	height: 25px;
	float: left;
	position: relative;
}

select.selBuscarPrecio
{
	background: #FFF;
	color: #666;
	text-align: left;
	font: normal normal normal 10px/25px "Trebuchet MS", Verdana, Arial;
	border: none;
	margin: 5px;
	padding: 0;
	width: 190px;
	height: 25px;
	float: left;
	position: relative;
}

input.btnBuscar
{
	background: url(../imgs/buscador_lupa_btn2.jpg) no-repeat;
	border: none;
	margin: 5px;
	padding: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
}

form.frmOrdenar
{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: block;
	float: right;
	position: relative;
}

label.lblVerPor
{
	background: url(../imgs/buscador_verpor_lbl.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 110px;
	height: auto;
	display: block;
	float: left;
	position: relative;
}

select.selVerPor
{
	background: #FFF;
	color: #666;
	text-align: left;
	font: normal normal normal 10px/25px "Trebuchet MS", Verdana, Arial;
	border: none;
	margin: 5px;
	padding: 0;
	width: 155px;
	height: 25px;
	float: left;
	position: relative;
}

input.btnVerPor
{
	background: url(../imgs/buscador_lupa_btn2.jpg) no-repeat;
	border: none;
	margin: 5px;
	padding: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: block;
	float: left;
	position: relative;
}
/********** Buscador **********/




/********** Panel **********/
div.divCategoriasTitulo
{
	background: url(../imgs/categorias_titulo_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 42px;
	float: left;
	position: relative;
}

p.pCategoriasTitulo
{
	color: #FFF;
	text-align: left;
	font: normal normal normal 18px/42px "Trebuchet MS", Verdana, Arial;
	margin: 0 0 0 18px;
	padding: 0;
	width: 200px;
	height: 42px;
	float: left;
	position: relative;
}

div.divPanelSeparador
{
	background: #D22D2D;
	margin: 7px 5px 6px 5px;
	padding: 0;
	width: 190px;
	height: 1px;
	float: left;
	position: relative;
}

a.aPanelBtn:link, a.aPanelBtn:visited, a.aPanelBtn:hover
{
	background: url(../imgs/panel_btn_bg.jpg) no-repeat;
	background-position: 0 0;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	font: normal normal bold 14px/34px "Trebuchet MS", Verdana, Arial;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	height: 34px;
	display: block;
	float: left;
	position: relative;
}
a.aPanelBtn:hover { background-position: 0 -34px; }

div.divNewsletter
{
	/*
	background: #FFF url(../imgs/cabezal_bg.jpg) repeat-x;
	margin: 1px 5px 0 5px;
	padding: 0;
	width: 190px;
	height: 126px;
	float: left;
	position: relative;
	*/
}

a.aOfertas:link, a.aOfertas:visited, a.aOfertas:hover
{
	background: url(../imgs/panel_ofertas_bg.jpg) no-repeat;
	background-position: 0 0;
	text-decoration: none;
	margin: 1px 5px 0 5px;
	padding: 0 0 0 0;
	width: 190px;
	height: 126px;
	display: block;
	float: left;
	position: relative;
}

a.aOfertas:hover { background-position: 0 -126px; }

div.divInfo
{
	background: url(../imgs/info.jpg) no-repeat;
	background-position: 0 0;
	text-decoration: none;
	margin: 1px 5px 0 5px;
	padding: 0 0 0 0;
	width: 190px;
	height: 219px;
	display: block;
	float: left;
	position: relative;
}
/********** Panel **********/




/********** Cuerpo **********/
p.pNoProductos
{
	color: #000;
	text-align: center;
	font: normal normal normal 12px/42px "Trebuchet MS", Verdana, Arial;
	margin: 0 0 0 0;
	padding: 0;
	width: 600px;
	height: 42px;
	float: left;
	position: relative;
}
a.aNoProductos:link, a.aNoProductos:visited, a.aNoProductos:hover
{
	color: #3FA1FC;
	text-align: center;
	font: normal normal normal 12px/34px "Trebuchet MS", Verdana, Arial;
	margin: 0 0 0 0;
	padding: 0;
	width: 600px;
	height: 34px;
	float: left;
	position: relative;
}
a.aNoProductos:hover { color: #D22D2D; }

div.divProducto
{
	background: url(../imgs/producto_bg_2.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 420px;
	float: left;
	position: relative;
}

p.pProductoMarca
{
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font: normal normal bold 15px/25px "Trebuchet MS", Verdana, Arial;
	margin: 5px 15px 6px 15px;
	padding: 0;
	width: 170px;
	height: 25px;
	display: block;
	float: left;
	position: relative;
}

img.imgProductoCuadro
{
	border: none;
	margin: 4px 15px 0 15px;
	padding: 0;
	width: 170px;
	height: 120px;
	float: left;
	position: relative;
}

p.pProductoNombre
{
	color: #3D7DAB;
	text-align: center;
	font: normal normal normal 14px/20px "Trebuchet MS", Verdana, Arial;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 180px;
	height: 40px;
	display: block;
	float: left;
	position: relative;
}

p.pProductoDatos
{
	color: #000;
	text-align: left;
	font: normal normal normal 12px/16px "Trebuchet MS", Verdana, Arial;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 180px;
	height: 126px;
	display: block;
	float: left;
	position: relative;
}

p.pProductoDatos b
{
	color: #3D7DAB;
	text-align: left;
	text-decoration: none;
	font: normal normal normal 12px/16px "Trebuchet MS", Verdana, Arial;
}

p.pProductoPrecioLista
{
	color: #000;
	text-align: center;
	font: normal normal normal 12px/16px "Trebuchet MS", Verdana, Arial;
	margin: 14px 10px 0 10px;
	padding: 0;
	width: 180px;
	height: 20px;
	display: block;
	float: left;
	position: relative;
}

a.aProductoCuotas:link, a.aProductoCuotas:visited, a.aProductoCuotas:hover
{
	background: url(../imgs/producto_cuadro_cuotas.jpg) no-repeat;
	text-decoration: none;
	margin: 0 0 0 2px;
	padding: 0;
	width: 50px;
	height: 54px;
	display: block;
	float: left;
	position: relative;
}

p.pProductoPrecio
{
	background: #D22D2D;
	color: #FFF;
	text-align: center;
	font: normal normal normal 20px/54px "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	width: 146px;
	height: 54px;
	display: block;
	float: left;
	position: relative;
}

a.aProductoComparar:link, a.aProductoComparar:visited, a.aProductoComparar:hover
{
	background: url(../imgs/producto_cuadro_comparar_2.jpg) no-repeat;
	text-decoration: none;
	margin: 5px 0 0 2px;
	padding: 0;
	width: 58px;
	height: 35px;
	display: none;
	visibility: hidden;
	float: left;
	position: relative;
}

a.aProductoDetalles:link, a.aProductoDetalles:visited, a.aProductoDetalles:hover
{
	background: url(../imgs/producto_cuadro_detalles_2.jpg) no-repeat;
	text-decoration: none;
	margin: 5px 2px 0 0;
	padding: 0;
	width: 138px;
	height: 35px;
	display: block;
	float: right;
	position: relative;
}
/********** Cuerpo **********/




/********** Info Producto **********/
div.divSeccionProducto
{
	background: #FFF;
	margin: 0;
	padding: 0;
	width: 400px;
	height: auto;
	float: left;
	position: relative;
}

div.divBarraSuperior
{
	background: #FFF;
	margin: 0 20px;
	padding: 0;
	width: 360px;
	height: 45px;
	float: left;
	position: relative;
}

div.divInfoProducto
{
	background: #FFF;
	margin: 0 20px;
	padding: 0;
	width: 360px;
	height: 795px;
	float: left;
	position: relative;
}

div.divBarraRecomendados
{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 840px;
	float: right;
	position: relative;
}

a.aBarraItemInicio:link, a.aBarraItemInicio:visited, a.aBarraItemInicio:hover,
a.aBarraItemCorreo:link, a.aBarraItemCorreo:visited, a.aBarraItemCorreo:hover
{
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 35px;
	height: 45px;
	display: block;
	float: right;
	position: relative;
}

a.aBarraItemInicio:link, a.aBarraItemInicio:visited, a.aBarraItemInicio:hover
{
	background: url(../imgs/sec_producto_barra_superior_inicio.jpg) no-repeat;
}

a.aBarraItemCorreo:link, a.aBarraItemCorreo:visited, a.aBarraItemCorreo:hover
{
	background: url(../imgs/sec_producto_barra_superior_correo.jpg) no-repeat;
}

img.imgProductoInfo
{
	border: none;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 120px;
	float: left;
	position: relative;
}

p.pProductoTitulo
{
	color: #3D7DAB;
	text-align: left;
	font: normal normal bold 14px/20px "Trebuchet MS", Verdana, Arial;
	margin: 70px 0 10px 0;
	padding: 0;
	width: 190px;
	height: 40px;
	display: block;
	float: left;
	position: relative;
}

div.divInfoProducto ul
{
	background: #FFF;
	margin: 20px;
	padding: 0;
	width: 360px;
	height: auto;
	float: left;
	position: relative;
}

div.divInfoProducto ul li
{
	color: #000;
	text-align: left;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

p.pProductoInfoPrecioLista
{
	color: #000;
	text-align: center;
	font: normal normal normal 12px/16px "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	width: 360px;
	height: 20px;
	display: block;
	float: left;
	position: relative;
}

div.divProductoPrecio
{
	background: #D22D2D;
	margin: 20px 0 0 0;
	padding: 0;
	width: 360px;
	height: 54px;
	float: left;
	position: relative;
}

a.aProductoInfoCuotas:link, a.aProductoInfoCuotas:visited, a.aProductoInfoCuotas:hover
{
	background: url(../imgs/producto_cuadro_cuotas.jpg) no-repeat;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 54px;
	display: block;
	float: left;
	position: relative;
}

p.pProductoInfoPrecio
{
	background: #D22D2D;
	color: #FFF;
	text-align: center;
	font: normal normal normal 20px/54px "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 54px;
	display: block;
	float: left;
	position: relative;
}

p.pProductoIVA
{
	background: url(../imgs/sec_producto_iva_incluido.jpg) no-repeat;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 70px;
	height: 54px;
	display: block;
	float: right;
	position: relative;
}
/********** Info Producto **********/




/********** Otras Secciones **********/
div.divInfoOtraSeccion
{
	background: #FFF;
	margin: 0 20px;
	padding: 0;
	width: 360px;
	height: 795px;
	float: left;
	position: relative;
}

p.pInfoOtraSeccionTitulo
{
	color: #3D7DAB;
	text-align: center;
	font: normal normal bold 20px/40px "Trebuchet MS", Verdana, Arial;
	margin: 20px 0 0 0;
	padding: 0;
	width: 360px;
	height: auto;
	float: left;
	position: relative;
}

p.pInfoOtraSeccionContenido
{
	color: #000;
	text-align: justify;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	margin: 10px 0 0 0;
	padding: 0;
	width: 360px;
	height: auto;
	float: left;
	position: relative;
}

p.pInfoOtraSeccionSubtítulo
{
	color: #3D7DAB;
	text-align: left;
	font: normal normal bold 12px/40px "Trebuchet MS", Verdana, Arial;
	margin: 20px 0 0 0;
	padding: 0;
	width: 360px;
	height: auto;
	float: left;
	position: relative;
}

p.pInfoOtraSeccionContacto
{
	color: #000;
	text-align: justify;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	margin: 10px 0 0 0;
	padding: 0;
	width: 360px;
	height: auto;
	float: left;
	position: relative;
}

a.aInfoOtraSeccionContacto:link, a.aInfoOtraSeccionContacto:visited, a.aInfoOtraSeccionContacto:hover
{
	color: #D22D2D;
	text-align: justify;
	text-decoration: none;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	margin: 0 0 0 0;
	padding: 0;
	width: 360px;
	height: auto;
	float: left;
	position: relative;
}

p.pContactoEnviado
{
	color: #000;
	text-align: center;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	height: 20px;
	float: left;
	position: relative;
}

form.frmContacto
{
	margin: 0;
	padding: 0;
	width: 360px;
	height: auto;
	float: left;
	position: relative;
}

label.lblContacto
{
	color: #000;
	text-align: justify;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	margin: 10px 0 0 0;
	padding: 0;
	width: 160px;
	height: 20px;
	float: left;
	position: relative;
}

input.txtContacto
{
	background: #CBE0F1;
	color: #000;
	text-align: justify;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 200px;
	height: 20px;
	float: left;
	position: relative;
}

textarea.txaContacto
{
	background: #CBE0F1;
	color: #000;
	text-align: justify;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 200px;
	height: 100px;
	float: left;
	position: relative;
}

input.btnContacto
{
	background: url(../imgs/contacto_btn.jpg) no-repeat;
	color: #000;
	text-align: center;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	border: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 112px;
	height: 35px;
	float: right;
	position: relative;
}
/********** Otras Secciones **********/




/********** Cuotas **********/
div.divCuotas
{
	background: #FFF;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 140px;
	float: left;
	position: relative;
}

div.divCuotas h1
{
	color: #3D7DAB;
	text-align: center;
	font: normal normal bold 14px/20px "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 40px;
	float: left;
	position: relative;
}

div.divCuotas p
{
	color: #000;
	text-align: center;
	font: normal normal normal 12px/20px "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 20px;
	float: left;
	position: relative;
}
/********** Cuotas **********/




/********** Comparador **********/
div.divComp
{
	margin: 5px 0 0 2px;
	padding: 0;
	width: 58px;
	height: 35px;
	float: left;
	position: relative;
}

label.lblComp
{
	background: #D22D2D;
	color: #FFF;
	text-align: center;
	font: normal normal normal 9px/15px "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 15px;
	float: left;
	position: relative;
}

input.ckbComp
{
	margin: 5px 24px;
	padding: 0;
	width: 10px;
	height: 10px;
	float: left;
	position: relative;
}

input.btnComp
{
	/*background: #FFF;*/
	background: #D22D2D;
	color: #FFF;
	text-align: center;
	font: normal normal normal 9px/15px "Trebuchet MS", Verdana, Arial;
	border: none;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 15px;
	float: left;
	position: relative;
	cursor: pointer;
}

p.pComp
{
	color: #000;
	text-align: justify;
	font: normal normal normal 12px/14px "Trebuchet MS", Arial, Verdana;
	margin: 5px;
	padding: 0;
	width: auto;
	height: auto;
}
/********** Comparador **********/