<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Joomla! ¿Qué es Joomla!? &#187; CSS</title>
	<atom:link href="http://delirius.com.ar/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://delirius.com.ar</link>
	<description>Joomla! es un Sistema de Gestión de Contenidos (CMS)</description>
	<pubDate>Sun, 05 Oct 2008 00:22:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Css: Menús Tabs</title>
		<link>http://delirius.com.ar/css-menus-tabs/</link>
		<comments>http://delirius.com.ar/css-menus-tabs/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 12:45:48 +0000</pubDate>
		<dc:creator>gustavo</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Diseño]]></category>

		<guid isPermaLink="false">http://delirius.com.ar/2007/07/20/css-menus-tabs/</guid>
		<description><![CDATA[	Christopher de ExplodingBoy pone a disposición de todos, una hermosa colección de menús del tipo tabs que podremos usar en nuestros proyectos.

]]></description>
			<content:encoded><![CDATA[<p>	Christopher de <a href="http://www.exploding-boy.com/2005/12/15/free-css-navigation-designs/">ExplodingBoy</a> pone a disposición de todos, una hermosa <a href="http://exploding-boy.com/mint/pepper/tillkruess/downloads/download.php?uri=http%3A//exploding-boy.com/images/CSSmenus.zip">colección de menús</a> del tipo tabs que podremos usar en nuestros proyectos.</p>
<p style="text-align: center"><img src="http://delirius.com.ar/wp-content/uploads/2007/07/menus_css.jpg" alt="menus_css.jpg" class="center" /></p>
]]></content:encoded>
			<wfw:commentRss>http://delirius.com.ar/css-menus-tabs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Speech Bubbles</title>
		<link>http://delirius.com.ar/css-speech-bubbles/</link>
		<comments>http://delirius.com.ar/css-speech-bubbles/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 18:04:08 +0000</pubDate>
		<dc:creator>gustavo</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://delirius.com.ar/2007/04/16/css-speech-bubbles/</guid>
		<description><![CDATA[Hermosas burbujas de discurso creadas por willmayo.com.. listas para ser usadas en nuestro sitio web . Código totalmente validado bajo XHTML 1.0 strict.

]]></description>
			<content:encoded><![CDATA[<p>Hermosas burbujas de discurso creadas por<a href="http://www.willmayo.com/2007/02/10/css-speech-bubbles/"> willmayo.com..</a> listas para ser usadas en nuestro sitio web . <a href="http://www.willmayo.com/journal/projects/07/bubbles/download.zip">Código totalmente validado bajo XHTML 1.0 strict.</a></p>
<p><img src="http://www.willmayo.com/journal/projects/07/bubbles/preview.png" height="219" width="420" class="center" /></p>
]]></content:encoded>
			<wfw:commentRss>http://delirius.com.ar/css-speech-bubbles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clases y estilos CSS: Varios de Joomla 1.0.X</title>
		<link>http://delirius.com.ar/clases-y-estilos-css-varios-de-joomla-10x/</link>
		<comments>http://delirius.com.ar/clases-y-estilos-css-varios-de-joomla-10x/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 09:51:35 +0000</pubDate>
		<dc:creator>gustavo</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Joomla!]]></category>

		<guid isPermaLink="false">http://delirius.com.ar/2007/01/09/clases-y-estilos-css-varios-de-joomla-10x/</guid>
		<description><![CDATA[
?View Code CSS/**includes/frontend**/
.moduletable
.newsfeed
.module
.message
&#160;
/**includes\HTML_toolbar.php**/
.toolbar
&#160;
/**includes\joomla.php**/
.profiler
.item
.small
.back_button
.buttonheading
.tab-page
.tab
.inputbox
&#160;
/**includes\joomla.xml.php**/
.paramlist
.editlinktip
.text_area
.inputbox
&#160;
/**includes\pageNavigation.php**/
.inputbox
.pagenav
&#160;
/**includes\pathway.php**/
.pathway
&#160;
/**includes\js\dtree\dtree.js**/
.dtree
.dTreeNode
.node
.clip
&#160;
/**includes\patTemplate\tmpl\forms.html**/
.message
.tooltip
.tab-page
.tab
.expander

]]></description>
			<content:encoded><![CDATA[
<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p207code2'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2072"><td class="code" id="p207code2"><pre class="css css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/**includes/frontend**/</span>
<span style="color: #6666ff;">.moduletable</span>
<span style="color: #6666ff;">.newsfeed</span>
<span style="color: #6666ff;">.module</span>
.message
&nbsp;
<span style="color: #808080; font-style: italic;">/**includes\HTML_toolbar.php**/</span>
.toolbar
&nbsp;
<span style="color: #808080; font-style: italic;">/**includes\joomla.php**/</span>
<span style="color: #6666ff;">.profiler</span>
<span style="color: #6666ff;">.item</span>
<span style="color: #6666ff;">.small</span>
<span style="color: #6666ff;">.back_button</span>
<span style="color: #6666ff;">.buttonheading</span>
<span style="color: #6666ff;">.tab-page</span>
<span style="color: #6666ff;">.tab</span>
.inputbox
&nbsp;
<span style="color: #808080; font-style: italic;">/**includes\joomla.xml.php**/</span>
<span style="color: #6666ff;">.paramlist</span>
<span style="color: #6666ff;">.editlinktip</span>
<span style="color: #6666ff;">.text_area</span>
.inputbox
&nbsp;
<span style="color: #808080; font-style: italic;">/**includes\pageNavigation.php**/</span>
<span style="color: #6666ff;">.inputbox</span>
.pagenav
&nbsp;
<span style="color: #808080; font-style: italic;">/**includes\pathway.php**/</span>
.pathway
&nbsp;
<span style="color: #808080; font-style: italic;">/**includes\js\dtree\dtree.js**/</span>
<span style="color: #6666ff;">.dtree</span>
<span style="color: #6666ff;">.dTreeNode</span>
<span style="color: #6666ff;">.node</span>
.<span style="color: #000000; font-weight: bold;">clip</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/**includes\patTemplate\tmpl\forms.html**/</span>
<span style="color: #6666ff;">.message</span>
<span style="color: #6666ff;">.tooltip</span>
<span style="color: #6666ff;">.tab-page</span>
<span style="color: #6666ff;">.tab</span>
.expander</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://delirius.com.ar/clases-y-estilos-css-varios-de-joomla-10x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clases y estilos CSS: Modulos de Joomla 1.0.X</title>
		<link>http://delirius.com.ar/clases-y-estilos-css-modulos-de-joomla-10x/</link>
		<comments>http://delirius.com.ar/clases-y-estilos-css-modulos-de-joomla-10x/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 09:49:27 +0000</pubDate>
		<dc:creator>gustavo</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Joomla!]]></category>

		<guid isPermaLink="false">http://delirius.com.ar/2007/01/09/clases-y-estilos-css-modulos-de-joomla-10x/</guid>
		<description><![CDATA[
?View Code CSS&#160;
/**modules\mod_latestnews.php**/
.latestnews
&#160;
/**modules\mod_login.php**/
.button
.inputbox
&#160;
/**modules\mod_mostread.php**/
.mostread
&#160;
/**modules\mod_mostread.php**/
.poll
.pollstableborder
.button
&#160;
/**modules\mod_mostread.php**/
.syndicate
.syndicate_text
&#160;
/**modules\mod_search.php**/
.inputbox
.button
.search

]]></description>
			<content:encoded><![CDATA[
<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p206code4'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2064"><td class="code" id="p206code4"><pre class="css css" style="font-family:monospace;">&nbsp;
<span style="color: #808080; font-style: italic;">/**modules\mod_latestnews.php**/</span>
.latestnews
&nbsp;
<span style="color: #808080; font-style: italic;">/**modules\mod_login.php**/</span>
<span style="color: #6666ff;">.button</span>
.inputbox
&nbsp;
<span style="color: #808080; font-style: italic;">/**modules\mod_mostread.php**/</span>
.mostread
&nbsp;
<span style="color: #808080; font-style: italic;">/**modules\mod_mostread.php**/</span>
<span style="color: #6666ff;">.poll</span>
<span style="color: #6666ff;">.pollstableborder</span>
.button
&nbsp;
<span style="color: #808080; font-style: italic;">/**modules\mod_mostread.php**/</span>
<span style="color: #6666ff;">.syndicate</span>
.syndicate_text
&nbsp;
<span style="color: #808080; font-style: italic;">/**modules\mod_search.php**/</span>
<span style="color: #6666ff;">.inputbox</span>
<span style="color: #6666ff;">.button</span>
.search</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://delirius.com.ar/clases-y-estilos-css-modulos-de-joomla-10x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clases y estilos CSS: Mambots de Joomla 1.0.X</title>
		<link>http://delirius.com.ar/clases-y-estilos-css-mambots-de-joomla-10x/</link>
		<comments>http://delirius.com.ar/clases-y-estilos-css-mambots-de-joomla-10x/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 09:48:20 +0000</pubDate>
		<dc:creator>gustavo</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Joomla!]]></category>

		<guid isPermaLink="false">http://delirius.com.ar/2007/01/09/clases-y-estilos-css-mambots-de-joomla-10x/</guid>
		<description><![CDATA[
?View Code CSS/**mambots\content\mosimage.php**/
.mosimage_caption
.mosimage
&#160;
/**mambots\content\mospaging.php**/
.pagenavcounter
.pagenavbar
.contenttoc
.toclink
&#160;
/**mambots\content\mosvote.php**/
.content_rating
.content_vote
.button

]]></description>
			<content:encoded><![CDATA[
<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p205code6'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2056"><td class="code" id="p205code6"><pre class="css css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/**mambots\content\mosimage.php**/</span>
<span style="color: #6666ff;">.mosimage_caption</span>
.mosimage
&nbsp;
<span style="color: #808080; font-style: italic;">/**mambots\content\mospaging.php**/</span>
<span style="color: #6666ff;">.pagenavcounter</span>
<span style="color: #6666ff;">.pagenavbar</span>
<span style="color: #6666ff;">.contenttoc</span>
.toclink
&nbsp;
<span style="color: #808080; font-style: italic;">/**mambots\content\mosvote.php**/</span>
<span style="color: #6666ff;">.content_rating</span>
<span style="color: #6666ff;">.content_vote</span>
.button</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://delirius.com.ar/clases-y-estilos-css-mambots-de-joomla-10x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clases y estilos CSS: Componentes de Joomla 1.0.X</title>
		<link>http://delirius.com.ar/componentes-de-joomla-10x-clases-y-estilos-css/</link>
		<comments>http://delirius.com.ar/componentes-de-joomla-10x-clases-y-estilos-css/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 09:43:12 +0000</pubDate>
		<dc:creator>gustavo</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Joomla!]]></category>

		<guid isPermaLink="false">http://delirius.com.ar/2007/01/09/componentes-de-joomla-10x-clases-y-estilos-css/</guid>
		<description><![CDATA[
?View Code CSS/** Componente: com_contact **/
.componentheading
.contentpane
.contentdescription
.sectiontableheader
.category
.small
.contentpane
.contentheading
.contact_email
.inputbox
.button
&#160;
/** Componente: com_content **/
.componentheading
.contentpane
.contentdescription
.inputbox
.sectiontableheader
.sectiontableentry1
.sectiontableentry2
.sectiontablefooter
.blogsection
.contentpaneopen
.article_seperator
.contentheading
.contentpagetitle
.buttonheading
.small
.createdate
.modifydate
.readon
.pagenav_prev
.pagenav_next
.adminform
.button
.text_area
.blog
.blog_more
&#160;
/** Componente: com_login **/
.contentpane
.componentheading
.inputbox
.button
&#160;
/** Componente: com_newsfeeds **/
.componentheading
.contentpane
.contentdescription
.sectiontableheader
.category
.small
.contentheading
&#160;
/** Componente: com_poll **/
.componentheading
.contentpane
.pollstableborder
.sectiontableheader
.smalldark
.button
.inputbox
&#160;
/** Componente: com_registration **/
.componentheading
.contentpane
.inputbox
.button
&#160;
/** Componente: com_search **/
.componentheading
.contentpaneopen
.inputbox
.button
.searchintro
.small
.highlight
&#160;
/** Componente: com_user **/
.componentheading
.inputbox
.button
.row1
.row2
&#160;
/** Componente: com_weblinks **/
.componentheading
.contentpane
.contentdescription
.sectiontableheader
.tabclass1
.tabclass2
.small
.category
.inputbox
&#160;
/** Componente: com_wrapper **/
.contentpane
.componentheading
.wrapper

]]></description>
			<content:encoded><![CDATA[
<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p204code8'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2048"><td class="code" id="p204code8"><pre class="css css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/** Componente: com_contact **/</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.contentdescription</span>
<span style="color: #6666ff;">.sectiontableheader</span>
<span style="color: #6666ff;">.category</span>
<span style="color: #6666ff;">.small</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.contentheading</span>
<span style="color: #6666ff;">.contact_email</span>
<span style="color: #6666ff;">.inputbox</span>
.button
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_content **/</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.contentdescription</span>
<span style="color: #6666ff;">.inputbox</span>
<span style="color: #6666ff;">.sectiontableheader</span>
<span style="color: #6666ff;">.sectiontableentry1</span>
<span style="color: #6666ff;">.sectiontableentry2</span>
<span style="color: #6666ff;">.sectiontablefooter</span>
<span style="color: #6666ff;">.blogsection</span>
<span style="color: #6666ff;">.contentpaneopen</span>
<span style="color: #6666ff;">.article_seperator</span>
<span style="color: #6666ff;">.contentheading</span>
<span style="color: #6666ff;">.contentpagetitle</span>
<span style="color: #6666ff;">.buttonheading</span>
<span style="color: #6666ff;">.small</span>
<span style="color: #6666ff;">.createdate</span>
<span style="color: #6666ff;">.modifydate</span>
<span style="color: #6666ff;">.readon</span>
<span style="color: #6666ff;">.pagenav_prev</span>
<span style="color: #6666ff;">.pagenav_next</span>
<span style="color: #6666ff;">.adminform</span>
<span style="color: #6666ff;">.button</span>
<span style="color: #6666ff;">.text_area</span>
<span style="color: #6666ff;">.blog</span>
.blog_more
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_login **/</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.inputbox</span>
.button
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_newsfeeds **/</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.contentdescription</span>
<span style="color: #6666ff;">.sectiontableheader</span>
<span style="color: #6666ff;">.category</span>
<span style="color: #6666ff;">.small</span>
.contentheading
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_poll **/</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.pollstableborder</span>
<span style="color: #6666ff;">.sectiontableheader</span>
<span style="color: #6666ff;">.smalldark</span>
<span style="color: #6666ff;">.button</span>
.inputbox
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_registration **/</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.inputbox</span>
.button
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_search **/</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.contentpaneopen</span>
<span style="color: #6666ff;">.inputbox</span>
<span style="color: #6666ff;">.button</span>
<span style="color: #6666ff;">.searchintro</span>
<span style="color: #6666ff;">.small</span>
.highlight
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_user **/</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.inputbox</span>
<span style="color: #6666ff;">.button</span>
<span style="color: #6666ff;">.row1</span>
.row2
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_weblinks **/</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.contentdescription</span>
<span style="color: #6666ff;">.sectiontableheader</span>
<span style="color: #6666ff;">.tabclass1</span>
<span style="color: #6666ff;">.tabclass2</span>
<span style="color: #6666ff;">.small</span>
<span style="color: #6666ff;">.category</span>
.inputbox
&nbsp;
<span style="color: #808080; font-style: italic;">/** Componente: com_wrapper **/</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.componentheading</span>
.wrapper</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://delirius.com.ar/componentes-de-joomla-10x-clases-y-estilos-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clases y estilos CSS por defecto de Joomla 1.0.X</title>
		<link>http://delirius.com.ar/css-joomla-10x/</link>
		<comments>http://delirius.com.ar/css-joomla-10x/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 09:25:32 +0000</pubDate>
		<dc:creator>gustavo</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Joomla!]]></category>

		<guid isPermaLink="false">http://delirius.com.ar/2007/01/09/css-joomla-10x/</guid>
		<description><![CDATA[
?View Code CSS#active_menu
#blockrandom
#contact_email_copy
#contact_text
#emailForm
#mod_login_password
#mod_login_remember
#mod_login_username
#poll
#search_ordering
#search_searchword
#searchphraseall
#searchphraseany
#searchphraseexact
#voteid1,#voteid2....
.adminform
.article_seperator
.back_button
.blog
.blog_more
.blogsection
.button
.buttonheading
.category
.clr
.componentheading
.contact_email
.content_rating
.content_vote
.contentdescription
.contentheading
.contentpagetitle
.contentpane
.contentpaneopen
.contenttoc
.createdate
.fase4rdf
.footer
.frontpageheader
.inputbox
.latestnews
.mainlevel
.message
.modifydate
.module
.moduletable
.mostread
.newsfeed
.newsfeeddate
.newsfeedheading
.pagenav
.pagenav_next
.pagenav_prev
.pagenavbar
.pagenavcounter
.pathway
.polls
.pollsborder
.pollstableborder
.readon
.readon:hover
.search
.searchintro
.sectionentry1
.sectionentry2
.sectionheader
.sitetitle
.small
.smalldark
.sublevel
.syndicate
.syndicate_text
.text_area
.toclink
.weblinks
.wrapper

]]></description>
			<content:encoded><![CDATA[
<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p203code10'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p20310"><td class="code" id="p203code10"><pre class="css css" style="font-family:monospace;"><span style="color: #cc00cc;">#active_menu</span>
<span style="color: #cc00cc;">#blockrandom</span>
<span style="color: #cc00cc;">#contact_email_copy</span>
<span style="color: #cc00cc;">#contact_text</span>
<span style="color: #cc00cc;">#emailForm</span>
<span style="color: #cc00cc;">#mod_login_password</span>
<span style="color: #cc00cc;">#mod_login_remember</span>
<span style="color: #cc00cc;">#mod_login_username</span>
<span style="color: #cc00cc;">#poll</span>
<span style="color: #cc00cc;">#search_ordering</span>
<span style="color: #cc00cc;">#search_searchword</span>
<span style="color: #cc00cc;">#searchphraseall</span>
<span style="color: #cc00cc;">#searchphraseany</span>
<span style="color: #cc00cc;">#searchphraseexact</span>
<span style="color: #cc00cc;">#voteid1</span><span style="color: #00AA00;">,</span><span style="color: #cc00cc;">#voteid2</span>....
<span style="color: #6666ff;">.adminform</span>
<span style="color: #6666ff;">.article_seperator</span>
<span style="color: #6666ff;">.back_button</span>
<span style="color: #6666ff;">.blog</span>
<span style="color: #6666ff;">.blog_more</span>
<span style="color: #6666ff;">.blogsection</span>
<span style="color: #6666ff;">.button</span>
<span style="color: #6666ff;">.buttonheading</span>
<span style="color: #6666ff;">.category</span>
<span style="color: #6666ff;">.clr</span>
<span style="color: #6666ff;">.componentheading</span>
<span style="color: #6666ff;">.contact_email</span>
<span style="color: #6666ff;">.content_rating</span>
<span style="color: #6666ff;">.content_vote</span>
<span style="color: #6666ff;">.contentdescription</span>
<span style="color: #6666ff;">.contentheading</span>
<span style="color: #6666ff;">.contentpagetitle</span>
<span style="color: #6666ff;">.contentpane</span>
<span style="color: #6666ff;">.contentpaneopen</span>
<span style="color: #6666ff;">.contenttoc</span>
<span style="color: #6666ff;">.createdate</span>
<span style="color: #6666ff;">.fase4rdf</span>
<span style="color: #6666ff;">.footer</span>
<span style="color: #6666ff;">.frontpageheader</span>
<span style="color: #6666ff;">.inputbox</span>
<span style="color: #6666ff;">.latestnews</span>
<span style="color: #6666ff;">.mainlevel</span>
<span style="color: #6666ff;">.message</span>
<span style="color: #6666ff;">.modifydate</span>
<span style="color: #6666ff;">.module</span>
<span style="color: #6666ff;">.moduletable</span>
<span style="color: #6666ff;">.mostread</span>
<span style="color: #6666ff;">.newsfeed</span>
<span style="color: #6666ff;">.newsfeeddate</span>
<span style="color: #6666ff;">.newsfeedheading</span>
<span style="color: #6666ff;">.pagenav</span>
<span style="color: #6666ff;">.pagenav_next</span>
<span style="color: #6666ff;">.pagenav_prev</span>
<span style="color: #6666ff;">.pagenavbar</span>
<span style="color: #6666ff;">.pagenavcounter</span>
<span style="color: #6666ff;">.pathway</span>
<span style="color: #6666ff;">.polls</span>
<span style="color: #6666ff;">.pollsborder</span>
<span style="color: #6666ff;">.pollstableborder</span>
<span style="color: #6666ff;">.readon</span>
<span style="color: #6666ff;">.readon</span><span style="color: #3333ff;"><span style="color: #00AA00;">:</span>hover
</span><span style="color: #6666ff;">.search</span>
<span style="color: #6666ff;">.searchintro</span>
<span style="color: #6666ff;">.sectionentry1</span>
<span style="color: #6666ff;">.sectionentry2</span>
<span style="color: #6666ff;">.sectionheader</span>
<span style="color: #6666ff;">.sitetitle</span>
<span style="color: #6666ff;">.small</span>
<span style="color: #6666ff;">.smalldark</span>
<span style="color: #6666ff;">.sublevel</span>
<span style="color: #6666ff;">.syndicate</span>
<span style="color: #6666ff;">.syndicate_text</span>
<span style="color: #6666ff;">.text_area</span>
<span style="color: #6666ff;">.toclink</span>
<span style="color: #6666ff;">.weblinks</span>
.wrapper</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://delirius.com.ar/css-joomla-10x/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
