/**
 *	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 { margin-right: 10px;}
		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:0px 10px 0 0; padding:6px 0; }
	
	a { }
	
	em { padding:1px 0 2px 0; }
	
/*	COLORS
...............................................................*/
	body { background:#113311; color:#202020; }
	
	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:#ffffff;  }	

		div#header h1 { }
	
	div#main { background:#FFFFFF; }
		div#main h2.title { background:#9BC7EA; color:#F56B00; border-bottom:2px solid #666; }
		div#main p.about { }
		div#main dl { border-bottom:2px solid #666; }
			div#main dl dt { background:#9BC7EA; border-top:1px dotted #ccc; }
				div#main dl dt:hover { background:#9BC7EA; }
			/*	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 #9BC7EA; background-image: url('../images/0000.png'); }
		div#footer p a, div#footer p a:visited { color:#184B8D; }	
	a { color:#012943; text-decoration: none; }
	a:hover { color:#194E90; }
	a:visited { color:#666666; }
	
	em { background:#DCFFCC; font-style:normal; }

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

	div#main { }
		div#main h2.title { font-size:11px; text-transform:uppercase; font-weight:bold; }
		div#main h2.boxhead { font-size:14px; font-weight:bold; }
		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; }
	
	.rbcontent {font-size:12px;  }
	
		.rbcontent .legal {font-size:10px;  }

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

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

.alignright { float:right; margin-left:3px;}

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; }

/* Nuevos PantallasAmigas */
.banner {width: 90%; text-align: center; margin: 1em auto; }
	.rbcontentright {font-size:10px;  }
	.rbcontentright .legal {font-size:10px;  }
.rbcontentright {color: white; margin: 0 7px; }
.fecha {font-size:8px; font-family: monospace, courier; color:#000; margin-bottom:-10px; float: right; background:#9BC7EA;padding-top:1px;}
h2 img.icono {
margin-top: -10px;
margin-left:-5px;
padding-right:5px;
}
