body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	background-color: #415F97;
	background-image: url(imagenes/fondo.png);
	background-repeat: repeat-y;
}

.encabezado {
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: 793px;	
}

.cuerpo {
	padding-right: 190px;
	width: 800px;
}


.menu {
	font-size: 9pt;
	font-weight: normal;
	background-image: url(imagenes/menu.png);
	background-repeat: repeat-y;
	width: 800px;
}
#contenedor {
	text-align:left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}


td a:hover {	
	background-color: #CCCCCC;
}

td a:link {	
	color: #FFF;
	text-decoration: none;
}

td {
	font-size: 9pt;
}
a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;	
}

.pie {
	margin-top: 30px;
	text-align: right;
	width: 793px;
	border-top: 2px solid #ccc;
	font-size: 8pt;
	font-style: normal;
	bottom: 0px;
	position: relative;
	visibility: visible;
	z-index: auto;
}

