/**HEADER**/
#header
{
	width:100%;
}

#table_header
{
	width:100%;
	border: 0px;
	border-width: 0px;
	border-collapse: collapse;
	margin:0px;
}

#header_left
{
	width:500px;
	height:49px;
	padding:0px;
	margin:0px;
	letter-spacing:1px;
	background: url(../images/cabecera/logo-cabecera.jpg) no-repeat;
}

#header_middle
{
	height:49px;
	padding:0px;
	margin:0px;
	background: url(../images/cabecera/logo-cabecera-middle.jpg) repeat-x;
}
#header_right
{
	width:36px;
	height:49px;
	padding:0px;
	background: url(../images/cabecera/logo-cabecera-end.jpg) no-repeat;
}

