html, body {
	margin:0;
	padding:0;
	background:url(../imagenes/fondos/fondo.jpg);
}
#contenedor {
	width:840px;/*954px (114)*/
	position:relative;
	margin:auto;
	background:#FFFFFF;
}
/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	/*el último es el ancho a la mitad (840/2)*/
	margin:0 0 0 -420px;
	left:50%;
	top:0;
}
#capa_cabecera{
	float:left;
	width:100%;
}
#logo{
	float:left;
	background:url(../imagenes/logo.jpg) no-repeat;
	width:185px;
	height:130px;
}
#cabecera{
	float:left;
	background:no-repeat;
	width:100%;
	height:152px;
}
#cabecera_index{
	float:right;
	background:no-repeat;
	width:655px;
	height:152px;
}
#memoria{
	clear:left;
	float:left;
	background:#BCC1DF;
	width:185px;
	height:22px;
}
#menu{
	clear:left;
	float:left;
	background:url(../imagenes/fondos/menu.jpg) no-repeat;
	width:100%;
	height:27px;
	display:inline;
}
#submenu{
	clear:left;
	float:left;
	background:url(../imagenes/fondos/submenu.jpg) repeat-x;
	width:185px;
	height:423px;
}
#linea_sub{
	clear:left;
	float:left;
	background:url(../imagenes/fondos/linea_submenu.jpg) repeat-x bottom;
	margin:0;
	display:inline;
	width:100%;
	height:2px
}
#txt_submenu{
	clear:left;
	float:left;
	width:100%;
}
#rastro{
	float:left;
	/*background:url(../imagenes/fondos/interior.jpg) repeat-y;*/
	background:#F2F3F9;
	width:655px;
	height:20px;
}
#interior_index{
	clear:left;
	float:left;
	background:url(../imagenes/fondos/index.jpg) repeat-y;
	width:100%;
	min-height:420px;
}
*html #interior_index{
	height:420px;
}
#interior{
	float:left;
	/*background:url(../imagenes/fondos/interior.jpg) repeat-y;*/
	width:635px;
	min-height:420px;
	padding:10px;
}
*html #interior{
	width:655px;
	height:420px;
}
#entrar{
	clear: left;
	float: left;
	width:840px;
	height:61px;
	background-color: #FFFFFF;
}
#boton_entrar{
	display:inline;
	clear: left;
	float: left;
	width:87px;
	height:27px;
	margin: 15px 0 0 377px;
}