body {
	margin-top: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	color: #000;
	background-color: #EEBF80;
	background-image: url("imagenes/fondo.jpg");
}

P		{ font-family: "Times New Roman", Times, serif;
		  text-align: justify;
		  text-indent: 30px;
		  margin-top: 12px;
		  margin-bottom: 6px }

p.linea {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

h1 {
	font-family: Playbill, "Rockwell Condensed", "Goudy Stout", Stencil, fantasy;
	font-size: xx-large;
	color: #664A17;
	background-color: transparent;
	margin-bottom: 0px;
	background-image: url(imagenes/pistola.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 50px;
}
div.titular {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

h2		{ font-family: Playbill, "Rockwell Condensed", "Goudy Stout", Stencil, fantasy;
		  font-size: x-large }

h3		{ font-family: Playbill, "Rockwell Condensed", "Goudy Stout", Stencil, fantasy;
		  font-size: x-large }

h4		{ font-family: Playbill, "Rockwell Condensed", "Goudy Stout", Stencil, fantasy;
		  font-size: large;
		  font-weight: lighter;
		  margin-left: 10px;
		  background-color: transparent;
		  color: #FFFFFF }

h5		{ font-family: Playbill, "Rockwell Condensed", "Goudy Stout", Stencil, fantasy;
		  font-size: medium;
		  font-weight: lighter;
		  margin-left: 10px;
		  background-color: transparent;
		  color: #FFFFFF ;
		  margin-right: 10px;
		  margin-top: 7px;
		  margin-bottom: 7px }

h6		{ font-family: Arial, Helvetica, sans-serif;
		  font-size: small;
		  margin-left: 10px;
		  background-color: transparent;
		  color: #000000;
		  margin-right: 10px;
		  margin-top: 7px;
		  margin-bottom: 7px }

a		{ color: #664A17;
		  background-color: transparent;
		  font-weight: bold }

a:hover		{ color: #F2E2C6;
		  background-color: transparent;
		  font-weight: bold }

a:visited	{ color: #9D7024;
		  background-color: transparent;
		  font-weight: bold }

A IMG {
	border: none;
}

img.titulo	{ margin-bottom: 20px }

td.principal	{ vertical-align: top;
		  padding: 0px 15px 15px }

dt		{ font-weight: bold;
		  margin-top: 10px;
		  margin-bottom: 3px }

P.pie		{ font-family: "Times New Roman", Times, serif;
		  font-size: x-small;
		  text-align: center }

table	{
	width: 100%;
	border: 0;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
}
td {
	padding: 0;
}

td.menu {
	width: 112px;
	vertical-align: top;
}
td.menu img {
	display: block;
}

table.titular {
	width: 602px;
	border-spacing: 0;
	text-align: center;
	margin-top: 15px;
}
table.titular td {
	padding: 0;
}

table.tabla	{
	border-color: #FFCC66 #996633 #996633 #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	width: 97%;
	text-align: center;
}
table.tabla td {
	border-color: #996633 #FFCC66 #FFCC66 #996633 ;
	background-image: url(imagenes/tabla.jpg);
	border-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
table.tabla th {
	border-color: #996633 #FFCC66 #FFCC66 #996633;
	font-family: Playbill, "Rockwell Condensed", "Goudy Stout", Stencil, fantasy;
	background-image: url(imagenes/tablatitular.jpg);
	text-align: left;
	vertical-align: middle;
	border-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

table.popup {
	margin: 10px;
}

p.pequeno	{ font-family: Arial, Helvetica, sans-serif;
		  font-size: xx-small;
		  text-indent: 0pt;
		  margin-top: 3px;
		  margin-right: 3px;
		  margin-bottom: 3px;
		  margin-left: 3px }

table.transparente, table.transparente tr, table.transparente td {
	border: 0;
	background-image: none;
	background: transparent;
}
td.transparente { font-family: Arial, Helvetica, sans-serif;
		  font-size: x-small }

p.importante	{ font-weight: bold;
		  text-align: center;
		  text-indent: 0pt }

li.segundo	{ list-style-type: circle;
		  list-style-position: inside }

.flotanteder {
	float: right;
	margin: 1em;
}

.flotanteizq {
	float: left;
	margin: 1em;
}