/* Común a todos los documentos */
body {
  background-color: #CDCCCB;
  margin: 0px 20px 0px 0px;
  text-align:center;
}

/* Texto general */
p {
	font-family: arial, helvetica, sans serif;
	color: #463122;
	font-size: 10pt; 
	margin: 0px 10px 0px 10px;
	text-align: justify;
}

p.center {
	font-family: arial, helvetica, sans serif;
	color: #463122;
	font-size: 10pt; 
	margin: 0px 10px 0px 10px;
	text-align: center;
}

p.autor {
	font-family: arial, helvetica, sans serif;
	color: #463122;
	font-size: 8pt; 
	margin: 0px 10px 0px 10px;
	text-align: justify;
}

h1 {
  color: #463122;
	font-size: 14; 
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	margin: 5px 0px 0px 10px;
	text-align: center;
}

dir {
	font-family: arial, helvetica, sans serif;
	color: #463122;
	font-size: 10pt; 
	margin: 0px 10px 0px 25px;
	text-align: justify;
}

p.small {
	font-family: arial, helvetica, sans serif;
	color: #463122;
	font-size: 8pt; 
	margin: 5px 0px 0px 10px;
	text-align: center;
}

/* Común para todos los enlaces */
a {
  text-decoration: none;
  color: #463122;
	font-size: 9pt; 
	font-weight: bold;
	font-family: arial, helvetica, sans serif;
  
}


a.avisolegal {
  text-decoration: underline;
  color: #463122;
	font-size: 7pt; 
	font-weight: normal;
	font-family: arial, helvetica, sans serif;
	
}

a.autor {
  text-decoration: underline;
	font-family: arial, helvetica, sans serif;
	color: #463122;
	font-size: 8pt; 
	margin: 0px 10px 0px 10px;
	text-align: justify;
}

a:hover {
  color: black;
}

/* Tabla principal, con el contenido */
table.general {
  width: 756px;
  height: 430px;
  background-color: white;
	border: 5px solid #ffffff;
	margin-top: 20px
}


/* Tabla superior. Contiene logo, foto de monedas y acceso restringido */
table.superior td.logo {
  background-image: url(../img/logo.monedas.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 610px;
  height: 99px;
}

table.superior td.reservado {
  background-image: url(../img/reservado.jpg);
	width: 106px;
  height: 99px;
}

table.superior td.esquina {
  background-image: url(../img/esquina.jpg);
	width: 30px;
  height: 99px;
}

/* Tabla que contiene el menú.*/
table.menu {
  background-color: #E6D0B1;
	width: 154px;
	margin-right: 10px;
}


table.menu td.menu {
	padding-left: 10px;
	width: 154px;
}

table.menu td.menuinicio {
  text-align: center;
	
}

/* Tabla que contiene el menú.*/
table.general td.pie {
  background-color: #E6D0B1;
	height: 15px;
	border-top: 5px solid #ffffff;
}

