/*ESTILOS*/

html{
	}

body {
	margin: 0px; 
	padding: 0px;		
	text-align:center;		
	height: 100%;
	background:#fff;
	color:#6d6d6d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Estilos del container */

#container {
	position:relative;
	margin:0px;
	margin:auto;
	padding:0px;
	width: 999px;
	height:auto;
	text-align:center;
	background:#fff;
}

#lateral {
	position:absolute;
	right:-58px;
	top:0px;
}

.boxTitle {
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold;
	color:#9B9B9B;
	padding:0px;
	margin:20px 0px 20px 0px;
	width:200px;
}


/* ------------------------------------------------CABECERA------------------------------------------ */

#cabecera {
	position:relative;
	margin:auto;
	width: 999px;
	height:374px;
	text-align: left;
	color:#9B9B9B;
	background:#fff url(imgTemplate/cabecera.jpg) no-repeat;
}	

#logo {
	position:absolute;
	top:10px;
	left:10px;
}

/* Estilos del cuerpo */

#cuerpo {
	position:relative;
	width:989px;
	padding:0px 5px 0px 5px;
	margin:auto;
	text-align:left;
}

/* Estilos del contenido */

#contenido {
	position:relative;
	float:left;
	margin-left:20px;	
	width:668px;
	overflow: hidden;
	margin-top:0px;
	padding-top:0px;
}

#breadCrumbs {
	position:absolute;
	top:10px;
	right:100px;
	font-size:10px;
	z-index:5;
}

#breadCrumbs a {
	font-size:10px;
}
	
/* ------------------------------------------------REGISTRO USUARIOS----------------------------------------- */	

#cuadroLogin {
	margin: 0px 0px 0px 16px;
}

#registeredUser {
	position:relative;
	width:110px;
	text-align:center;
	margin-top:40px;
	padding:5px 2px 5px 2px;
}

#registeredUser a{
	color:#9B9B9B;
	padding: 2px 2px 2px 2px;
}

#registeredUser a:hover{
	padding: 2px 2px 2px 2px;
}


/* ---------------------------------------------BUSCADOR----------------------------------------- */

/*-------ESTILOS DE LA CAJA DEL BUSCADOR*/

#buscadorBox{
 	background:#ECECEC;
	position:relative;
	width:238px;
	margin: 0px;
	padding: 0px;
	color:#9B9B9B;
}

.lupa {
	position:relative;
	background: url(images/buscar.gif) center;
	width:23px;
	height:23px;
	border:0px;
	margin:0px;
	padding:0px;
}

.formbusc {
	margin:0px;
	padding:0px;
	width:130px;
}

#buscadorBox a {
	color:#9B9B9B;	
	font-weight:bold;
}

#buscadorBox a:hover {	
	color:#9B9B9B;
}	

/*-------ESTILOS DE BUSQUEDA AVANZADA*/

#cuadroSearch {			
	border:1px solid #CCCCCC;
	color:#9B9B9B;
	font-weight:bold;
}

#cuadroSearch input{			
	margin:0px 10px 0px 0px;
}

#buscadorProductos {
	position:relative;
	padding: 10px;
}

#buscadorProductos div{
	margin: 10px;
	padding:5px;
}

#propiedadesProductos div {
	float:left;
	margin: 10px 10px 10px 0px;
	padding:5px 5px 5px 5px;
}

#buscadorSecciones {
	position:relative;
	padding: 10px;
}

#buscadorSecciones div{
	margin: 10px 10px 10px 0px;
	padding:5px 5px 5px 5px;
	border:1px solid #CCCCCC;
}

/* ------------------------------------------------LISTADO DE PRODUCTOS----------------------------------------- */

  #productosseccion {
    margin: 0 auto;
    margin-top: 35px;
    width: 600px;
  }

	.cuadroProd {
    position:relative;
    width:589px;
    height:155px;
    background:url('imgTemplate/cajaProducto.jpg') no-repeat;
    margin:10px auto;
  }

	.cabeceraListado{
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin-bottom:10px;
		margin-top:10px;
		margin-left:15px;
		padding-left: 10px;
		font-size:12px;
		width:595px;
		color:#9B9B9B;
		text-align:center;
	}

	.tablaListadoProductos {	
		width:600px;
		margin-left:10px;

	 }
	 
	.tablaListadoProductos p {	
		line-height:18px;
		color:#9B9B9B;
	 }	 

	 .tablaListadoProductos td{ 	
		padding:5px;
		font-family:Verdana;
		font-size:11px;
	 }
	 
	 .tablaListadoProductos td p{
		padding:1px;
		margin:5px;
	 }	 

	.tablaListadoProductos a{
		color:#9B9B9B;
		font-weight:bold;
		font-size:14px;
	}
	.tablaListadoProducto a b{
		color:#9B9B9B;
	}

	.tablaListadoProductos a:hover{
		text-decoration: underline;
		color:#9B9B9B;
		
	} 
	 
	.celdaListadoImagen {
		width:110px;
    padding-top: 15px;
		padding-left: 20px;
    overflow: hidden;
    float: left;
    
	} 
	
	.celdaListadoImagen a img {
		border:3px solid #cccccc;
	} 	
	
	.celdaListadoImagen a:hover img {
		border:3px solid #888888;
	} 		

	.celdaListadoNombre {
		padding:10px;
		height:100px;
	} 
	 
	.listadoProductosNombre{
    margin-left: 120px;
    padding-top: 10px;
	}
  
  .listadoProductosNombre a {
    color:#9B9B9B;
    font-size: 16px;
    margin-right: 5px;
  }

	.listadoProductosPrecio {
	}

	.elementoDescripcion{
		position:absolute;
		margin:2px 0px 0px 100px;
		top:0px;
	}

	.nombreProducto{
		 width:400px;
		 font-weight:bold;
	}

	.precio{
		height: 30px;
		color:#9B9B9B;
	}

	#numeracion{
		vertical-align:middle;
		margin-top:40px;
		color:#9B9B9B;
}
  
  .masInformacionNoticia a {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }

