/*ESTILOS*/

html{
	}

body {
	margin: 0px; 
	padding: 0px;		
	text-align:center;		
	height: 100%;
	background:#FFFFFF url(images/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;
	background: url(images/fondoContainer.jpg) repeat-y;
	text-align:center;
	overflow:hidden;
}


#container2 {
	position:relative;
	margin:0px;
	margin:auto;
	padding:0px;
	width: 999px;
	height:auto;
	background: url(images/fondoContainer2.jpg) repeat-y;
	text-align:center;
	overflow:hidden;
}


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

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

#flashcabecera{
	position:relative;
	top:65px;
	left:43px;
}



/* Estilos del cuerpo */

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

/* Estilos del contenido */

#contenido {
	position:relative;
	margin-left:285px;
	width:630px;	
}


#contenido2 {
	position:relative;
	margin-left:270px;
	width:670px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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


#imagenGrande{
	width:649px;
}


#galeria{
	position:absolute;
	width:210px;
	float:right;
	bottom:52px;
	left:420px;
	border: 1px solid #cccccc;
	

	
	
	
	
}


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

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

	 }
	 
	.tablaListadoProductos p {	
		
		color:#333333;	
	 }	 

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

	 }	 

	.tablaListadoProductos a{
		color:#FFFFFF;
		font-weight:bold;
		font-size:12px;
		
	}
	.tablaListadoProducto a b{
		color:#058EE0;
	}

	.tablaListadoProductos a:hover{
		text-decoration: underline;
		color:#111111;
		
	} 
	.tablaListadoProductos tr{
	
	
	
		
	}
	
	.fila_1 {
		
		
		height:100px;
		width:620px;
		

		
	}

	.fila_0 {
		
		height:100px;
		width:620px;

		


	
		
	}
	 
#info{

position:absolute;
left:565px;
width:40px;



}
	.celdaListadoImagen {
		width:110px;
		padding-left:5px;
		background:url(images/fondotablaizq.jpg) no-repeat;
	} 
	
	.celdaListadoImagen a img {
		border:3px solid #cccccc;
	} 	
	
	.celdaListadoImagen a:hover img {
		border:3px solid #888888;
	} 		

	.celdaListadoNombre {
		
		height:100px;
		background:url(images/fondotablader.jpg) no-repeat;
		background-position:right;
		
	} 
	 
	.listadoProductosNombre{
	

	}

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


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

	#pie div {
		position:absolute;
		bottom:77px;
		right:50px;
	}

	#pie a {
		padding:1px 2px 1px 2px;
		text-decoration:none;
		color:#666666;
	}

	#pie a:hover{
		text-decoration:underline;
		color:#666666;
	}

/*PIE2*/

	#pie2 {
	position:relative;
	bottom:0px;
	clear:both;
	width:999px;
	height:92px;
	color:#828282;
	font-size:11px;
	margin:auto;
	background: url(images/fondoPie2.jpg) top no-repeat;
	}

	#pie2 div {
	position:absolute;
	bottom:24px;
	right:50px;
	}

	#pie2 a {
		padding:1px 2px 1px 2px;
		text-decoration:none;
		color:#666666;
	}

	#pie2 a:hover{
		text-decoration:underline;
		color:#666666;
	}


#dusnic2{
	position:absolute;
	width:150px;
	height:29px;
	float:right;
	background:url(images/fondodus.jpg) no-repeat;

}


#legal2{
	position:absolute;
	width:215px;
	height:25px;
	margin-right:20px;
	float:right;

}


#legal2 a {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top:7px;
	left:16px;
	width:70px;
	font-weight:bold;
}


#legal2 a:hover{
	position:relative;
	text-decoration:none;
	font-size: 10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top:7px;
	left:16px;
	width:70px;
	font-weight:bold;

}


#dusnic2 a {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	top:10px;
	left:24px;
	width:70px;

}

#dusnic2 a:hover {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	top:10px;
	left:24px;
	width:70px;

}




/*FIN PIE2*/		
#dusnic{
	position:absolute;
	width:150px;
	height:29px;
	float:right;
	background:url(images/fondodus.jpg) no-repeat;

}


#legal{
	position:absolute;
	width:101px;
	height:25px;
	margin-right:150px;
	float:right;

}


#legal a {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top:7px;
	left:16px;
	width:70px;
	font-weight:bold;
}


#legal a:hover{
	position:relative;
	text-decoration:none;
	font-size: 10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top:7px;
	left:16px;
	width:70px;
	font-weight:bold;

}


#dusnic a {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	top:10px;
	left:24px;
	width:70px;

}

#dusnic a:hover {
	position:relative;
	text-decoration:none;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:bold;
	top:10px;
	left:24px;
	width:70px;

}



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

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

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

#cuerpoNoticia h2 {
	color: #666666;
	font-size:14px;
	margin: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;
}

.izq{
	float: left;
	position: relative;
	top: 0px;
	left: 51px;
	border-right:  dashed #CCCCCC 1px;
	height:auto;
	width: 210px;
	font-size:11px;
}

.izq p{
	padding: 0 10px 0 2px;
}
