/* ----- CSS ----- */
*{
	margin:0;	
	padding:0;
	outline: none;
}

body {
	font: normal 10px/14px verdana, arial, sans-serif;
	text-align:center;
	color: #fff;
	padding:0;
	margin:0;
	background: #D4D4D4;
}
img {
	border:0;
}
a {
	outline:none;
	color: #FFF;
}
table {
	border-collapse: collapse;
	padding:0;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* ----- LAYOUT ----- */
#maintable {
	margin: 30px auto;
	width:766px;
	text-align:left;
}
#celltop {
	height: 5px;
	background: transparent url(images/home-shadow-top.gif) no-repeat left top;
}
#cellbody-left {
	width: 5px;
	background: transparent url(images/home-shadow-body-left.gif) repeat-y left top;
}
#cellbody-right {
	width: 5px;
	background: transparent url(images/home-shadow-body-right.gif) repeat-y left top;
}
#cellbody {
	width: 758px;
	height:568px;
	background: #0D4A8C url(images/home-bg.gif) no-repeat left top;
	text-align:left;
}
#cellbottom {
	height: 5px;
	background: transparent url(images/home-shadow-bottom.gif) no-repeat left top;
}
#layout-table {
	width: 758px;
	height:568px;
}
.logo {
	width: 142px;
	height:143px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.menu {
	width: 550px;
}
.nav {
	height: 80px;
	width: 139px;
	border-right: 1px solid #fff;
}
.othernav {
	width: 130px;
	height: 80px;
	color: #fff;
}
.othernav ul{
	list-style:square;
	padding: 0;
	margin: 0 0 0 35px;
}
.othernav a{
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}
#cell-left,
#cell-right {
	width: 29px;
}
#cell-left {
	height: 143px;
}
#cell-right {
	border-left: 1px solid #fff;
	height:568px;
}
#blank {
	height: 63px;
	width: 139px;
	border-top: 1px solid #fff;
}
#minotauro {
	width: 312px;
	height:425px;
}
#content {
	border-top: 1px solid #fff;
	vertical-align: top;
	vertical-align:bottom
}
#content-central {
	width: 415px;
}
#content-central .titleweb {
	vertical-align:bottom;
}
#content-central .news {
	height: 354px;
	padding-right: 15px;
}
#content-central .intros td {
	vertical-align: top;
}
#content-central h1 {
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0;
}
#content-central .foto-home {
	border: 1px solid #fff;
	float: left;
	margin: 0 15px 15px 0;
}
#content-central a {
	text-decoration: none;
}
#content-central p.link {
	margin-top: 20px;
}
#content-central p.link a{
	font-weight: bold;
}
#content-central .separador {
	width: 5px;
}
#content-central #foot {
	height: 57px;
	border-top: 1px solid #fff;
}
#content-central #foot a {
	text-decoration: none;
	font-weight: bold;
}