/* CSS Document */
#container{
	width: 780px;
	height: auto;
}
#header{
	width: 100%;
	height: 110px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
#menuSuperior{
	text-align:right;
	padding-right:15px;
	padding-top:10px;
	color:#525868;
	font-weight:bold;
	width:100%;
	height:20px;
}
#barraMenu{
	width: 100%;
	height: 30px;
	text-align:center;
	background-image:url(../images/mainMenuBar.png);
	background-repeat:repeat-x;
	color:#7D8496;
	font-weight:bold;
}
#menuPrincipal{
	text-align:center;
	width:100%;
	height:30px;
}
#main{
	width: 100%;
	height:auto;
	background-color:#FFFFFF;
}
#naviLeft{
	width:170px;
	height:400px;
	padding:5px;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(../images/gradient.png);
	background-repeat:repeat-x;
}
#mainRight{
	background-color:#FFFFFF;
}
#contentRight{
	width:608px;
	height:400px auto;
	padding:5px;
	background-color:#FFFFFF;
	background-image:url(../images/gradient.png);
	background-repeat:repeat-x;
}
#barraInferior{
	background-image:url(../images/footerMenu.png);
	background-repeat:repeat-x;
	width: 100%;
	height: 25px;
	text-align:center;
}
#menuInferior{
	text-align:center;
	width:100%;
	height:25px;
}
#infoAdmin{
	width:100%;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	background:#dddddd;
	padding-left:2px;
}
#footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#888888;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:10px;
	padding-top:3px;
	width: 100%;
	height: 22px;
}