
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { 
 font-family: "Lucida Grande", Tahoma;
 background: #202427;  
 color: #797979;
 font-size: 75%;
}



a img { border: none; }

.mini_img{
padding-left: 5px;
padding-right: 5px;
	float: left;
}



a {
	cursor: pointer;
	color: #607293;
	text-decoration: none;
}

a:hover {
	color: #354158;
}

#header{
	margin: auto;
  	width: 500px;
	
}



h2 {
	font-size: 2.2em;
	border-bottom: 1px solid #797979;
	margin-bottom: 6px;
	color: #354158;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	margin-top: 5px;
	color: #607293;
}

h4 {
	font-weight: bold;
}


ul {
	margin-left: 15px;
}


#container {
	width: 500px;
	
	margin: auto;
	
}
#separador{
	width: 500px;
	height: 300px;
}
#logoFooter{
	width: 500px;
	height: 50px;
	margin: auto;
}
#content {
	width: 500px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 6px;
}

#footer {
	font-size: 10px;
	color: Gray;
	width: 500px;
	text-align: center;
	margin:auto;
	border-top: 1px solid #797979;
}
