body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#encabezado {
	background-image: url(../imag/valijaweb.gif);
	background-repeat: no-repeat;
	height: 92px;
	background-color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#contenido {
	padding: 20px;
	text-align: center;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(../imag/wm.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 90px;
	text-indent: -9999px;
}

table {
	background-color: #FFCC00;
	border: 2px solid #CCCCCC;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#datos {
	width: 550px;
}
#datos td {
	text-align: center;
	font-weight: bold;
}

td {
	background-color: #FFFFFF;
	padding: 4px;
}
.tdizq {
	text-align: left;
}
.tdder {
	text-align: right;
}

th {
	padding: 4px;
}
a:link, a:visited {
	color: #6666CC;
}
a:hover, a:active {
	color: #FFCC00;
}
