.texto_sin_sangria {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#0000FF; /*azul*/
	text-indent:0px; 
	

	
	
}


.volver {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#009900;
	
	margin-top:0%;
	margin-bottom:0px;
	padding-top:0%;
	padding-bottom:0%;
	line-height:0;
}

.sin_margen {

margin-top:0;
padding-top:0;
line-height:0;

}

.volver_principal {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#0066FF;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:10%;
}

/* ................................................... */
/* ................................................... */
/* Lista distribuida en varias columnas principal */
/* ................................................... */
/* ................................................... */


OL.col3 
{ 
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FLOAT: left; 
PADDING-BOTTOM: 0px; 
MARGIN: 15px 0px; 
WIDTH: 100%; 
PADDING-TOP: 0px; 
LIST-STYLE-TYPE: none 
} 

OL.col3 LI 
{ 
PADDING-RIGHT: 2px; 
DISPLAY: inline; 
PADDING-LEFT: 2px; 
FLOAT: left; 
PADDING-BOTTOM: 2px; 
WIDTH: 30%; 
PADDING-TOP: 2px 
} 

.col3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}

/* Fin */
/* ... */
/* ... */




/* ................................................... */
/* ................................................... */
/* Lista distribuida en varias columnas XHTML */
/* ................................................... */
/* ................................................... */

ol li
{
  /* Stipulate the height of each item so that 
  vertical return = items * height */

  line-height: 1.2em;

  /* Clear the default margins & padding 
  so we can style the list from scratch */

  margin: 0;
  padding: 0;
  list-style-type:none;
}

/* If li position is left static, Internet 
Explorer disables hyperlinks in the list 
in all but the final column.

This rule will be processed only by 
Internet Explorer because only IE believes 
that there’s a level above HTML: */

html ol li
{
	position: relative;
}

/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 5 items * 1.2em line-height = 6em */


ol li.feve,
ol li.kava
{
  margin-top: -7.2em; /* IMPORTANTE: 5 items * 1.2em = 6em */
}
/* horizontal position of each column */
ol li.aloe,
ol li.berg,
ol li.cale,
ol li.dami,
ol li.elde,
ol li.uno6
{
  margin-left: 0em;
}
ol li.feve,
ol li.ging,
ol li.hops,
ol li.iris,
ol li.juni,
ol li.dos6
{
  margin-left: 20em;
}
ol li.kava,
ol li.lave,
ol li.marj,
ol li.nutm,
ol li.oreg,
ol li.penn
{
  margin-left: 40em;
}

ol li a
{
  display: block;
  width: 18em; /* IMPORTANTE: anchura de las columnas */
  text-decoration: none;
  
}
/* anchor styling */

ol li a:hover
{
  color:#FF0000; /* white */
  text-decoration:underline;
}

/* Listas "sencillas(una única columna)" ordenadas: */

.sencilla li {
list-style-type:disc;
text-indent:0px;

}
ol.sencilla li {
position:static;
line-height: 170%;

}

ol.sencilla li a {

  display:inline;
  text-decoration:underline;


}

ol.sencilla li a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0033; /*rojo*/
	
}


/* Fin */
/* ... */
/* ... */




/* ................................................... */
/* ................................................... */
/* Listas "sencillas(una única columna)" desordenadas: */
/* ................................................... */
/* ................................................... */

ul.sencilla li a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0033; /*rojo*/
	
}

/* Listas "sencillas(una única columna)" ordenadas: */

ul.sencilla li {

position:static;
color:#333333;
}

ol.sencilla li ul.sencilla_sin li {
list-style-type:none;

}

/* Fin */
/* ... */
/* ... */

/* ................................................... */
/* ................................................... */
/* Listas "sencillas sin más. Por ejemplo, la que  */
/* utilizo en el primer menú de rss.html: */
/* ................................................... */
/* ................................................... */

ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:normal;
	color:#0000FF; /*azul*/
	text-indent:0px; 
	margin-top:1%;
	margin-bottom:1%;
	
	


}

ul ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#0000FF; /*azul*/
	text-indent:0px; 
	margin-top:1%;
	margin-bottom:1%;
	
	


}

li.sin_marcador {
list-style-type:none;
padding-top:5px;
padding-bottom:5px;

}

