/*ESTILOS*/

html{
	}

body {
	margin: auto; 
	padding: 0px;		
	text-align:center;		
	height: 100%;
	background:#FFFFFF url(imgTemplate/fondoCabecera.jpg) top repeat-x;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*#degradado{
 	top:0;
 	left:0;
 	width:100%;
 	height:508px;
	position:absolute;
	background:url(images/degradado.jpg) top repeat-x;
}*/

/* Estilos del container */

#container {
	position:relative;
	margin:auto;
	padding:0px;
	width: 999px;
	height:auto;
	background:#FFFFFF url(imgTemplate/fondoContainer.jpg) top repeat-y;
	text-align:center;
}

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

#cabecera {
	position:relative;
	width: 999px;
	height:231px;
	text-align: left;
	color:#FFFFFF;
	background: #FFFFFF url(imgTemplate/cabecera.jpg) top no-repeat;
}	

#flashcabecera{
	position:relative;
	top:0px;
}

/*#menuCabecera {
	text-align:right;
	width:775px;
}

#menuCabecera span {
	padding:0px 14px 3px 24px;
}*/ 
 
#info {
	position:absolute;
	top: 75px;
	right: 30px;
	color:#FFFFFF;
}
#info b, #info a{
	color:#BBBBBB;
}
	 

/* Estilos del cuerpo */

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

/* Estilos del contenido */

#contenido {
	position:relative;
	margin: 0px 0px 0px 280px;
	width:670px;
	padding: 40px 0px 0px 0px;
	
	/*background:#FF0000;*/
}

#breadCrumbs {
	position:absolute;
	top:15px;
	right:70px;
	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{
	 	background: url(images/fondoBusqueda.gif) no-repeat;
		position:relative;
		left:0px;
		width:175px;
		margin: 20px 0px 0px 6px;
		padding: 3px 3px 3px 25px;
		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:130px;
	}

	#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----------------------------------------- */

	.cuadroProd {
	position:relative;
	width:616px;
	height:138px;
	background:url('imgTemplate/caja.jpg');
	margin:10px;
}

.celdaListadoImagen{
	position:absolute;
	top:43px;
	left:15px;
	width:65px;
	height:65px;
}

.listadoProductosNombre{
	position:absolute;
	top:10px;
	left:110px;
	width:400px;
	font-size:16px;
	font-weight:bold;
}

.masInformacionProducto{
	width:475px;
	position:absolute;
	bottom:20px;
	right:20px;
	color:#000000;
}

.masInformacionProducto a{
	color:#000000;
	font-size:14px;
	font-weight: bold;	
}

.tablaListadoProductos td, .tablaListadoProductos th {
  color: #000;
}
	

/* ------------------------------------------------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:112px;
		color:#666666;
		font-size:11px;
		margin:auto;
		background: url(imgTemplate/fondoPie.jpg) top no-repeat;
	}

	/*#pie div {
		position:absolute;
		bottom:11px;
		right:70px;
	}*/

	#pie a {
		padding:1px 2px 1px 2px;
		text-decoration:none;
    font-family: Arial,Verdana,sans-serif;
    font-size: 10px;
    color:#777;
    font-weight:bold;
	}

	#dusnic{
  	position:absolute;
  	height:25px;
  	left:855px;
  	top:63px;
  }


#legal{
	position:absolute;
	height:25px;
	top:63px;
  left: 48px;
	margin-right:115px;
	/*background:url(images/av.jpg) no-repeat;*/

}

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

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

#cuerpoNoticia {
	width:650px;
	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;
}

.tituloBox{
	position:relative;
	float:left;
	width:234px;
	height:39px;
	margin:0px;
	padding:0px;
	background:url(imgTemplate/titularMenu.jpg) top no-repeat;
}

.tituloBox span{
	margin-left:40px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

#separador{
	clear:both;
}

td{
	color: #333333;
}

#galeriaImgNoticias {
	clear:both;
}