﻿/*Maquetacion*/

html, body, form
{
    margin:0px; padding:0px;
    width:100%; height:100%;
}

.cabecera
{
	width:1000px;
	height:132px; 
	background-image:url(../images/cabecera2.gif);	
}

.menu_over
{
	background:url(../images/menuActivo.gif) repeat-x bottom;	
}

.menu_out
{
	background:transparent;
}

.desplegable_superior
{
	height:15px;
	background-image:url(../images/despSup.gif); 
	background-repeat:no-repeat;
}

.desplegable_medio
{
	height:18px;
	background-image:url(../images/despLinea.gif); 
	background-repeat:no-repeat;
	background-position:center;
	background-color:Transparent;
}

.desplegable_inferior
{
	height:34px;
	background-image:url(../images/despInf.gif); 
	background-repeat:no-repeat;
}

.sombra_cabecera
{
	width:1000px; 
	height:17px; 
	background-image:url(../images/sombraCabecera.gif); 
	background-repeat:repeat-x;	
}

.pie
{
	width:1000px;
	background-image:url(../images/sombraCabecera.gif); 
	background-repeat:repeat-x;
}

.superior_contenido
{
	width:968px;
	height:24px;
	background-image:url(../images/imagenTitulo.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.editable_sombraSup
{
	width:19px;
	height:70px;
	background-image:url(../images/sombraSup.gif);
	background-repeat:no-repeat;
}

.editable_sombraCentral
{
	width:19px;
	height:210px;
	background-image:url(../images/sombraCentral.gif);
	background-repeat:repeat-y;
}

.editable_sombraCentral_producto
{
	width:19px;
	height:145px;
	background-image:url(../images/sombraCentral.gif);
	background-repeat:repeat-y;
}
.editable_sombraCentral_familia
{
	width:19px;
	height:210px;
	background-image:url(../images/sombraCentral.gif);
	background-repeat:repeat-y;
}

.editable_sombraInf
{
	width:19px;
	height:70px;
	background-image:url(../images/sombraInf.gif);
	background-repeat:no-repeat;
}

.tc_sup_izq {background:url(../images/esquinaIzqArriba.gif) no-repeat;width:19px; height:21px;}
.tc_sup_top {background:url(../images/cuadroHorizontalArriba.gif) repeat-x; height:21px;}
.tc_sup_der {background:url(../images/esquinaDerArriba.gif) no-repeat;width:19px; height:21px;}

.tc_med_izq {background:url(../images/cuadroVerticalIzquierda.gif) repeat-y;width:19px;}
.tc_med_mid {background:transparent;}
.tc_med_der {background:url(../images/cuadroVerticalDerecha.gif) repeat-y;width:19px;}

.tc_inf_izq {background:url(../images/esquinaIzqAbajo.gif) no-repeat;width:19px; height:21px;}
.tc_inf_bot {background:url(../images/cuadroHorizontalAbajo.gif) repeat-x; height:21px;}
.tc_inf_der {background:url(../images/esquinaDerAbajo.gif) no-repeat;width:19px; height:21px;}

.separador_noticia
{
	height:2px;
	background-image:url(../images/lineHorizontal.gif);
	background-repeat:repeat-x;
}
.separador_producto
{
	height:5px;
	background-image:url(../images/lineaProductos2.gif);
	background-repeat:repeat-x; 
	}

.boton_pequeno
{
	 background-image:url(../images/boton_pequeno.gif);
	 background-repeat:no-repeat;
	 height:17px;
	 width:47px;
	 background-position:right;
	 text-decoration:none;
}
.boton_grande
{
	 background-image:url(../images/botonGrande.gif);
	 background-repeat:no-repeat;
	 height:17px;
	 width:80px;
	 background-position:right;
	 text-decoration:none;
}
.lnk_logo
{
	 width:167px;
	 height:84px;
	 margin-left:25px;
	 margin-top:12px;
	 float:left;
	 
}

/*ESTILOS SCROLLBAR*/
.thumb     {
    height:      137px;
    width:      17px;
    position:absolute;
    }
.up, .dn   
{
	position:absolute;
    height:17px;
    width:17px;
    
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
    
/* Paginación */
div.paginacion {
	padding:3px;
	margin:3px;
	text-align:center;
	font-family:Century Gothic;
	font-weight:bold;
	font-size:8pt;
}

div.paginacion a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #515e1a;
	text-decoration: none; 
	color: #515e1a;
	background: url(../images/menuActivo.gif) repeat-x center bottom;
	display:inline-block;
	
}
div.paginacion a:hover, div.pagination a:active {
	border:1px solid #515e1a;
	color: #ffffff;
	background-image:none;
	background-color: #d97625;
	display:inline-block;
	
}
div.paginacion span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #d97625;
	font-weight: bold;
	background-color: #d97625;
	color: #ffffff;
	display:inline-block;
}
div.paginacion span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #ccc;
	display:inline-block;
}

.div_buscador
{
	width:216px;
	height:28px;
	float:left;
	padding-left:278px;
}

.buscador_fondo
{
	width:216px;
	height:28px;
	background:url(../images/fondo_buscador.gif) no-repeat center top;
}

.buscador_textbox
{
	float:left;
	width:181px;
	padding-top:3px;
	padding-left:7px;
	margin:0;
}

.fondo_textbox
{
	background-image:url("../Images/fondo_textbox.gif");
	background-repeat:repeat-x;
	background-position:center top;
    padding-left:1px;
    padding-right:1px;
    font-family:Century Gothic;
	font-size:10px;
	color:#a0a0a0;
	border:solid 1px #d68230;
	width:177px;
	height:14px;
	margin:0;
}

.boton_buscar
{
	width:20px;
	height:17px;
	margin-top:4px;
	margin-right:6px;
}

.titulo_seccion_buscador
{
	 background-image:url(../images/boton_pequeno.gif);
	 background-repeat:no-repeat;
	 background-color:#d97625;
	 height:17px;
	 padding-left:15px;
	 padding-right:15px;
	 background-position:left top;
	 text-decoration:none;
}

.separador_buscador
{
	height:7px;
	background-image:url(../images/lineaProductos.gif);
	background-repeat:no-repeat; 
	margin-top:10px;
	margin-bottom:10px;
	background-position:center;
}
