<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rs='urn:schemas-microsoft-com:rowset' xmlns:z='#RowsetSchema'
version="1.0">

<xsl:output method="html" indent="yes" omit-xml-declaration="yes"/>

<xsl:template match="/data">
	<table border="0" width="100%" id="table73">
		<xsl:apply-templates select="row"/>
	</table>	
</xsl:template>

<xsl:template match="row">
	
			<tr>
				<td valign="top">
				<table cellpadding="0" cellspacing="0" width="100%">

				<tr>
					<td style="border-bottom-style:solid; border-bottom-width: 1px;border-bottom-color:#e7e7e7; padding:0px; font-size:4pt; " colspan="3">&#160;</td>
				</tr>
				<tr>
					<td colspan="3" style="font-size:4pt;">&#160;</td>
				</tr>
				<tr>
					
					<td colspan="2" valign="top" style="">
						<span class="nps-h3Rojo" style="font-weight:bold;">
							<xsl:attribute name="href"><xsl:value-of select="FileRef"/></xsl:attribute>
							<xsl:value-of select="TituloConsejo" />
						</span><br/><br/>
						<span>
						<xsl:value-of select="WikiField" disable-output-escaping="yes"/>
						</span>
						
					</td>
				</tr>
				
				<tr>
				<td>
				
				</td>
				
				<td>
				<a class="nps-h3Rojo" style="float:left" href="../Consejos/Forms/AllPages.aspx">
				MÁS CONSEJOS>>
				</a>
				</td>
				</tr>
			</table>
				</td>
			</tr>
	
			

</xsl:template>
</xsl:stylesheet>

