a:link, a:visited {
text-decoration: none
}


html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#FFFFFF;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:#FFFFFF;
	}

#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:2;
	top:236px;
	bottom:25px;
	width:757px;
	margin-left:-246px;
	left:50%;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}

* html #content {
	top:0;
	bottom:0;
	height:100%;
	width:757px;
	border-top:236px solid #fff;
	border-bottom:25px solid #fff;
	}

#head {
	position:absolute;
	margin-left:-513px;
	left:50%;
	top:0;
	width:1024px;
	min-width:1024px;
	height:120px;
	font-size:1em;
	z-index:6;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px #000;
	border-left: 1px solid #000;
	}

* html #head {
	top:0px;
	width:1024px;
	height:120px;
	}
	
#sub_cabecera {
	position:absolute;
	z-index:5;
	top:120px;
	width:1024px;
	margin-left:-513px;
	left:50%;
	background:#FFFFFF;
	height: 46px;
	border-top: 1px #000;
	border-right: 1px solid #000;
	border-bottom: 1px #000;
	border-left: 1px solid #000;
	}

* html #sub_cabecera {
	top:0px;
	bottom:0;
	height:46px;
	width:1024px;
	border-top:120px solid #fff;
	border-bottom:0px solid #fff;
	}
	
#menu_cabecera {
	position:absolute;
	z-index:4;
	top:166px;
	width:1024px;
	margin-left:-513px;
	left:50%;
	background:#FFFFFF;
	height: 70px;
	border-top: 1px #000;
	border-right: 1px solid #000;
	border-bottom: 1px #000;
	border-left: 1px solid #000;
	}

* html #menu_cabecera {
	top:0px;
	bottom:0;
	height:70px;
	width:1024px;
	border-top:166px solid #fff;
	border-bottom:0px solid #fff;
	}
	
#menu {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:236px;
	bottom:25px;
	width:270px;
	margin-left:-513px;
	left:50%;
	border-left:1px solid #000;
	}

* html #menu {
	top:0;
	bottom:0;
	height:100%;
	width:270px;
	border-top:236px solid #fff;
	border-bottom:25px solid #fff;
	}
	
#foot {
	text-align:center;
	position:absolute;
	margin-left:-513px;
	left:50%;
	bottom:0;
	width:1024px;
	min-width:1024px;
	height:25px;
	background:#131BAD 0 100px;
	font-size:1em;
	z-index:20;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}

* html #foot {
	bottom:0px; width:1024px; height:25px;
	}

.sub_cabecera_texto {
	color: #FFFFFF;
	letter-spacing: 0.3em;
	font-size: 18px;
}

.pie_texto {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	
}

.pie_texto a:hover {
	text-align: center;
	font-size: 10px;
	color: #CC0000;
}

#boton_menu {
	background-image: url(images/boton.png);
	background-position: center center;
	height: 30px;
	width: 250px;
	background-repeat: no-repeat;
	background-color: #131BAD;
		
}
.menu_general {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}

.menu_general a:hover {
	color: #FF9900; 
}

.menu {
	font-size: 12px;
	color: #FFFFFF;
}
.menu a:hover {
	color: #999999;
}

.descripcion {
	color: #000000;
	font-size: 12px;
}
.descripcion a:hover {
	color: #CC0000;
	font-size: 12px;
}
.descripcion_on {
	color: #131BAD;
	font-size: 12px;
	font-weight: bold;
}
#boton_buscar {
	background-color: #A1A4DE;
	width: 80px;
	height: 20px;
}

.buscar {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.buscar a:hover {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

#seccion {
	display: table-cell;
    vertical-align: middle;
    position: relative;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #333333;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
* html #content #seccion {
    position: relative;
    top: -50%;
    }

#seccion1 {
	display: table-cell;
    vertical-align: middle;
    position: relative;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #333333;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
* html #content #seccion1 {
    position: relative;
    top: -50%;
    }

#seccion2 {
	display: table-cell;
    vertical-align: middle;
    position: relative;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #333333;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
* html #content #seccion2 {
    position: relative;
    top: -50%;
    }
	
#nombre {
	display: table-cell;
    vertical-align: middle;
    position: relative;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #333333;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
* html #content #nombre {
    position: relative;
    top: -50%;
    }

#menu_catalogo ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
.novedades {
	font-size: 12px;
	color: #333333;
}

