/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	color: #eee;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 86%;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	}


#topbar{
	position: relative;
	top: 60px;
	left: 0px;
	width: 662px;
	height: 135px;
	}	

#sidebar{
	position:fixed;
	top: 70%;
	right: 0px;
	width: 300px;
	background-image:url(/images/shadowy.png);
	background-position:bottom;
	padding-bottom:15px;
}
* html div#sidebar  { top: 70%;  right: 0px;	 width: 300px; position:absolute; background-image:url(/images/shadowy.png) }

#content{ margin: 55px 400px 5em 100px; }


/* typography
----------------------------------------------- */

p {
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 0.9em;
	color: #1A1A1A;
	margin-right:3em;
}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 {
	font-size: 2.3em;
	color: #581600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #3c961f; font-style: normal; }

h2 {
	font-size: 1em;
	letter-spacing: 0.4pt;
	color: #581600;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{
	color: #051d64;
	text-decoration: none;
	}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #051d64; }
a img{ 	border: none;}

small{ font-size: 0.8em; }


/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}


#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{ list-style: none; margin: 0em 0em 0em 0;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 1.5em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #141c04;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #A93600;
	}
	
#nav a:active{
	color: #1a1a1a;
	background-color: #A93600;
	}	
	
.seccionactiva{
	color: #1a1a1a;
	background-color: #A93600;
	}	


/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */

.section{
	overflow: auto;
	width: 517px;
	}
.first{
	border-top: none;
	padding-top: 0;
	background-image: url(/images/topframe.png);
	background-repeat: no-repeat;
	height:35px;
}

.second{
	border-top: none;
	padding-top: 0;
	height:545px;
	background-image: url(/images/middleframe.png);
	background-repeat:repeat-y;
	padding-left:10px;
}

.third{
	border-top: none;
	padding-top: 0;
	background-image: url(/images/bottomframe.png);
	background-repeat: no-repeat;
	height:35px;
}

