body {
	margin: 0px;
	background-image: url(img/fondo_inverso.gif);
	background-repeat: no-repeat;
	background-color: black;
	color: white;
	
}
img{
  border: 0;
  margin: 0;
  padding: 0;
}
table#fotos_cabecera, table#contenido, table#home {
  width: 100%;
}
table#fotos_cabecera td {
	border-bottom: 1px solid #999;
	text-align: center;
	padding: 5px;
/*	background-color: #FFFFFF; */
	white-space: nowrap;
}
table#fotos_cabecera td img {
    padding-left: 20px;
}
table#contenido td img {
	padding: 5px;
	border: 0;
}
table#contenido td {
	padding: 10px;
/*	background-color: #FFFFFF; */
	vertical-align: top;
}
table#contenido td.izq, table#contenido th.izq {
  width: 132px;
}
table#contenido h1 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
/*	color: #2B2A3A; */
	letter-spacing: 1px;
	word-spacing: 5px;
}
table#contenido h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
/*	color: #4B4B4B; */
	letter-spacing: 1px;
	word-spacing: 5px;
	border-left: 20px solid #ccc;
	padding-left: 10px;
	border-top: 1px dotted #ccc;
}
table#contenido ul{ 
	list-style-type: square; 
}
table#contenido p, li {
	text-align: justify;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bbb;
	word-spacing: 4px;
	/* line-height: 15px; */
	padding-top: 7px;
}
table#contenido a, #menu a {
	color: #ccc;
}
#menu {
	position: absolute;
	left: 69px;
	width: 54px;
	top: 7px;
	height: 369px;
   vertical-align: top;	
	font-size: 1px;
}
table#contenido p.cita {
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border: 1px dotted #eee;
	padding: 5px;
	margin-left: 30px;
	margin-right: 30px;
	color: #bbb;
	background-color: #0a0a0a;
}
abbr {
	cursor: help;
	text-decoration: none;
	color: #aaa;
}
.dcha {
	text-align: right;
}
.centro {
	text-align: center;
}
.liquid {
  width: 100%;
}
.descarga {
	color: #999;
	font-size: 13px;
}

a.masinfo:link, a.masinfo:visited 
{ 
  font-weight: bold;
  text-align: right;
  padding-left: 5px;
  padding: 0 2px 1px 16px;
  background: url(img/link.gif) left center no-repeat; /* #f7f7f7 */
  color: #ccc;  
  border: 1px dotted #999; 
  text-decoration: none;
}

a.masinfo:hover 
{
  color: #f7f7f7; 
/*  background-color: #555; */
	border: 1px dotted #999; 
}

table#contenido td table.piefoto td {
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -10px;
	padding: 0 10px;
/*	color: #444;
	background-color: #fff; */
}

table#contenido td.pie {
	border-top: 1px solid #999;
	text-align: left;
}
table#contenido td.pie p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 5px;
	margin: 0;
	margin-right: 30px;
/*	color: #777; */
}
table#contenido td.pie a.grande {
  font-weight: bold;
  color: #ccc;
}
table#contenido td.pie a.contraste {
  background-color: white;
  color: black; 
  font-weight: bold;
}

