/**
 *	Date: 04/mar/2006
 *	Author: Diego F Gonzalez <dfgonzalez@gmail.com.ar>
 */

/*	LAYOUT
...............................................................*/
	* { margin:0; padding:0; }
	
	body { }
	
	div#container { margin:0 20px 0 30px; }
	
	div#header { margin:0 10px 0px 0; padding:12px 0; }
	
	div#main { }
		div#main h2.title { margin:10px 0 0 0; padding:10px 5px; }
		div#main p { margin:7px 0; }
		div#main p.about { }
		div#main dl dt { padding: 5px; }
			div#main dl dt span.action { display:action; margin:-5px -5px -5px 5px; padding:3px 0; width:25px; }
		div#main dl dd { padding: 5px 5px 10px 5px; overflow:auto; }
		
		div#main div.content { width:32%; float:left; margin:0 10px 10px 0; }
	
	div#footer { clear:both; margin:15px 10px 0 0; padding:12px 0; }
	
	a { }
	
	em { padding:1px 0 2px 0; }
	
/*	COLORS
...............................................................*/
	body { background:#fff url("http://www.degalicia.org/planeta-galego/themes/PlanetaGalego2005/imagenes/sputnik.png"); background-repeat: repeat-x,repeat-y; color:#636363; }
	
	div#container { }
	
	div#header { background:#666; color:#f6f6f6; border-bottom:2px solid #f6f6f6; background-image: url('../images/0000.png'); }
		div#header a, div#header a:visited { color:#184B8D; }	

		div#header h1 { }
	
	div#main { background:#E0D5BF; }
		div#main h2.title { background:#f6f6f6; color:#333; border-bottom:2px solid #666; }
		div#main p.about { }
		div#main dl { border-bottom:2px solid #666; }
			div#main dl dt { background:#fff; border-top:1px dotted #ccc; }
				div#main dl dt:hover { background:#FFFFF5; }
			/*	div#main dl dt span.action { background:#F5FFF0; color:#333; }
				div#main dl dt:hover span.action { background:#E8FFDB; }*/
			div#main dl dd { }
		
	div#footer { background:#666; color:#000000; border-top:2px solid #f6f6f6; background-image: url('../images/0000.png'); }
		div#footer p a, div#footer p a:visited { color:#184B8D; }	
	a { color:#F26900; text-decoration: none; }
	a:hover { color:#194E90; }
	a:visited { color:#FEB782; }
	
	em { background:#DCFFCC; font-style:normal; }

/*	TYPOGRAPHY
...............................................................*/
	body { font: 11px "verdana"; }
	
	div#container { }
	
	div#header { }
		div#header h1 { font-size:12px; font-weight:bold; text-align:center; }
			div#header a:hover{ /* font-size: 110%; */ }	

	div#main { }
		div#main h2.title { font-size:9px; text-transform:uppercase; font-weight:normal; }
		div#main p { line-height:140%; }
		div#main dl dt span.action { text-align:center; }
		div#main dl dd { line-height:180%; }
	
	div#footer { text-align:center; }

/*	AUXILIARS
...............................................................*/
.clear { clear:both; }

span.action { cursor:pointer; float:right; }

.alignright { float:right; }

a img { border:none; }

 /* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {color: white; margin: 0 7px; }
.rbroundbox { width: 90%; margin: 1em auto; }