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

/*	LAYOUT
...............................................................*/
	
	
	body { 
		color:#555;
		line-height:1.5;
		margin:0;
		padding:0;
		text-align:center;
		}
	
	div#container { margin:0 0px 0 0px; }
	
	div#header { margin:0 0px 10px 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 0px 0 0; padding:12px 0; }
	
	a { }
	
	em { padding:1px 0 2px 0; }
	
/*	COLORS
...............................................................*/
	body { background:#fff url("../images/bg.png"); background-repeat: repeat-x; color:#636363; }
	
	div#container { }
	
	div#header { background:#F2F2F2; color:#ff9900; border-bottom:0px solid #f6f6f6; }
	
		div#header h1 { }
		
		div#header p.myPimp { display:none; }
	
	div#main { }
		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:#0099ff; }
			/*	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{
	border-top:1px solid #777;
	color:#333333;
	clear:both;
	font-size:14px;
	padding:0.5em;
	background-color: #FF9900;
}
		div#footer a{
	color: #FFFFFF;	
}
	
	a { color:#FF9900; text-decoration: none; }
	a:hover { color:#9E9E9E; }
	a:visited { color:FF9900; }
	
	em { background:#DCFFCC; font-style:normal; }

/*	TYPOGRAPHY
...............................................................*/
	body { 
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	div#container { }
	
	div#header { }
		div#header h1 { font-size:28px; font-weight:bold; text-align:center; }
	
	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; }
/*   wrap  */
#wrap{
	margin:0 auto;
	text-align:left;
	width:92em;	
}

/*   header 1   */
#header1{
	padding-top: 9em;
	padding-bottom: 4em;
}

/*Navigation */


#invertedtabs{
	width: 50%;
	background: transparent;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	float: right;
}

#invertedtabs ul{
	font: bold 15px Arial, Verdana, sans-serif;
	margin-bottom: 1em;
	list-style:none;
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#invertedtabs li{
	display:inline;
	padding:0px 0px;
	text-transform:uppercase;
	line-height: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 2px;
}


#invertedtabs a{
	float:right;
	color: #FF9900;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}


	


#invertedtabs a:hover{
	color: #FF9900;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}



#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #FF9900;
}

#invertedtabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #FF9900;
}


