/*ESTILOS*/

html{
	}

body {
	margin: 0px; 
	padding: 0px;		
	text-align:center;		
	height: 100%;
	background:#f0f8ff url(imgTemplate/fondoBody.jpg) top repeat-x;
	color:#333333;
	font-family: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: url(imgTemplate/fondoContainer.jpg) repeat-y;
}

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

#cabecera {
	position:relative;
	margin:auto;
	width: 999px;
	height:333px;
	text-align: left;
	background: url(imgTemplate/fondoCabecera.jpg) top center no-repeat;
}	

#info {
	position:absolute;
	top: 75px;
	right: 30px;
	color:#FFFFFF;
}
#info b, #info a{
	color:#BBBBBB;
}
	 

/* Estilos del cuerpo */

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

/* Estilos del contenido */

#contenido {
	position:relative;
	padding: 0 30px;  
	width:630px;
	overflow: hidden;
	text-align: justify;
	top: -40px;
}

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

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

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

#registeredUser a{
	color:#AAAAAA;
	padding: 2px 2px 2px 2px;
}

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

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

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

	#buscadorBox{
		position:relative;
		width:226px;
		margin: 10px auto;
		color: #AAAAAA;
	}

	#buscadorTitle {
		position:relative;
		color: #444444;
		font-weight:bold;
		font-size:10px;
		margin-left:10px;
		top:5px;
	}

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

	.formbusc {
		width:160px;
		margin: 0px 0px 0px 20px;
		
	}

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

	#buscadorBox a:hover {	
		color:#eeeeee;
	}
	

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

	#cuadroSearch {			
		border:1px solid #CCCCCC;
		color:#cccccc;
		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: 500px;
  }

	.cuadroProd {
    position:relative;
    width:600px;
    height:155px;
    background:url('imgTemplate/caja.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:#333333;
		text-align:center;
	}
 
	 
	.celdaListadoImagen {
    position: absolute;
    top: 16px;
    left: 25px;    
	} 	
	
	.celdaListadoNombre {
		padding:10px;
		height:100px;
	} 
	 
	.listadoProductosNombre{
    margin-left: 115px;
    padding-top: 15px;
	}
  
  .celdaListadoContenido {
    margin: 10px 25px 0 115px;
    padding: 0;
  }
  
  .masInformacionProducto {
    position: absolute;
    right: 25px;
    bottom: 28px;
  }
  
  .listadoProductosNombre a {
    color: #003399;
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
  }

	.listadoProductosPrecio {
	}

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

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

	.precio{
		height: 30px;
		color:#333333;
	}

	#numeracion{
		vertical-align:middle;
		margin-top:40px;
		color: #216AAF;
}
  
  .masInformacionNoticia a {
    position: absolute;
    right: 25px;
    bottom: 28px;
  }

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

	.leyendaImg {
		 text-align:center;
	}

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

	.tituloGaleriaImagenes {
		color:#31391A;
		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:#888888;		
		font-size:14px;		
		font-weight:bold;
	}

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

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

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

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

	.newsSigue{
	}
	.newsFuente b{
	color:#B01028;}	
	.fuente{
	color:#000000;
	font-weight:bold;
	}

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

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

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

	.usuarioForo{
		color:#566FA1;
		}

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

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

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

	.usuarioFechaForo a{
		font-size:11px;
		color:#3C80CC;}		

	.usuarioFechaForo{
		text-align:right;
		}


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

	#pie {
		position:relative;
		bottom:0px;
		clear:both;
		width:999px;
		height:163px;
		color:#666666;
		font-size:11px;
		margin:auto;
		background: url(imgTemplate/fondoPie.jpg) top no-repeat;
	}

  #pie a, #pie a:hover {
    color:#666;
  }
  
	#dusnic{
    position:absolute;
    right: 120px;
    bottom: 8px;
  }


  #legal{
  	position:absolute;
    left: 60px;
    bottom: 10px;
  }


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

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

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

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

#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;
}

.tituloMenu {
  width: 211px;
  height: 50px;
  padding-left: 14px;
  padding-top: 10px;
  background: url(imgTemplate/tituloMenu.jpg) no-repeat;
  font-size: 18px;
  color: #003399;
}