/* ------------------------------------------------CONTENIDO PRODUCTOS----------------------------------------- */	

	.leyendaImg {
		 text-align:center;
	}

	#galeriaImagenesProducto {
		padding: 2px;
		margin-bottom:20px;
		border:1px solid #888888;
	}

	.tituloGaleriaImagenes {
		color:#9B9B9B;
		font-weight:bold;
		margin-bottom:4px;
	}
	

	#volver{
		vertical-align:text-bottom;
		margin-top:20px;
	}
	
/* --------------------------------------NOTICIAS-------------------------------------- */

	.newsBox{
		border:1px solid #C0C7CE;
		width:620px;
		padding:5px;
		margin:10px;
		background:url(images/pxNews.gif) bottom repeat-x;
	}

	.newsTitulo{
		display:block;		
		text-align:center;		
		background:url(images/pxNews.jpg) bottom repeat-x;		
		padding:3px 0px 3px 0px;		
		color:#9B9B9B;		
		font-size:14px;		
		font-weight:bold;
	}

	.newsTitulo a{
		color:#9B9B9B;
		font-weight:bold;
		text-decoration:none;
	}

	.newsTitulo a:hover{
		color:#9B9B9B;
		text-decoration:underline;}

	.newsSubtitulo{
		display:block;
		text-align:center;
		font-size:12px;
		color:#9B9B9B;
		font-weight:bold;
		margin-top:6px;
	}

	.newsFecha{
		font-size:10px;
		display:block;
		text-align:center;
		color:#9B9B9B;
	}

	.newsSigue{
	}
	.newsFuente b{
	color:#9B9B9B;}	
	.fuente{
	color:#9B9B9B;
	font-weight:bold;
	}

/*------------------------------------ESTILOS FORO----------------------------------------*/

	.mensaje{
		font-size:14px;	
		color:#9B9B9B;
		}

	.mensaje a{
		font-size:12px;	
		color:#9B9B9B;
	}

	.usuarioForo{
		color:#9B9B9B;
		}

	.fechaForo{
		font-size:10px;
		font-weight:normal;
		}

	#foro{
		border:1px solid #dddddd;
		padding:2px;}

	.contentMensaje{
		font-weight:normal;
		color:#9B9B9B;
		margin:0px 0px 2px 0px;
		}

	.usuarioFechaForo a{
		font-size:11px;
		color:#9B9B9B;}		

	.usuarioFechaForo{
		text-align:right;
		}


/* ------------------------------------------------PIE----------------------------------------- */

	#pie {
		position:relative;
		bottom:0px;
		clear:both;
		width:999px;
		height:96px;
		color:#9B9B9B;
		font-size:11px;
		margin:auto;
		background:#fff url(imgTemplate/fondoPie.gif) no-repeat;

	}

	#dusnic{
		position:absolute;		
		right:120px;
		bottom:47px;
	}


	#legal{
		position:absolute;
		bottom:47px;
		left:40px;
	}

	#legal a {
		text-decoration:none;
		font-size: 11px;
		color:#9B9B9B;
		font-weight:bold;
	}

	#legal a:hover{
		text-decoration:underline;
	}

	#dusnic a {
		text-decoration:none;
		font-size: 11px;
		color:#9B9B9B;
		font-weight:bold;
	}

	#dusnic a:hover {
		text-decoration:underline;
	}



/* ----------- Listado de Noticias ------------ */

#listadoNoticias {
	width:175px;
	position:relative;
	float:right;
}

#cuerpoNoticia {
	width:668px;
	position:relative;
}

#cuerpoNoticia h2 {
	color: #666666;
	font-size:14px;
	margin:0px;
	padding:0px;
	border: none;
	background: none;
}

#cuerpoNoticia h1 {
	margin:10px 0px 10px 0px ;
	padding:0px;
}

.cuadroNoticia {
	 border:1px solid #CCCCCC;
	 padding:5px;
	 text-align:center;
	 margin:0px 0px 10px 0px;
}
.tituloListadoNoticia {
	 font-size:14px;
	 font-weight:bold;
	 color:#AA0000;
}

.subtituloListadoNoticia{
	font-size:12px;
	font-weight:bold;
	color:#999999;
}
