*{
	margin:0;
	padding:0;
}

body
{
	background:#eee;
	font-family:Arial, Verdana, sans-serif;
	font-size: medium;
	margin:8px 0 16px;
	text-align:left;
	height:100%;
}


/**** Logo Section  *****/
h1
{
	background-color:#99CC00;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	text-indent:-8000px;
	
}

h1 a
{
	
	display:block;
	height:100%;
	min-height:40px;
	overflow:hidden;
}


img
{
	behavior:url(../inc/css/iepngfix.htc);
	border:none;
}

th {
	padding: 0.5em;
	text-align: left;
}

tr td {
	border: 1px dotted #CCC;
	padding: 0.5em;
}

.red {
	color:#F00;	
}


div#calendar { 
	display:none;
}

#calendar table {
	display:none;	
}

div#eventos {
	width:100%;
	height:auto;
	background-color:#FFF;
	margin:20px;
	padding:10px;
	float:left;
	display:block;
	text-align: left;
	line-height:150%;
	clear:none;	
}

div#eventos_lista {
	width:100%;
	height:auto;
	background-color:#FFF;
	padding:5px;
	float:left;
	display:block;
	text-align: left;
	line-height:150%;
	clear:none;	
}


div#eventos ul{
	margin:0;
	padding:0;
}


div#eventos li{
	list-style:none;
	margin:5px;
}

div#eventos h2{
	font-size:18px;
	font-weight:bold;
	color: #000;
	margin:10px 0;
	min-height:0;
	padding:0;
}

div#eventos h3{
	font-size:16px;
	font-weight:bold;
	color: #F33;	
	margin:10px 0;
	min-height:0;
	padding:0;
}

div#eventos hr {
	clear:both;
    color: #fff;
    background-color: #000;
    height: 4px;
	margin:20px 0;
	border:0;
}

iframe#i_mapa{
	display:none;

}

a:link, a:visited{
	text-decoration:none;
	color:#e9602f;
}	

a:hover, a:active{
	text-decoration:none;
	color:#000;		
}

div#topo{
	width:770px;
	height:auto;
	display:block;
	background-color:#CC0033;
	margin:0 auto;
	
}

div#selo {
	display:none;
}

div#ico_map{
	display:none;
}


