/* fondo no repeat */
/*td#bgset {
	background-image: url(../layout/body/bg-content.png);
	background-position:top;
	background-repeat:repeat-x;
	}
td#bgset2 {
	background-image:url(../layout/body/cuadros.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
td#bgsetr {
	background-image: url(../layout/body/bg-content-r.png);
	background-position:top;
	background-repeat:repeat-x;
	}
td#bgseta {
	background-image: url(../layout/body/bg-content-a.png);
	background-position:top;
	background-repeat:repeat-x;
	}
td#bgset-industrial {
	background-image:url(layout/body/industrial/bgcontent.png);
	background-position:top;
	background-repeat:no-repeat;
	}
td#bgseti0{
	background-image: url(../layout/body/industrial/bg-izqdwln.png);
	background-position:top;
	background-position:right;
	background-repeat:no-repeat;
}
td#bgsetb {
	background-image: url(../layout/body/bg-content-b.png);
	background-position:top;
	background-repeat:repeat-x;
	}
.error{
	margin-left:8px;
	background-color:#999;
	width:100%;
	height:40px;
	font-size:11px;
	font-weight:bold;
	}
.select {
	font-size:10px;
	font-weight:bold;
	color:#666;
	margin-left:8px;
	margin-top:8px;
	border: 0px;
	}
.thumbnails{
	background-color:#444444;
	border:#444444 1px solid;
	}
*/