#contenedor {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
}
#principal {
	height: auto;
	padding: 10px;
	padding-bottom: 100px;   /* con este  padding el footer nunca toca el contenido */
	width:960px;
	margin: auto;
}
#cabecera{
	width:960px;
	margin: auto;
}
#pie_pagina{
	position: absolute;
	bottom: 50px; /*Si se quita la barra de herramienta y se coloca bottom 0 tendriamos un pie de pagina simpre pegado al bottom*/
	width: 100%;
}
#contenido_pie{
	margin:auto;
	background-color:#999999; 
	width:960px;
	height:30px;
}
#barra_herramienta {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index:8;
	/*background-color:#000000*/
}
#app_barra_herramienta{
	margin:auto;
	/*background-color:#DCE6EC;*/
	/*background-image:url(../images/chat.png);*/
	width:100%;
	height:35px;
}
