/************************************
*	HOJA DE ESTILOS LIFELED.CL		*
*	WWW.LIDELED.CL					*
*************************************/

#BODY{
	margin:30px auto;
	padding: 0;
	width:800px;	
	height:520px;
	border:1px #FFF dashed;	
	font-family:Tahoma, Geneva, sans-serif;
}

#header{
	height:150px;
}

#header_logo{
	width:285px;
	height:113px;
	margin-top:4px;
	margin-left:4px;
	position:absolute;
}

#header_izq{
	float:right;
	width:284px;
	height:275px;
	background:url(../imagenes/sup_izp.gif);
	z-index:-1;
}

#content{
	height:250px;
	/*border:1px #000 dotted;*/
	width:560px;
	position:absolute;
	margin-top:-300px;
	margin-left:230px;
}

#menu_opciones{
	margin-left:273px;
	margin-top:127px;
	background:url(../imagenes/menu.png) no-repeat;
	width:470px;
	height:21px;
	position:absolute;
}

#opciones{
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
#opciones li{
	float: left;
}

#opciones a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration: none;
	padding-left:15px;
	padding-right:10px;
	color: #FFF;
}

#opciones a:hover{
	background-color:#F90;
	text-decoration:underline;
}

#menu_catalogos{
	position:absolute;
	margin-top:147px;
	width:230px;
	z-index:99999;
}

#menu_catalogos img{
	padding-left:23px;
}

#menu_catalogos ul{
	margin-top:0px;
	list-style: none;
	margin-left:5px;
}
#menu_catalogos li{
	padding-top:3px;
	padding-bottom:5px;
	margin-left:-10px;
}

#menu_catalogos a{	
	font-size:13px;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;	
}

#menu_catalogos a:hover{	
	color: #fff;
	background-color:#F90;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.over{
	background-color:#F90;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.img_categoria{
	width:156px;
	height:auto;
	padding-top:5px;
	padding-left:15px;
	position:absolute;
}

.tit_categoria{
	width:156px;
	height:auto;
}
.contenido_categoria{
	height:auto;
	width:380px;
	padding-left:180px;
	padding-top:15px;
	/*border:1px #600 dotted;*/
}

.textos_cat{
	font-size:12px;
	color:#333;	
}

.body_catalogos{
	font-size:12px;
	font-weight:bold;	
}

.body_catalogos li{
	font-weight:normal;
	color:#F60;
	text-decoration: none;
}

.body_catalogos a{
	font-weight:normal;
	color:#333;
	text-decoration: none;
}

.body_catalogos a:hover{
	text-decoration:underline;
}

.font_mini{
	font-size:75%;
}

#img_izp_foot{
	background:url(../imagenes/inf_der.png);
	width:378px;
	height:247px;
	margin-top:220px;
	
}
#footer{
	height:46px;
	width:800px;
	background-image:url(../imagenes/footer.png);
	
}

.footer_letras, .footer_letras a{
	color:#FFF;
	font-size:13px;	
}