/**
 *	Date: 04/mar/2006
 *	Author: Diego F Gonzalez <dfgonzalez@gmail.com.ar>
 */

/*	LAYOUT
...............................................................*/
	div#mainanuncios { }
		div#mainanuncios h2.title { margin:10px 0 0 0; padding:10px 5px; }
		div#mainanuncios p { margin:7px 0; }
		div#mainanuncios p.about { }
		div#main dl dt { padding: 5px; }
			div#mainanuncios dl dt span.action { display:action; margin:-5px -5px -5px 5px; padding:3px 0; width:25px; }
		div#mainanuncios dl dd { padding: 5px 5px 10px 5px; overflow:auto; }
		
		div#mainanuncios div.content { width:290px; float:right; margin-right:10px; }
	a { }
	
	em { padding:1px 0 2px 0; }
	
/*	COLORS
...............................................................*/
	
	div#container { }
	
	div#mainanuncios { }
		div#mainanuncios h2.title { background:#f6f6f6; color:#333; border-bottom:2px solid #666; }
		div#mainanuncios p.about { }
		div#mainanuncios dl { border-bottom:2px solid #666; }
			div#mainanuncios dl dt { background:#fff; border-top:1px dotted #ccc; }
				div#mainanuncios dl dt:hover { background:#FFFFF5; }
			div#mainanuncios dl dd { }
		div#mainanuncios a { color:#339900; text-decoration: none; }
		div#mainanuncios a:hover { color:#f40; }
		div#mainanuncios a:visited { color:#888; }
	
	em { background:#DCFFCC; font-style:normal; }	

	TYPOGRAPHY
...............................................................*/

	div#container { }
		
	div#mainmainanuncios { }
		div#mainanuncios h2.title { font-size:11px; text-transform:uppercase; font-weight:normal; }
		div#mainanuncios p { line-height:140%; }
		div#mainanuncios dl dt span.action { text-align:center; }
		div#mainanuncios dl dd { line-height:180%; }
		div#mainanuncios a img { border:none; }	
/*

	AUXILIARS
...............................................................*/
.clear { clear:both; }

span.action { cursor:pointer; float:right; }

.alignright { float:right; }

