#cabecera { 
	width:842px;
	height:202px;
	margin:0;
	padding-left:0px;
	}
#buscador { 
	float:left;
	width:253px;
	height:100%;
	background: url('./img/cab_buscador.png') no-repeat 0px 15px;
	}
#aguinara { 
	float:right;
	width:589px;
	height:100%;
	background: url('./img/aguinara.png') no-repeat 0px 17px;
	}
#contenedor { 
	text-align:left;
	width:842px;
	margin:0 auto;
	}
#menu { 
	background:url('./img/fondo_menu.png') no-repeat bottom;
	float:left;
	width:253px;
	height:269px;
	}
#menu_item { 
	float:left;
	width:253px;
	height:31px;
	background:url('./img/fondo_item_menu.gif') no-repeat -1px 0px;
	padding-left:15px;
	}
#item1 { 
	float:left;
	cursor:pointer;
	width:196px;	height:29px;	background:url('./img/opciones_menu.png') no-repeat 0px 0px;
	}
#item1:hover { 
	background-position:-196px 0px;
	}
#item1_selected { 
	float:left;
	cursor:pointer;
	width:196px;	height:29px;	background:url('./img/opciones_menu.png') no-repeat -411px 0px;
	}
#item2 { 
	float:left;
	cursor:pointer;
	width:196px;	height:29px;	background:url('./img/opciones_menu.png') no-repeat 0px -29px;
	}
#item2:hover { 
	background-position:-196px -29px;
	}
#item2_selected { 
	float:left;
	cursor:pointer;
	width:196px;	height:29px;	background:url('./img/opciones_menu.png') no-repeat -411px -29px;
	}
#item3 { 
	float:left;
	cursor:pointer;
	width:196px;	height:29px;	background:url('./img/opciones_menu.png') no-repeat 0px -57px;
	}
#item3:hover { 
	background-position:-196px -57px;
	}
#item3_selected { 
	float:left;
	cursor:pointer;
	width:196px;	height:29px;	background:url('./img/opciones_menu.png') no-repeat -411px -57px;
	}
#item4 { 
	float:left;
	cursor:pointer;
	width:196px;	height:29px;	background:url('./img/opciones_menu.png') no-repeat 0px -86px;
	}
#item4:hover { 
	background-position:-196px -86px;
	}
#item4_selected { 
	float:left;
	cursor:pointer;
	width:196px;	height:29px;	background:url('./img/opciones_menu.png') no-repeat -411px -86px;
	}
#area_privada { 
	background:url('./img/fondo_areaprivada.png') no-repeat top;
	float:left;
	width:253px;
	height:199px;
	}
.campo_form_areaprivada { 
	width:180px;
	height:20px;
	border:1px solid #cfdce3;
	background-color:#ffffff;
	}
#boton_aceptar { 
	width:98px;
	height:22px;
	display:block;
	background:url('./img/boton_aceptar.png') no-repeat 0px 0px;
	} 
#boton_aceptar:hover { 
	background-position: 0px -22px;
	}
#contenido { 
	float:right;
	width:589px;
	min-height:460px;
	background: url('./img/fondo_cuerpo.png') no-repeat -5px 0px;
	}
#titulo {
	padding-left:20px;
	}
#cuerpo {
	padding:20px;
	text-align: justify;
	}
#pie { 
	clear:both;
	background: url('./img/pie.gif') no-repeat;
	height: 56px;
	}
#campo_oculto { 
	background:none;
	border:0;
	width:177px;
	height:27px;
	padding:0;
	margin:0;
	}
