/*ESTILOS*/

html{
	}

body {
	margin: 0px; 
	padding: 0px;		
	text-align:center;		
	height: 100%;
	background:#237CB8 url(imgTemplate/fondoBody.jpg) top left no-repeat;
	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: 900px;
	height:auto;
	text-align:center;
	background:none;
}

.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: 900px;
	height:437px;
	text-align: left;
	color:#333;
	background:#E6E5C9;
}	

#logo{
	position:absolute; 
	width:288px;
	height:237px;
	top:0px;
	right:0px;
}
 

/* Estilos del cuerpo */

#cuerpo {
	position:relative;
	width:900px;
	padding:0px 0px 0px 0px;
	margin:auto;
	text-align:left;
	background:#E6E5C9;
}

/* Estilos del contenido */

#lateral_derecho{
	position:relative;
	float:right;
	overflow:hidden;
	width:288px;
	top:-200px;
	display:inline;	
}

#contenido_seccion_oculta_lateral_derecho{
	position:relative;
	float:right;
	overflow:hidden;
	width:288px;	
	margin-top:20px;
}

#contenido {
	position:relative;
	float:left;
	padding: 0px;
	width:600px;
	overflow: hidden;
	display:inline;
}

	
/* ------------------------------------------------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:325px;
    height:155px;
    /*background:url(imgTemplate/cajaProducto.jpg) no-repeat;*/
    margin:10px auto;
	float:left;
  }
  
   .cuadroNot {
    position:relative;
    width:600px;
    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:#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: 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: 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:900px;
		height:23px;
		color:#9B9B9B;
		font-size:11px;
		margin:auto;
		background:url(imgTemplate/fondoPie.gif) no-repeat;

	}

	#dusnic{
		position:absolute;		
		right:55px;
		bottom:2px;
	}


	#legal{
		position:absolute;
		bottom:2px;
		left:40px;
	}

	#legal a {
		text-decoration:none;
		font-size: 10px;
		color:#fff;
		font-weight:normal;
	}

	#legal a:hover{
		text-decoration:underline;
	}

	#dusnic a {
		text-decoration:none;
		font-size: 10px;
		color:#fff;
		font-weight:normal;
	}

	#dusnic 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;
}
