.subseccion a:link {color:#FFFFFF;text-decoration:none;}
.subseccion a:visited {color:#FFFFFF;text-decoration:none;}
.subseccion a:hover {color:#FFFFFF;text-decoration:underline;}
.subseccion a:active {color:#FFFFFF;text-decoration:underline;}

#izq{
	width:225px;
	/*background-color:red;*/
	float:left;
}

#izq ul{
	margin:0px;
	padding:0px;
	
}

.seccion-titulo{
	position:absolute;
	color:white;
	top:3px;
	left:40px;
	font-size:13px;
}

.subseccion{
	color:white;
	line-height:20px;
	padding:0px 5px 5px 37px;
	font-size:13px;
	text-align:left;
	background:url(imagenes/list.png) no-repeat 20px 5px; 
}



.seccion-top{
	margin-top:20px;
	width:209px;
	padding-top:40px;
	background: url(imagenes/seccion-top.png) no-repeat center top;
	-background: url(imagenes/seccion-top.gif) no-repeat center top;
	float:left;
	position:relative;
}

.seccion-mid{
	width:209px;
	background-image:url(imagenes/seccion-mid.png);
	-background-image:url(imagenes/seccion-mid.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

.seccion-bottom{
	width:209px;
	padding-bottom:8px;
	background: url(imagenes/seccion-bottom.png) no-repeat center bottom;
	-background: url(imagenes/seccion-bottom.gif) no-repeat center bottom;
}
