/* pagina general */
/* Desarrollado por Pedro Mora Romero */
/* para www.nti.cl */
/* proyecto Sitio INTERLOG-IT www.interlog-it.com */
/* lanzamiento 07 Marzo 2007*/

/* layout del Home */
*
{
	margin: 0;
	padding: 0;
}

body {
	background: transparent url(../../imagenes/fondo.jpg) repeat-y center top;
}
#cabecera{
	width:655px;
	height:35px;
	min-height: 40px;
	background-color: transparent;
	margin:0 auto 0 auto;
	margin-top:0px;
}
#contenedor{
	width:655px;
	height:900px;
	margin:0 auto 0 auto;
	margin-top:0px;
}

#contenedor .columna {
  position: relative;
  float: left;
}
/* caja botonera lateral novedades y ofertas*/
#left {
  width: 200px;
  height: 440px;                   
  margin-left: 6px;
  margin-top: 0px;
  background-color: transparent;
}
#right {
  width: 437px;
  height: 437px;           
  margin-left: 0px;
  margin-top: 0px;
}

* html #left  {margin-left: 6px;}
* html #right {margin-left: 6px;}


/* ventana de productos */
#n_productos {
	width:710px;
	height:400px;
	min-height: 400px;
/*	background:#800000 url(../../imagenes/linea_centro.gif) repeat-y center top;*/
	margin: 0px auto 0 auto;
}


.clear {
	clear: both;
	font-size:0;
	line-height:0px;
}

#logo
{
width:655px;
height:47px;
}
/* logo interlog primero jpg*/
.logo1
{
margin: 6px 0px 5px 6px;
background-color:transparent;
}
/*logo interlog industrial technology*/
.logo2
{
margin: 21px 0px 10px 38px;
background-color:transparent;
}
/*lineas horizontales separadoras*/
.linea1
{
margin: 2px 0px 2px 7px;
background-color:transparent;
}
.linea3
{
margin: 0px 0px 5px 7px;
background-color:transparent;
}
/* inicio novedades*/
#novedades{
width: 320px;
height: 100px;
padding: 10px;
padding-bottom: 0px;
}

#novedades2{
width: 340px;
height: 340px;
}

#novedades p {
padding-left: 100px;
}

.icono_p {
  	float:left;
  	padding:2px;
  	margin-right:0px;
	margin-top:0px;
  }
.lineas{
	text-align: center; 
	display: block;
	margin: auto;
}
  
/* estilo head2 solo linea de base, altura*/

#head2{
	width:655px;
	height:440px;
	margin:0 auto 0 auto;
	margin-top:0px;
	border-bottom:solid 5px #c2b3a4 ;
}
/* noticias titulares 1 parte */
#noticia .titular{
	width: 180px;
	height: 64px;
	min-height: 64px;
	border: solid white 1px;
	border-bottom: solid 1px #e9e9e9;
	margin: 4px 0px 4px 6px;
	padding-left: 0px;
}

* html #noticia .titular{
	width: 175px;
	height: 50px;
	min-height:50px;
}

#noticia .titular img{
	float: left;
	border: 1px solid #c8c8c8;
	margin: 1px;
	padding: 1px;
}
#noticia p{
	font-size: 10px;
	line-height: 10px;
}
/* caja de bienvenidos */ 
#bienvenido{
	width: 643px;
	height: 177px;
	min-height: 177px;
	background-color: #eae5e0;
	margin: 0px 0px 5px 7px;
}

#fl1{
	position: relative;
	float: left;
	height: 95px;
	text-align: center;
	margin-top: 25px;
}
#fl1 .aie{
padding-left: 5px;}
#fl1 .css{
padding-left: 5px;}
#fl1 .opto22{
padding-top: 30px;
padding-left: 10px;
}
#fl1 .mobo{
padding-left: 50px;}
#fl1 .hir{
padding-right: 40px;
padding-left: 55px;}

/* caja destacados*/ 
#destacados {
	width: 643px;
	/*height: 190px;
	min-height: 190px;*/
	background-color: white;
	margin: 0px 0px 5px 7px;
	}

#destacados img{	
	float: left;
	border: 1px solid #c8c8c8;
	margin: 1px;
	padding: 1px;
	}
	
#destacados h1{
	margin: 14px 10px 4px 1px;
	padding-left: 10px;
}
#destacados p{
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	color: #656565;
	padding-left: 4px;
	line-height:11px;
	text-align: justify;
	letter-spacing: 0.1px;
}

#pd{
	float: left;
	width: 31%;
	text-align: left;
	line-height:12px;    
	margin: 0px 1px 0px 1px;
   padding: 0px 2px 0px 4px;
	}
#pd .descripcion{
	min-height: 65px;
	height: 65px;
}	

* html #destacados  {margin-left: 6px;}
* html #pd  {margin-left: 6px;}

.lineasvert{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
}