body{
	background:url(../imgs/menuBackHover.png);
	font-family : "Trebuchet MS", verdana, sans;
	font-size : 0.75em;
	margin-top: 0px;
	margin-bottom: 0px;
}

#tudo{
    width:900px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #003892;
}

#logo{
padding-bottom:2px;
}

#logotipo{
	display:block;
}

#centrado{
	width:900px;
	background: url('../imgs/fundo_azul.jpg');
	border:0em;
	padding:0em;
	clear:left
}

#top{
	width:900px;
	border:0px;
	padding:0px;
	
}

#Menu{
    margin: 0;
    padding: 0;
    float: left;
    font-size:13pt;
    width:900px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #003892;
}

#Menu li{
    display: inline;
}

#Menu li a#firstLI{
	float: left;
	background:url(../imgs/menuBack.png);
    color: #003892;
    text-decoration: none;
    border:0px;
}

#Menu li a:hover#firstLI{
    float: left;
    color: #FFFFFF;
	background:url(../imgs/menuBackHover2.png);
}


#Menu li a{
width:180px;
    float: left;
	background:url(../imgs/menuBack.png);
    color: #003892;
    text-decoration: none;
	border-right: 0em;
    
}

#Menu li a:hover{
    float: left;
    color: #FFFFFF;
	background:url(../imgs/menuBackHover2.png);
}

#Menu li a#lastLI{
	width:180px;
    float: left;
	background:url(../imgs/menuBack.png);
    color: #003892;
    text-decoration: none;
}

#Menu li a:hover#lastLI{
    float: left;
    color: #FFFFFF;
    background:url(../imgs/menuBackHover2.png);
}

#Menu li a#activLI{
	float: left;
	background:url(../imgs/menuBackHover3.png);
    color: #FFFFFF;
    text-decoration: none;
    border:0px;
}

#Menu li a#firstLIActiv{
	float: left;
	background:url(../imgs/menuBackHover3.png);
    color: #FFFFFF;
    text-decoration: none;
    border:0px;
}

#Menu li a#lastLIActiv{
	width:180px;
    float: left;
	background:url(../imgs/menuBackHover3.png);
    color: #FFFFFF;
    text-decoration: none;
}

#bodyContent{
	text-align:justify;
	min-height: 600px;/*firefox, opera, ie7 */
	height:auto !important; /*firefox, opera, ie7 */
	height:600px; /* ie6 */
	padding:20px;
	font-size: 1.1em;
	
}

#showContent {
	width:860px;
	/*max-width: 860px;*/
	overflow:hidden;
}

#showContent .thumbnail{
	list-style: none;
	padding:0;
}

#showContent .thumbnail li{
	display: block;
	float:left;
}

#showContent .thumbnail li a{
	width: 120px; 
	float: left;
	margin:10px;
	padding:10px;
	display:block;
	text-align: center;
	color: #003892; 
	font-weight: bold;
	text-decoration: none;
}

#showContent .thumbnail li a:hover{
	background-color: #003892;
	color: #FFFFFF;
	text-decoration: underline;
}

#showContent .thumbnail li a img {
	display:block; 
	margin: 0 auto;
	border: 0;
}




