html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	background: #3F4A59;
	line-height: 15px;
}

h1 {
	float: none;
	clear: both;
	width: 500px;
	height: 20px;
	background: url(../img/back-titulo-h1.gif) no-repeat;
	margin: 8px auto 0 auto;
	padding: 5px 0 0 35px;
	color: #fff;
	border: 1px solid #3B4454;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	background-color: #353F4A;
	margin: 3px 0 4px 0;
	padding: 2px 0 2px 4px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

a.active {
	color: #ccc;
}

p {
	margin: 1px 0;
	line-height: 15px;
}

table, div, img {
	border: none;
	border-collapse: collapse;
}

/*** FORMS ***/

form {
	margin: 0;
}

.inputsubmit {
	background-color: #2F3742;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
}

.inputbox {
	border: 1px solid #000;
	background-color: #2F3742;
	color: #fff;
	padding: 5px;
}

textarea {
	border: 1px solid #000;
	background-color: #2F3742;
	color: #fff;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

select {
	background-color: #2F3742;
	color: #fff;
	border: 1px solid #000;
	padding: 3px;
}

/*** LAYERS ***/

#back-top {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 100px;
	background: #3F4A59 url(../img/back-top-total.gif) repeat-y center;
}

#top {
	width: 770px;
	margin: 0 auto;
	height: 100px;
	padding: 0;
	background: #000 url(../img/degrade_top.gif) repeat-x;
}

#back-main {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	background: #3F4A59 url(../img/back-main-total.gif) repeat-y center;
}

#main {
	float: none;
	clear: both;
	width: 770px;
	margin: 0 auto;
	background: #3F4A59 url(../img/back_main.jpg) repeat-y;
	padding: 0;
	min-height: 400px;
	_height: 400px;
}

#col-izquierda {
	float: left;
	width: 220px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#separador-col-izquierda {
	height: 7px;
	background-image: url(../img/separador-col-1.jpg);
	font-size: 0em;
}

#col-central {
	float: left;
	width: 550px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	background-color: #3F4A59;
}

#separador-col-central {
	width: 550px;
	height: 7px;
	background-image: url(../img/separador-col-2.jpg);
	font-size: 0em;
}

#pie {
	clear: both;
	width: 770px;
	min-height: 60px;
	margin: 0;
	background: #000;
	color: #fff;
	border-top: 3px solid #A3A9AF;
}

#logo-rendo {
	float: none;
	clear: both;
	width: 750px;
	margin: 7px auto;
	text-align: right;
}

#final_pie {
	float: none;
	clear: both;
	height: 15px;
}

/*** IMAGENES ***/

#img_bnn_logo {
	float: left;
	width: 280px;
	height: 70px;
}

#img_bnn_superior {
	float: left;
	padding: 5px 0 0 10px;
	width: 480px;
	height: 65px;
	background: url(../img/back-banner-top.jpg) repeat-x;
}

#img_bnn_centro {
	width: 535px;
	margin: 0 auto;
	text-align: center;
}

#img_bnn_izquierdo {
	width: 220px;
	margin: 8px 0;
	padding: 0;
	text-align: center;
}

#img_bnn_izquierdo img {
	border: 1px solid;
	border-color: #323C47;
	margin: 2px 4px;
	_margin: 2px;
}

/*** CONTENIDOS ***/

#contenido {
	width: 515px;
	margin: 0 auto;
	padding:  6px 10px;
	line-height: 1.4em;
	background: url(../img/back-contenido.gif) repeat-y;
	min-height: 120px;
	_height: 120px;	
}

#pie-contenido {
	width: 535px;
	height: 7px;
	margin: 0 auto 10px auto;
	background: url(../img/back-contenido-pie.gif) no-repeat;
}

#texto_pie {
	text-align: center;
	margin: 0;
	padding: 6px;
}

.aviso {
	float: none;
	clear: both;
	padding: 8px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	margin-top: 10px;
	color: #333;
}

#paginacion {
	float: left;
	clear: both;
	width: 100%;
	margin: 6px 0;
	text-align: center;
}

#paginacion a {
	text-decoration: underline;
}

#paginacion .pagina {
	background: #000;
	padding: 5px;
}

#funciones_paginas {
	text-align: right;
	margin: 5px 0 10px 0;
}

#funciones_paginas ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#funciones_paginas ul li {
	display: inline;
	padding: 0 5px;
}

#funciones_paginas img {
	vertical-align: middle;
	margin-right: 4px;
	_margin-right: 2px;
}

.volver {
	clear: both;
	width: 497px;
	text-align: right;
	padding: 15px 0 0 0;
}

/*** ESPACIADORES ***/

.separador {
	clear: both;
	height: 10px;
}

