/*ESTILOS*/

html{
	}

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

#lateral {
	position:absolute;
	right:-58px;
	top:0px;
}

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

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

#flashcabecera {
  width: 999px;
  height: 194px;
}

#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 5px 0px 5px;
	margin:auto;
	text-align:left;
  margin-top: 10px;
  z-index: 0;
}

/* Estilos del contenido */

#contenido {
	position:relative;
	margin:0px 0px 0px 240px;
	width:728px;
  text-align: justify;
  padding-left: 5px;
  /*padding: 0 10px;*/
}

#contenido img{
	padding-left:10px;
}

#lateralIzq {
  margin: 0px 0px 0px 23px;
  width: 210px;
  float: left;
  top: 50px;
}

.cajaLateral {
  background: #333;
  width: 210px;
  margin-top: 10px;
}

.tituloLateral {
  background: url(imgTemplate/tituloMenu.jpg) no-repeat;
  width: 210px;
  height: 35px;
  /*padding-top: 7px;*/
  /*padding-left: 12px;*/
  font-size: 18px;
  font-weight: bold;
}

.tituloLateralTexto {
  padding-top: 7px;
  padding-left: 12px;
}

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

#breadCrumbs a {
	font-size:10px;
}

#contenedor_contactar {
  width: 600px;
  
}
	
/* ------------------------------------------------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----------------------------------------- */

#formBusqueda {
  margin: 0 auto;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  width: 170px;
  margin-right: 10px;
}

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

#resultadosBusqueda {
  margin: 10px auto;
  width: 723px;
}

.resultadoBusqueda {
  position: relative;
  padding:10px;	 
  margin:0px 0px 10px 0px;
  background: url(imgTemplate/cajaNoticia.jpg) no-repeat;
  width: 723px;
  height: 127px;
}

/*-------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 CHICAS----------------------------------------------- */
.cajaChica {
  float: left;
  width: 205px;
  height: 354px;
  margin: 0px 18px;
  margin-bottom: 20px;
  background: url(imgTemplate/cajaChica.jpg) no-repeat;
  position: relative;
  display: inline;
}

.cajaChicaImagen {
  width: 135px;
  height: 185px;
  margin: 12px 2px;
}

.cajaChicaNombre {
  text-align: center;
  padding: 0 5px;
  position: absolute;
  top: 310px;
  width: 205px;
}

.cajaChicaNombre  a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.cajaChicaEdad {
  text-align: center;
  padding: 0 5px;
  position: absolute;
  top: 332px;
  width: 205px;
  font-size: 12px;
  font-weight: bold;
}
  
/* ------------------------------------------------LISTADO DE PRODUCTOS----------------------------------------- */

  #productosseccion {
    margin: 0 auto;
    margin-top: 35px;
    width: 500px;
  }

	.cuadroProd {
    position:relative;
    width:589px;
    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: 10px;
	}
  
  .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: 30px;
    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;
    clear:both;
	}
	
/* --------------------------------------NOTICIAS-------------------------------------- */


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

	#pie a {
		padding:1px 2px 1px 2px;
		text-decoration:none;
		color:#aaa;
	}
  
  #legal {
    position: absolute;
    left: 80px;
    bottom: 10px;
    text-align: left;
  }
  
  #dusnic {
    position: absolute;
    right: 80px;
    bottom: 10px;
    text-align: right;
  }

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

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

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

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

#cuerpoNoticia h1 {
	margin:10px 0px 10px 0px ;
	padding:0px;
}

.cuadroNoticia {
  position: relative;
  padding:10px;	 
  margin:0px 0px 10px 0px;
  background: url(imgTemplate/cajaNoticia.jpg) no-repeat;
  width: 723px;
  height: 127px;
}

.cuadroNoticiaNombre {
  margin-left: 105px;
}

.cuadroNoticiaNombre a {
  font-size: 16px;
  margin-right: 5px;
  font-weight: bold;
}

.cuadroNoticiaDescripcion {
  margin-left: 105px;
}

.cuadroNoticiaLeer {
  margin-left: 105px;
}
    
.tituloListadoNoticia {
	 font-size:14px;
	 font-weight:bold;
	 color:#AA0000;
}

.subtituloListadoNoticia{
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

.ico_div {
  float: left;
  width: 85px;
  margin: 0 2px;
  display: inline;
  margin-bottom: 5px;
}

#ficha_info {
  clear: both;
  background: #333;
  padding: 10px;
  margin-bottom: 20px;
  width: 263px;
}

.imagenProducto {
  float: left;
  margin-right: 4px;
}

.fic_imagenes {
  padding-top: 20px;
  text-align: center;
  width:686px;
  clear:right;
}

.fic_imagen {
  margin-top: 20px;
  text-align: center;  
}

.fondo_tabla1 {
  overflow:hidden;
  width: 280px;  
}

#fic_nombre {
  text-align: center;
  clear: both;
  width: 263px;
}

.fic_zona {
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bbb;
  margin-bottom: 10px;
}

.fic_comentarios {
  border-bottom: 1px dashed #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
