body {
	width: 1000px;
	font-family: Arial;
	font-size:9pt;
	background-image: url(imagenes/fondo.jpg);
	background-attachment: fixed;
	text-align: center;
	margin: auto;
	float:center; 
}
h1 {
  text-align: center;
}
#contenedor{ 
	width: 1000px;
	text-align:center;
}
#cabecera{ 
	width: 1000px; 
	width: expression("996px");
	height: 200px; 
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	background-image: url(imagenes/cabecera.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom: 4px; 
} 
#menulinks {
	margin-top: 5px;
	width: 1000px;
	height: 30px;
	color: #303030;
	padding-left: 1px;
	padding-right: 1px;	
	padding-top: 10px;
	padding-bottom: 1px;
	text-decoration: none;
	text-align: center;
}
#menulinks a {
	font-size: 11pt;
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-right: 3px;
	border: 1px solid #D0578C;	
	color: #00f;
	text-decoration: none;
}
#menulinks a:hover {
	background: #D0578C;
	color: #fff;
	border: 1px solid #000;	
	text-decoration: none;
}
#unico{ 
	font-size:9pt;
	margin-bottom:4px;
	width: 100%; 
	padding: 0px 0px 0px 0px; 
	text-align:center; 
	clear: both;
}
#izquierdo{ 
	width: 290px; 
	width: expression("300px");
	padding: 2px 2px 2px 2px; 
	text-align:left;
	float:left; 
}
#centro{ 
	width: 700px; 
	width: expression("690px");
	margin-left:2px;
	padding: 2px 2px 2px 2px; 
	text-align:left;
	float:left; 
}
table.textos {
  font-family: Arial,Tahoma,Verdana;
  width: 100%;
  font-size: 9pt;
  border-collapse: separate;
  border-spacing: 4px;
}
table.textos th {
  text-align: center;
  border: 1px solid #000000;
  background-color: #c0c0c0;
}
table.textos td {
  border: 1px solid #000000;
  text-align: left;
}
table.fotos {
  margin: auto;
  font-size: 9pt;
  text-align: center;
  border-spacing: 4px;
}
table.fotos th {
  text-align: center;
  border: 1px solid #000000;
  background-color: #c0c0c0;
}
table.fotos tbody {
  text-align: center;
  border: 1px solid #000000;
}
table.fotos td {
  text-align: center;
  width: 16.6%;
  border: 1px solid #000000;
}
table {
	margin: auto;
	font-size: 9pt;
	text-align: left;
	border-width: 0px;
}
th {
  text-align: center;
  background-color: #c0c0c0;
}
td {
  border: 1px solid #D0578C;
  padding: 0px 2px 0px 2px; 
}