#espacio {
	height: 2px;
}

/*** MENUS ***/

/*** MENU SUPERIOR ***/

.menu_top {
	height: 25px;
	margin: 0;
}

.menu_top ul {
	margin: 0;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	list-style: none;
}

.menu_top ul li {
	float: left;
	height: 20px;
	border-right: 1px dotted #fff;
}

.menu_top ul li a {
	float: left;
	padding: 3px 12px 0 12px;
	text-decoration: none;
	border: none;
	_height: 14px;
}

/*** IDIOMAS ***/

#menu_idiomas {
	float: right;
	margin: 7px 0 0 10px;
	_margin: 7px 0 0 5px;
	width: auto;
}

#menu_idiomas ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_idiomas li {
	float: left;
	margin: 0;
	padding: 0 5px;
	letter-spacing: 1px;
	font-weight: bold;
}

#menu_idiomas li a {
	float: left;
	text-decoration: none;
}

#menu_idiomas img {
	float: left;
	border: none;
	padding-right: 4px;
}

/*** MENU PRINCIPAL ***/

.menu_principal {
	float: none;
	width: 220px;
	height: 170px;
	_height: 172px;
	background: #686868 url(../img/back-menu-principal.jpg);
	margin: 0;
	padding: 0;
}

.menu_principal ul {
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
}

.menu_principal li {
	float: left;
	width: 205px;
	height: 30px;
	margin: 0;
	padding: 0 0 3px 8px;
}

.menu_principal li a {
	display: block;
	float: left;
	width: 205px;
	_width: 165px;
	height: 30px;
	_height: 21px;
	padding: 9px 0 0 40px;
	background: url(../img/boton_subheader_menu_off.jpg) no-repeat top left;
	font: bold 10px Verdana, Tahoma, Helvetica, sans-serif;
	color: #ccc;
	text-transform: uppercase;
}

.menu_principal li a:hover {
	background-image: url(../img/boton_subheader_menu_on.jpg);
	color: #fff;
}

.menu_principal li a.active {
	background-image: url(../img/boton_subheader_menu_on.jpg);
	color: #ccc;
}

/*** PIE ***/

.menu_pie {
	text-align: center;
	margin: 0;
	padding: 0;
}

.menu_pie ul {
	margin: 0 0 4px 0;
	list-style: none;
}

.menu_pie li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

/*** SUBMENU ***/

.menu_sub {
	width: 218px;
}

.menu_sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu_sub li {
	margin-bottom: 1px;
}

.menu_sub li a {
	display: block;
	width: 173px;
	height: 21px;
	padding: 5px 0 0 45px;
	background: url(../img/boton_submenu_off.jpg) no-repeat;
	font-weight: bold;
}

.menu_sub li a:hover {
	background: url(../img/boton_submenu_on.jpg) no-repeat;
	color: #fff;
}

.menu_sub li a.active {
	background: url(../img/boton_submenu_on.jpg) no-repeat;
	color: #fff;
}

/*** MENU LINEAS DE PRODUCTOS ***/

.menu_lineas {
	display: block;
	margin: 6px 0 0 7px;
	padding: 0;
	background: url(../img/back-menu-lineas.jpg) no-repeat;
}

.menu_lineas ul {
	width: 533px;
	height: 127px;
	list-style: none;
	margin: 3px 0 0 2px;
	_margin: 3px 0 0 1px;
	padding: 0;
}

.menu_lineas li {
	float: left;
	width: 102px;
	text-align: center;
	font-weight: bold;
	padding: 5px 2px;
}

.menu_lineas li a {
	height: 123px;
	color: #ccc;
	text-decoration: none;
}

.menu_lineas li a:hover {
	color: #fff;
}

.titulo_lineas {
	display: block;
	width: 100px;
	height: 35px;
	margin: 6px 0 0 0;
	padding: 5px 0 0 0;
	cursor: pointer;
}

/*** MENU DE SUBCATEGORIAS ***/

.menu_categorias {
	float: left;
	margin: 0 auto;
}

.menu_categorias ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu_categorias li {
	float: left;
	margin-bottom: 5px;
}

.menu_categorias li a {
	display: block;
	width: 250px;
	height: 18px;
	padding: 3px 0 0 3px;
	background-color: #2F3742;
	text-decoration: none;
	font-weight: bold;
}

.imagen_categorias {
	float: left;
	margin-right: 4px;
	_margin-right: 4px;
	margin-top: 1px;
}

/*** MODULOS ***/

/*** FORM DE ENVIAR PÁGINA ***/

#enviar_pagina {
	margin-top:20px;
	margin-left: 105px;
	width: 300px;
}

