.imgtd {
	margin: 3px;
	text-align: center;
	vertical-align: top;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
	display: block;
	font-style: normal;
	vertical-align: top;
	padding: 4px;
}
.tablin {
	vertical-align: top;
	display: block;
	width: 100%;
}
.Pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 5px;
}
.pie02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	display: block;
}
body {
	background-image: url(images/fondo.jpg);
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.descrip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: B09B7C;
	padding: 5px;
	background-image: url(images/kraft_detail.jpg);
}
.tblbdr {
	border: 2px solid #000000;
}
#cabezal {
	background-image: url(images/kraft_detail.jpg);
	background-repeat: repeat;
}
#content{
	background-color: #E8E8E8;
	display: block;
	width: 740px;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
a:link {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}