body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
        color: #000000;
}

#content {
	margin-left: 10px;
        text-align: justify;
	font-size: 110%;
}

#content li {
   margin-left: -15px;
   padding: 2px 0 .2em 1.5em;
   list-style-type: none;
   list-style-image: none;
   background: transparent url(/farmhands/images/li.gif) no-repeat 1px .35em;
}

.content a {
	text-decoration: none;
	color: #000000;
	font-style: bold;
	background-color: transparent;
        background: url(/farmhands/images/external.gif) bottom right no-repeat;
        padding-right: 15px;
}

.content a:hover {
	color: #CCCCCC;
        border-bottom: 1px dashed #CCCCCC;
}

.menu a {
	text-decoration: none;
	color: #000000;
	font-style: bold;
	background-color: transparent;
}

.menu a:hover {
	color: #CCCCCC;
}

.correo	{ 
	color: #000000; 
	text-decoration: none; 
}

td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
        color: #444444 ;
        font-style: normal;
        line-height: normal;
        text-decoration: none;
} 
		
.linktd { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #444444;
        text-decoration: none; 
} 

.minitd { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000; 
	text-decoration: none; 
}

.negrita { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
        font-style: normal;
        line-height: normal;
        color: #5e79ff;
        font-weight: bold
}

.negritarojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
	font-weight: bold;

}
.negritanegro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.negritasub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        font-style: normal; 
        line-height: normal; 
        font-weight: bold; 
        color: #5e79ff; 
        text-decoration: none;
}

p.footer {
	color:#333;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 90%;
	text-align: center
}

.grande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #7E8B94;
	text-decoration: none;
}

.codigo{
	text-align:left;
	font-family: monospace;
	white-space: pre;
}
      
div.seccion { 
  margin-top: 2em;
  padding: 1em;
  counter-reset: subseccion;
}

div.titulo-seccion{ 
  text-align: left;
  font-size: 130%;
  font-weight: bold;
  background: grey;
}

div.titulo-seccion:before {
    content: counter(seccion) " ";
    counter-increment: seccion;
}

div.cuerpo-seccion{  
  text-align: justify;
}

div.subseccion { 
  margin-top: 2em;
  padding: 0.5em; 
}

div.titulo-subseccion{ 
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  background: lightgrey;
}

div.titulo-subseccion:before {
  display: marker;
  content: counter(seccion)"."counter(subseccion) " ";
  counter-increment: subseccion;
}

div.cuerpo-subseccion{  
  text-align: justify;
}