#enviar_pagina .campo {
	margin: 0 0 3px 0;
	padding: 4px;
}

#enviar_pagina .etiqueta {
	display: block;
	margin: 0 0 3px 0;
}

#enviar_pagina .inputbox {
	width: 100%;
}

#enviar_pagina .botones {
	width: 300px;
	text-align: center;
}

/*** GALERÍA DE IMÁGENES ***/

#galeria_img {
	margin: 8px 0 15px 0;
	width: 100%;
	float: left;
}

#galeria_img .contenedor {
	float: left;
	margin: 0 4px 4px 0;
	_margin: 0 2px 4px 0;
}

#galeria_img .miniatura {
	cursor:pointer;
	border: 3px solid #39434F;
}

/*** GALERÍA DE VIDEOS ***/

#galeria_videos {
	margin: 8px 0 15px 0;
	width: 100%;
	float: left;
}

#galeria_videos img {
	cursor: pointer;
}

#galeria_videos .titulo {
	margin-top: 8px;
	margin-left: 5px;
	_margin-left: 2px;
}

#galeria_videos .texto {
	margin-top: 8px;
	margin-left: 5px;
	_margin-left: 2px;
}

#galeria_videos .peso {
	margin-top: 8px;
	margin-left: 5px;
	_margin-left: 2px;
	text-align: left;
}

/** NAVEGADOR MULTIMEDIA **/

#navegador_multimedia {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#666666;
}

#navegador_multimedia #vista_previa {
	border-bottom:1px solid #666666;
}

#navegador_multimedia #contenedor {
	text-align: center;
	background: #3F4A59;
}

#navegador_multimedia .navegador {
	width:100%;
	padding-top: 5px;
	height: 21px;
	background-color:#CCCCCC;
	text-align:center;
}

#navegador_multimedia .titulo {
	width:100%;
	padding: 8px 7px 0px 7px;
	height: 47px;
	_height: 40px;
	background-color:#F2F2F2;
}

/*** ARTICULOS ***/

.panel_articulos {
	float: left;
	width: 320px;
	margin: 6px 0 20px 7px;
	_margin: 6px 0 20px 4px;
	padding: 0;
}

.articulos {
	float: left;
	padding: 0;
}

.panel_articulos, .articulos {
	border-top: 1px solid #555;
	background: #000 url(../img/pie-panel-novedades.gif) no-repeat bottom;
}

.panel_articulos h5 {
	width: 320px;
	height: 16px;
	padding-top: 4px;
	font-size: 1.1em;
	border-bottom: 1px solid #333;
	background: url(../img/back-titulo-panel-novedades.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
}

.panel_articulos_registro, .panel_articulos_newsletter_registro, .articulos_registro, .articulos_relativos_registro {
	float: left;
	clear: both;
	margin: 10px;
	_margin: 10px 5px;
	border-bottom: 1px dashed #777;
}

.panel_articulos_registro {
	width: 300px;
}

.panel_articulos_newsletter_registro {
	width: 185px;
}

.articulos_registro {
	width: 480px;
}

.articulos_relativos_registro {
	width: 500px;
	}

.panel_articulos_fecha, .panel_articulos_newsletter_fecha, .articulos_fecha, .articulos_relativos_fecha {
	float: left;
	padding-right: 6px;
	margin-right: 6px;
	_margin-right: 3px;
	border-right: 1px solid #fff;
}

.panel_articulos_titulo, .panel_articulos_newsletter_titulo, .articulos_titulo, .articulos_relativos_titulo {
	color: #C2EEFE;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.panel_articulos a, .panel_articulos_newsletter a {
	color: #C2EEFE;
}

.panel_articulos a:hover, .panel_articulos_newsletter a:hover {
	color: #73D7FD;
}

.articulos_resumen, .articulos_relativos_resumen, .panel_articulos_resumen {
	margin-top: 15px;
}

.panel_articulos_leermas, .panel_articulos_newsletter_leermas, .articulos_leermas, .articulos_relativos_leermas {
	float: left;
	clear: both;
	margin: 8px;
}

.panel_articulos_todos, .panel_articulos_newsletter_todos {
	margin: 10px;
	_margin: 10px 5px;
	padding-bottom: 10px;
}

/***  NEWSLETTER ***/

.panel_articulos_newsletter {
	float: left;
	width: 205px;
	margin: 6px 0 5px 10px;
	_margin: 6px 0 0 5px;
	padding: 0;
	border-top: 1px solid #555;
	background: #000 url(../img/pie-panel-newsletter.gif) no-repeat bottom;
}

.panel_articulos_newsletter h5 {
	width: 205px;
	height: 16px;
	padding-top: 4px;
	font-size: 1.1em;
	border-bottom: 1px solid #333;
	background: url(../img/back-titulo-panel-news.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
}

.panel_articulos_newsletter_imagen {
	float: left;
	padding: 3px;
	margin-right: 5px;
	_margin-right: 2px;
}

/*** DETALLE DE NOVEDADES ***/

.articulos_detalle, .articulos_newsletter_detalle {
	background-color: #000;
	padding: 20px;
}

.articulos_detalle_titulo, .articulos_newsletter_detalle_titulo {
	color: #C2EEFE;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}

.articulos_imagen, .articulos_detalle_imagen, .articulos_newsletter_detalle_imagen {
	float: left;
	margin: 0 10px 0 0;
	_margin: 0 5px 0 0;
}

.articulos_detalle_texto, .articulos_newsletter_detalle_texto {
	float: none;
	clear: both;
}

/*** PANEL DE SUSCRIPCIÓN ***/

#panel_newsletter {
	float: left;
	width: 205px;
	margin: 6px 0 5px 10px;
	_margin: 6px 0 0 5px;
	padding: 0;
	border-top: 1px solid #555;
	background: #000 url(../img/pie-panel-newsletter.gif) no-repeat bottom;
}

#panel_newsletter h5 {
	width: 205px;
	height: 16px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #333;
	background: #000 url(../img/back-titulo-panel-news.gif) no-repeat;
	margin: 0;
}

#panel_newsletter .campo {
	padding: 5px 5px 0 5px;
}

