/* CSS Document */
/* ©2006 METRO MÁLAGA.
--------------------------------------------------------------------------------------------- */


/* COLUMNA de texto pequeña, para templates de 2 columnas
--------------------------------------------------------------------------------------------- */

#columna_texto{
width: 388px;
height:auto;
float:right;
	
background:transparent;
padding:10px 10px 0px 3px;
margin:-3px 0px 0px 0px;
overflow:visible;

}
/* #columna_texto ul{
	width:auto;
	height:auto;
	float:left;
	padding: 0px; 
	margin: 0px 50px 10px 0px;
	display:block;
	list-style-type:none;
	
}
#columna_texto li{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
	background: url(../images/topo_gris.gif) no-repeat 0px 6px;

}*/


#columna_simple ul{
	width:90%;
	height:auto;
	float:left;
	font-weight:normal;
	padding: 0px; 
	margin: 0px 0px 10px 0px;
	display:block;
	list-style-type:none;
	clear:both;
	
}


#columna_simple li{
	width:100%;
	height:auto;
	float:left;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 0px 10px;
	background:url(../images/topo_gris.gif) no-repeat 0px 6px;
	clear:both;

	

}


-------------------------------------

