.titulo
{
  font-weight: bold;
	color: #503600;
}

.comentario
{
  font-weight: normal;
	font-style: italic;
	font-height: 8px:
}

.titulotabla
{
  background-color:#B9E0BD; 
	color: #2e4729;
	font-weight: bold;
}

.fondotabla
{
  background-color:#F1F6D0;
	color: #2e4729;
}

.tabla1
{
  background-color: #2e4729;
		padding-top: 1px;
}

#encabezado
{
   /* tamaño y posición */
	 width: 750px;
	 height: 150px;
	 position: absolute;
	 left:128px;
	 top:0px;
   background-color:white;

}

#col_left
{
   /* tamaño y posición */
	 width: 186px;
	 height: 495px;
	 position: absolute;
	 left:118px;
	 top:180px;
	 background-color:white;
	 border-style:none;
	 magin-top:0px;
	 padding-top: 0px;
}

#col_center
{
   /* tamaño y posición */
	 color: #2C462C;
	 width: 380px;
	 height: 495px;
	 position: absolute;
	 left:305px;
	 top:180px;
	 background-color:white	;
	 text-align:justify;
	 margin-top: 0px;
	 padding-left:10px;
	 padding-right:10px;
	 padding-top:0px;
	 border-style:none;
}

#col_right
{
   /* tamaño y posición */
	 width: 166px;
	 height: 495px;
	 position: absolute;
	 left:709px;
	 top:180px;
	 background-color:white;
	 text-align:center;
	 padding-top: 120px;
 	 border-style:none;
}

body 
{
  background-color: #344A2C;
  background-image: url("imagenes/fondo3.gif");
	background-attachment: fixed;
	background-position: 80px 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-align: justify;
	vertical-align: top;
	list-style-image: url("imagenes/guaria.jpg");

}

head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
a:hover {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #2e4729;
}
a:link {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}
a:visited {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #2e4729;
}
.fondo {
	background-image: url(imagenes/fondo.gif);
	background-repeat:  no-repeat;
	background-position: center top;
	background-color: #2e4729;
}
.fondo2 {
	background-image: url(imagenes/fondo2.gif);
	background-repeat:  no-repeat;
	background-position: center top;
	background-color: #2e4729;
}

.hoja {
   list-style-image: url("imagenes/guaria.jpg");
}
