/*ESTILOS*/

html{
	}

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

.boxTitle {
	position:relative;
	font-family:Arial,Verdana;
	font-size:11pt;
	font-weight:bold;
	color:#666666;
	padding:0px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #AAAAAA;
	width:236px;
	height:45px;
	background:url(imgTemplate/titSeccion.jpg);
}

.boxTitle2 {
	position:relative;
	font-family:Arial,Verdana;
	font-size:11pt;
	font-weight:bold;
	color:#666666;
	padding:0px;
	margin:0px 0px 0px -6px;	
	width:240px;
	height:40px;
	background:url(imgTemplate/titularNotcias.jpg);
}

.boxTitleText {
	position:absolute;
	top:10px;
	left:10px;
	color:#fff;
}

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

#cabecera {
	position:relative;
	margin:auto;
	width: 999px;
	height:184px;
	text-align: left;
	color:#FFFFFF;
	background:#000 url(imgTemplate/cabecera.jpg) no-repeat;
    z-index:10;
}	

#menuCabecera {
	text-align:left;
	width:920px;
	position:relative;
	bottom:35px;
	left:40px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#fff;	
	font-weight: bold;	
}

#menuCabecera span {
	padding:0px 14px 3px 24px;
} 

#menuCabecera span a{
	color:#fff;	
}

#menuCabecera span a:hover{
	color:#fff;	
}

 
#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:auto;
	text-align:left;
    background:url(imgTemplate/fondoCuerpo.gif);
}

/* Estilos del contenido */

#contenido {
	position:relative;
	padding: 0px 10px 10px 10px;
	width:670px;
    *width:650px;
	overflow: hidden;
}

#galeriaDerecha{
    width:300px;
    position:relative;
    float:right;
}

#imagenGrandeIzquierda{
    width:300px;
    position:relative;
    float:left;  
    text-align:center;  
}

#informacionChicaDerecha{
    width:300px;
    position:relative;
    float:right;
    text-align:right;    
}

#informacionChicaIzquierda{
    width:300px;
    position:relative;
    float:left;
    text-align:left;    
    padding-top:12px;
}

#tablaPrecios td {
    text-align:center;
}

#lateralIzq{
    position:relative;
    float:left;
    width: 240px;
    display:inline;
    overflow:hidden;
}

#menu {
	margin: 0px 0px 2px 39px;
	width: 242px;
	float: left;
	display:inline;
	overflow:hidden;
}

	
/* ------------------------------------------------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:#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;
		width:175px;
		margin: 15px 0px 20px 16px;
		padding: 0px;
		color: #AAAAAA;
	}

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

	.formbusc {
		margin:0px;
		padding:0px;
		width:130px;
		font-size:16px;
		font-weight:bold;
	}

	#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: 600px;
  }

	.cuadroProd {
    position:relative;
    width:211px;
    height:236px;
    background:url(imgTemplate/cajaChica.jpg) no-repeat;
    margin-right:5px;
    margin-bottom:5px;
	float:left;
  }
  
  .celdaListadoImagenPro{
    position:absolute;
    width:175px;    
    height:143px;
    top:13px;
    left:18px;
  }
  
  .listadoProductosNombrePro{
    position:absolute;
    width:182px;
    top:173px;
    left:15px;
    text-align:center;    
  }
  
  .listadoProductosNombrePro a {
    color:#fff;
    font-size:14px;
  }
  
   .cuadroNot {
    position:relative;
    width:600px;
    height:155px;
    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;
	}

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

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

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

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

	.tablaListadoProductos a:hover{
		text-decoration: underline;
		color:#111111;
		
	} 
	 
	.celdaListadoImagen {
	width:110px;
    padding-top: 15px;
	padding-left: 0px;
    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: 15px;
	}
  
  .listadoProductosNombre a {
    color: #333;
    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:#333333;
	}

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

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

	}
	
	#enlaces{
		position:absolute;		
		left:86px;
		top:68px;
		width:840px;
		height:195px;
		padding:30px 45px;
	}
	
	.bloque_enlace{
		position:relative;
		float:left;
		width:150px;
		margin:0px;
	}
	
	.elemento_enlace{
		width:150px;		
		text-align:left;
	}
	
	.elemento_enlace a{		
		font-size:11px;
		font-family:arial;
		color:#e8e7e2;
	}
	
	.numero_enlace{
		color:#d40540;
		font-size:11px;
		font-family:arial;
	}

	#dusnic{
		position:absolute;		
		right:75px;
		top:270px;
	}


	#legal{
		position:absolute;
		top:270px;
		left:85px;
	}

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

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

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

	#dusnic a:hover {
		text-decoration:underline;
	}
	
	#mapa_web{
		position:absolute;
		top:270px;
		left:450px;
	}

	#mapa_web a {
		text-decoration:none;
		font-size: 11px;
		color:#BA0036;
		font-weight:bold;
	}

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



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

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

#cuerpoNoticia {
	width:600px;
	position:relative;
	text-align:justify;
}

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

/*Enlaces*/
#ver_enlaces{
	position:absolute;
	top:50px;
	left:248px;
}

#ver_enlaces a{
	font-size:12px;
	color:#b7abb0;
	font-weight:bold;
	font-family:arial;
}


.listado_enlace{			
	text-align:left;
	margin:8px 0px;
}

.listado_enlace a{		
	font-size:12px;
	font-family:arial;
	color:#333333;
}

.num_enlace{
	color:#d40540;
	font-size:12px;
	font-family:arial;
}
