	/* -- CSS
	Autor: TempWin 
	Plantilla: PB
 	-- */
 
body { 
  	background: #def;
}
	
a:link, a:visited { 
	color:#03b;
}
	
a:hover { 
	color:#08b; 
}
	
	
/* --- Estructura ---------------------------------- */

#wrap {
     position: relative;
}

#wrap h1 {
	text-align: center;
	color: #333
	}

#contenido {
	border-right: 1px solid #abc;
	width: 65%;
   padding: 0px 15px 10px 15px;
  	text-align: justify;
}

#contenido p {
     font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
     font-size: 15px;
     line-height: 1.5em;
}

#contenido h2 {
     font-size: 26px;
     padding-top: 10px;
}

#contenido h3 {
     font-size: 16px;
     padding-top: 10px;
}

#sidebar {
	position: absolute;
	top: 80px;
	right: 50px;
	width: 25%;
	font: 85%/1.6em tahoma, geneva, verdana, sans;
	text-align: justify;
}

/* --- Encabezamientos ---------------------------------- */

h1, h2, h3, h4  { 
color:#687EBD;
font-family: georgia, times, serif;
line-height: 140%
}

h2 { 
font-size: 150%;
}
#sidebar h2 { 
margin-top: 0
}
#sidebar h3 { 
font: bold 130% "Lucida Grande", "Lucida Sans Unicode", verdana, sans;
color: #333;
}

#contenido ol li{
margin-top: 0;
margin-bottom: 0.6em;
margin-left: 1em;
padding-left: 5px;
}

#contenido li{
font-family: "Trebuchet MS", verdana, sans
}

#sidebar ul {
margin: 0;
padding: 0;

}
#sidebar li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #dfdfdf;
	padding: .4em 0 .4em 0;
}

#sidebar li a {
	text-decoration: none
}