/**
 *	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 15px 0; padding: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 0 10px 10px; }
	
	div#footer { clear:both; margin:15px 10px 0 0; padding:0; height:47px; text-align:center }
	
	a { }
	
	em { padding:1px 0 2px 0; }
	.logoCont{float:left; width:235px; height:149px;}
	.sxFooCont{float:left; width:14px; height:47px;}
	
/*	COLORS
...............................................................*/
	/*body { background:#fff url("../images/body_bg.png"); background-repeat: repeat-x; color:#636363; }*/
	body { background:#fff; color:#636363; font-size:10px; }
	
	div#container { }
	
	/*div#header { background:#00B32D; color:#f6f6f6; border-bottom:2px solid #f6f6f6; }*/
	div#header { background: url(../images/bg.jpg) repeat-x  }
	
	
	
		div#header h1 { }
		
		div#header p.myPimp { display:none; }
	
	div#main { }
		/*div#main h2.title {  border-bottom:2px solid #FF0000; color:#009900;  }*/
		div#main h2.title { background: url(../images/bgFoo1.jpg);  color:#009900;  }
		div#main p.about { }
		div#main dl { border-bottom:1px solid #cccccc; }
			div#main dl dt { background:#fff; border-top:1px dotted #ccc; }
				div#main dl dt:hover { background:#CCCC99 }
			/*	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:#00B32D; color:#f6f6f6; border-top:2px solid #f6f6f6; }*/
	div#footer { background:#FFF url(../images/bgFoo.jpg) repeat-x 0 -1px }
	
		div#footer p a, div#footer p a:visited { color:#006633; margin:0}
	div#footer p a:hover{ color:#006633; text-decoration:underline}
	a { color:#333399; text-decoration: none; }
	a:hover { color:#FF0000; text-decoration: none; }
	a:visited { color:#888; text-decoration: none; }

        a.title { color: #000; text-decoration: none; }
        a.title:hover { color:#FF0000; text-decoration: none; }
        a.title:visited { color:#990000; text-decoration: none; }
	
	em { background:#DCFFCC; font-style:normal; }

/*	TYPOGRAPHY
...............................................................*/
	body { font: 12px "verdana"; }
	
	div#container { }
	
	div#header { }
		div#header h1 { font-size:16px; font-weight:normal; text-align:center; }
	
	div#main { }
		div#main h2.title { font-size:12px;  text-transform:uppercase; 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; }

/*	AUXILIARS
...............................................................*/
.clear { clear:both; }

span.action { cursor:pointer; float:right; }

.alignright { float:right; }

a img { border:none; }
