body
{
	color: #000000;
	background-color: #ffffcc;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#encabezado
{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 3px;
	border-top: px solid #ff9933;
	border-right: 0px solid #ff9933;
	border-bottom: 0px solid #ff9933;
	border-left: 0px solid #ff9933;
	font-family: Arial, Helvetica, sans-serif;

}

#logo{
	position: absolute;
	top: 30px;
	left: 100px;
}


	
#nav{
	position: absolute;
	top : 200px;
	left : 20px;
	width : 160px;
	font-weight: normal;
	line-height: 30px;
	background-color : transparent;
	color: #000000;
	}

#nav ul, #nav li {
	list-style-type: none;
}
	
#nav a, #nav li.active li a 
{
	background-color : transparent;
	color: #930;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover 
{
	background-color: #ff9933;
	color: #930;
	text-decoration: none;
}

#nav li.active a {
	background-color: #transparent;
	color: #930;
	text-decoration: none;
}

a {
	background-color : transparent;
	color: #930;

}

a:visited {
	background-color : transparent;
	color: #f60;
}
	
#contenido{
	padding-top: 20x;
	padding-bottom: 30px;
	padding-left: 230px;
	padding-right: 5%;
	background-color: #FFFF99;
	color: #000000;
	border-top: 1px solid #ff9933;
	
}

#pie{
    padding-top : 10px;
	padding-bottom : 30px;
	padding-left : 230px;
	padding-right : 5%;
	font-size: 8pt;
	border-top: 1px solid #ff9933;
	border-right: 0px solid #fc6;
	border-bottom: 0px solid #fc6;
	border-left: 0px solid #fc6;
}

p,ul,ol {
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	background-color: transparent;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	padding-right: 60px;
	text-align: right;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	padding-top: 30px;
	padding-right: 0px;
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 1px solid #ff9933;
	border-left: 0px solid #fc6;
	color: #ff9933;
}

h3, pre {
	font-size: 100%;
	font-weight: bold;
	padding-right: 60px;
	text-align: right;
}
