@charset "utf-8";
/* CSS Document */
body
{
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
}

#main
{
	margin:0 auto 0 auto;
	width:920px;
	text-align:center;
}

#header
{
	position:relative;
	top:0px;
	left:0px;
	width:920px;
	height:161px;
	background-image:url(../images/cch/header.jpg);
}

div.menuContainer
{
	position:absolute; 
	height:37px; 
	width:763px; 
	left: 157px; 
	top: 96px;
	background-color:#005E84;
}

div.menuSeparator
{
	float:left;
	background-color:white;
	width:2px;
	height:37px;
}

div.menuTab
{
	float:left;
	width:135px;
	height:36px;
	vertical-align:middle;
}

div.menuCenter
{
    float:left;
    width:100px;
    height:37px;
    margin-top:10px;
}

div.menuCenter2
{
    float:left;
    width:100px;
    height:37px;
    margin-top:3px;
}

a.headerLink
{
	/*display:block;
	width:100%;*/
	height:44px;
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	/*background-image:url(../img/azul-barra-menu-superior.jpg);*/
}

a.headerLink:hover
{
	text-decoration:underline;
}

.footerText
{
	color:white;
	font-size:12px;
	font-weight:bold;
}

