/**
 *	Date: 04/mar/2006
 *	Author: Diego F Gonzalez <dfgonzalez@gmail.com.ar>
 */

/*	LAYOUT
...............................................................*/
	* { margin:0; padding:0; }

	body {}

	div#container { width:100%;  }

	div#header {  padding:12px 0; }
	div#contenedor { position:relative;
				top: 10px;
				left:55%;
				width:65%;
				height: 50%;
				margin-top: 0;
				margin-left: -35%;
				overflow: auto;
	}
	div#main {   width:100%;
				/*position:relative;
				top: 10px;
				left:50%;

				height: 50%;
				margin-top: 0;
				margin-left: -25%;
				overflow: auto;*/
				 }
		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 .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:42%; float:left; margin:0 27px 10px 0; }

	div#footer { clear:both; margin:15px 10px 0 0; padding:12px 0; }

	a { }

	em { padding:1px 0 2px 0; }
	div#tabla {
			font-size: 180%;
			
		}
	div#tabla td {
			line-height:30px;
			}

/*	COLORS
...............................................................*/
	body { background:#fff url("../images/torre.png") fixed right bottom no-repeat; color:#636363; }

	div#container { }

	div#header { background:#000000 url("../images/logo.png") top left no-repeat; color:#f6f6f6; border-bottom:3px solid #333; }

		div#header h1 { }

		
	div#main { }
		div#main h2.title {background:#fff; left:10px; color:#666; border-bottom:2px solid #666; border-top:2px solid #666; }
		div#main p.about { }
		div#main dl {  }
			div#main dl dt { background:#fff;  border-top:1px dotted #ccc; }
				div#main dl dt:hover { background:#FFFFF5; }
			/*	div#main dl dt .action { background:#F5FFF0; color:#333; }
				div#main dl dt:hover .action { background:#E8FFDB; }*/
			div#main dl dd { }

	div#footer { background:transparent; color:#666; }
	div#footerfaq { background:transparent; color:#666; text-align:center; line-height:90px; }
		div#footer p a, div#footer p a:visited { color:#666; }

	a { color:#434242; text-decoration: none; }
	a:hover { color:#f40; }
	a:visited { color:#888; }

	em { background:#DCFFCC; font-style:normal; }

/*	TYPOGRAPHY
...............................................................*/
	body { font: 10px "verdana"; }

	div#container { }

	div#header { }
		div#header h1 { font-size:9px; margin: 4px 20px 0 0; font-weight:normal; text-align:right; }

	div#main { }
		div#main h2.title { color: #333333; font-size:11px; text-transform:uppercase; font-weight:bold; }
		div#main p { line-height:140%; }
		div#main dl dt .action { text-align:center; }
		div#main dl dd { line-height:180%; }
		div#main h2.title a { color:#666; font-weight:bold; }
		div#main h2.title a:hover { color:#660000; font-weight:bold; }

	div#footer { text-align:center; }

/*	AUXILIARS
...............................................................*/
.clear { clear:both; }

.action { cursor:pointer; float:right; }

.alignright { float:right; }

a img { border:none; }
