body {
	height: 100%; 
	padding: 10px 0;
	margin-bottom: 10px;
	background: #000 url(bodyfondo.jpg) no-repeat center top;
}
.total_tabla {
	width: 800px;
	position:relative;
	top: 120px;
}
.tot_td_i {
	width:20px;
	vertical-align:top;
}
.tot_td_d {
	vertical-align:top;
}
.tot_tb_d {
}
.tot_td_d_menu {
	height: 30px;
	width:100%;
	color: #fff;
	text-align: center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, SansSerif;
	font-weight: bold;
	font-size: 20px;	
}
.tot_td_d_rastro {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	background-color: #333;
	height: 20px;
	padding-left: 5px;
}
.tot_td_d_contenido {
	background-image: url(fd_contenido.jpg);
	background-repeat:  repeat-y;
	background-position: left top;
	padding: 20px;
	text-align: justify;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, SansSerif;
	font-weight: bold;
	font-size: 14px;	
}
.tot_td_d_pie {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, SansSerif;
	font-weight: bold;
	font-size: 10px;	
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	height: 25px;
	padding-left: 5px;
}
.tot_td_d_pie a {color: #fff;text-decoration: none;}
.tot_td_d_pie a:hover {color: #fff;text-decoration: underline;}
.img_cont {
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
