div {}

.footer {
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #666666;
}

body {
	background-color: #FFFFFF;
color: 
; 			font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	color: #333333;
}

#header {

}

#header p {

font-size: .6em;

}

#outer-image {
	
}

#inner-image {
	height: 300px;
	background-image:url(images/normas_logo.jpg);
	background-position: 198px 0px;
	background-repeat: no-repeat;
}

#content {
	position: relative;
	width: 790px;
}


* html #navbar li a {margin-bottom:6px;}

#navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 158px;
}

#navbar ul li {

list-style-type: none;
margin: 0;
padding: 0;

}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom-color: #999966;
	border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #333333;
}

#navbar ul li a:hover {
	color: #FF6600;
}

#navbar ul {

margin: 0;
padding: 0;

}


ul {}

li {}



#main-text {
	margin-left: 200px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-right-color: #000000;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	padding: 10px;
}

h1 {
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
	letter-spacing: 5px;
	font-weight: bold;
	color: #996633;
}

h2 {
	font-size: 1.1em;
	text-decoration: none;
	font-style: italic;
}

p {
	font-size: .8em;
	text-align: justify;
	line-height: 1.7em;
}

a {}

a:link {
	color: #CE8632;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #999999;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #996633;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	}
