/* This CSS Document applies only to index.php, Some declarations override those in common.css */

#container {
	background: #FFFFFF;
}

#head-menu {
	background: #FFFFFF url(../images/menu_azul.gif) no-repeat center;
	border: none;
}

p {
	color: #666666;
	margin: 0px 8px 8px 0px;
	padding: 0px;
}

#index-top {
	margin: 0px;
	padding: 6px 355px 0px 0px;
	border-bottom: 4px solid #EBEBEB;
	background: url(../images/index_bg_1.jpg) no-repeat right center;
}

#index-top div.index-menu {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #EBEBEB;
	width: 100%;
}

#menu {
	padding: 8px;
	width: 164px;
	float: right;
	margin: 0px;
}

#index-middle {
	clear: both;
	margin: 12px 4px;
	padding: 0px;
	width: 100%;
}

#index-bottom {
	margin: 0px 0px 3px;
	padding: 0px;
	clear: both;
	border: 1px solid #CCCCCC;
}

#footer{
	height: 40px;
}

/* Index Menu */
#menu ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}

#menu li {
	list-style-type: none;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

#menu li a {
	display: block;
	padding: 4px 3px 4px 24px;
	background: #FFFFFF url(../images/bullet1.gif) no-repeat left center;
}

#menu li a:link, li a:visited {
	color: #666666;
	text-decoration: none;
}

#menu li a:hover {
	color: #fff;
	background: #FF9900 url(../images/bullet2.gif) no-repeat left center;
}

/* Specific Declarations */

div.flash {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 173px;
}

#index-table p { color: #FFFFFF; }

#index-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

#index-table td {
	color: #FFFFFF;
	width: 33.3%;
	padding: 8px 12px;
}

#index-table td.header {
	font-weight: bold;
	padding: 5px 12px;
}

#index-table td.orange { background: #FF9900; }

#index-table td.blue { background: #336699; }

#index-table td.green { background: #009900; }

span.mas {
	font-size: 11px;
	float: right;
	text-align: right;
}

span.mas a:link, span.mas a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

div.estilo {
	float: left;
	width: 320px;
	margin-right: 10px;
}

p.estilo-text {
	font-size: 11px;
	margin: 2px 0px 0px;
	padding: 0px;
}

div.eventos {
	float: left;
	width: 170px;
	margin-right: 10px;
}
div.galerias {
	float: left;
	width: 195px;
}