#panel_newsletter .inputbox {
	width: 90%;
}

#panel_newsletter .inputsubmit {
	cursor: pointer;
}

#panel_newsletter .botones {
	margin: 8px 0 4px 0;
	padding-bottom: 5px;
	text-align: center;
}

/*** CONTACTO ***/

#contactos {
	margin-top: 10px;
}

#contactos .campo {
	margin: 0 0 9px 0;
}

#contactos .etiqueta {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 5px;
	_margin-right: 2px;
	padding-top: 5px;
}

#contactos .botones {
	text-align: center;
}

/*** LISTADO PRODUCTOS ***/

#list_productos {
	margin: 0;
	text-align: center;
}

#productos_relativos {
	float: none;
	clear: both;
	width: 100%;
	}

.productos_registro, .productos_relativos_registro {
	float: left;
	width: 95px;
	margin-left: 5px;
}

.listado_codigo, .listado_codigo_port1, .listado_codigo_port2, .listado_codigo_port3, #relativos_codigo {
	width: 95px;
	height: 20px;
	background: url(../img/back-codigo-producto.gif) no-repeat;
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 10px;
	padding: 5px 0 0 0;
	text-align:center;
}

.listado_nombre, .listado_nombre_port1, .listado_nombre_port2, .listado_nombre_port3, #relativos_nombre {
	background: #29303B url(../img/pie-producto.gif) no-repeat bottom;
	border-top: 1px solid #000;
	padding: 4px;
	margin-bottom: 5px;
	text-align:center;
}

.listado_nombre, .listado_nombre_port1 {
	height: 50px;
}

.listado_nombre_port2 {
	height: 100px;
}

.listado_nombre_port3 {
	height: 140px;
}

.pie_productos_registro {
	clear: both;
	min-height: 5px;
}

/*** DETALLE PRODUCTO ***/

#detalle_grupo_1 {
	background-color:#293038;
	padding: 4px;
	height: 18px;
	margin-bottom:10px;
	font-weight: bold;
}

#detalle_codigo, #detalle_codigo_port1, #detalle_codigo_port2, #detalle_codigo_port3 {
	display:inline;
	padding: 0px 10px 0px 8px;
	float:left;
}

#detalle_resumen {
	float: left;
}

#productos_detalle .etiqueta, #articulos_relativos h5, #productos_relativos h5 {
	text-transform: uppercase;
	background-color: #353F4A;
	font-weight: bold;
	font-size:12px;
	padding: 5px 5px 5px 10px;
	display: block;
	margin-bottom:10px;
	margin-top: 10px;
	clear:both;
}

#detalle_grupo_2 {
	clear:both;
	width: 212px;
	float: left;
}

#detalle_grupo_3 {
	width: 298px;
	float: right;
	margin-bottom:10px;
}

#productos_detalle .iconos {
	padding: 5px 5px 0 0;
}

#detalle_imagen {
	width: 204px;
	background: #39434F;
	padding: 3px;
	margin: 0 0 5px 0;
}

#productos_detalle #galeria_img {
	clear: both;
}

#detalle_manual a {
	margin-left: 5px;
	_margin-left: 2px;
	background: url(../img/manual.gif) no-repeat;
	padding: 0 0 0 20px;
}