#menu_catalogo li {
	margin-bottom: 1px;
}

#menu_catalogo a
{
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 12px;
}

#menu_catalogo a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu_catalogo ul ul li {
	margin-bottom: 1px;
}

#menu_catalogo ul ul a
{
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-bottom:1px solid #000;
	font-weight: bold;
}

#menu_catalogo ul ul a:hover
{
	color: #000000;
	text-decoration: none;
}


#menu_catalogo ul ul ul li {
	margin-bottom: 1px;
}

#menu_catalogo ul ul ul a
{
	display: block;
	color: #CC0000;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	border-bottom:1px solid #000;
	font-weight: normal;
}

#menu_catalogo ul ul ul a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu_catalogo ul ul ul ul li {
	margin-bottom: 1px;
}

#menu_catalogo ul ul ul ul a:hover
{
	color: #000000;
	text-decoration: none;
}
 
.producto {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover.producto {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}

.referencia {
	font-size: 14px;
	color: #000000;
}
.fecha {
	font-size: 10px;
	font-style: italic;
	color: #333333;
}
.referencia a:hover {
	font-size: 14px;
	color: #CC0000;
}
.mapaa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.mapab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.empresa_cabecera {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.formato {
	font-size: 12px;
	color: #FFFFFF;
}

.formato a:hover {
	color: #CC0000;
}

.menu_on {
	color: #131BAD;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
#boton_menu_on {
	background-image: url(images/boton_on.png);
	background-position: center center;
	height: 30px;
	width: 250px;
	background-repeat: no-repeat;
	background-color: #131BAD;
}
#imagen {
	border: 1px solid #333333;
	height: 420px;
	width: 420px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}
#imagen_mini {
	border: 1px solid #333333;
	height: 150px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.aviso_legal {
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
}

#tabla_borde1px {
	border: 1px solid #333333;
}
.colores {
	font-size: 12px;
	color: #333333;
}
.precio {
	font-size: 16px;
	color: #131BAD;
}
.pvpr {
	font-size: 12px;
	color: #000000;
}
.menu_clientes {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a:hover.menu_clientes {
	color: #CC3300;
}
.texto_tabla {
	color: #000000;
	font-size: 12px;
}
a:hover.texto_tabla {
	color: #CC0000;
}
.precio_orientativo {
	font-size: 10px;
	font-style: italic;
}
table.tabla
{
border: 1px #333333 solid;
border-collapse: collapse;
border-spacing: 0px; }

table.tabla td 
{
border: 1px #333333 solid;
}
.precio_unidad {
	font-size: 10px;
	color: #000000;
}
.Estilo1 {
	color: #CC0000;
	font-weight: bold;
}
table.tabla_limpia {
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tabla_limpia td {
	border: 1px #FFFFFF solid;
}
.blanco12pxbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.blanco_bold_20px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

a:hover.blanco_bold_20px {
	color: #999999;
}

#ventana_promocion {
	position:absolute;
	z-index:500;
	width:550px;
	margin-left:-275px;
	left:50%;
	top:15px;
	background:#FFFFFF;
	height: 510px;
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid #FFF;
	}

* html #ventana_promocion {
	top:15px;
	bottom:0px;
	height:510px;
	width:550px;
	}
	
#ventana_carrito {
	position:absolute;
	z-index:500;
	width:550px;
	margin-left:-180px;
	left:50%;
	top:370px;
	background:#FFFFFF;
	height: 161px;
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid #FFF;
}

* html #ventana_carrito {
	top:370px;
	bottom:0px;
	height:161px;
	width:550px;
	}

.cerrar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto_promocion {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover.cerrar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	}.texto_promocion2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.amarillo {
	color: #FFFF00;
}

.estilo_16px {font-size: 16px;}


#Tabla_cabecera {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:120px;
}

#cabecera-moly-nueva-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:382px;
	height:120px;
}

#cabecera-moly-nueva-02 {
	position:absolute;
	left:382px;
	top:0px;
	width:300px;
	height:120px;
}

#cabecera-moly-nueva-03 {
	position:absolute;
	left:682px;
	top:0px;
	width:342px;
	height:120px;
}

#cabecera-imagenes {
	position:absolute;
	left:382px;
	top:0px;
	width:300px;
	height:120px;
	z-index: -10;
}
