@charset "utf-8";
   
    body{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	background-color:#ffffff;
	}
	
	#container{
	width:900px;
	height:auto;
	min-height:800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
	#header{
	width:900px;
	height:220px;
	background-image: url("../images/muro.png");
	background-repeat: repeat-x;
	}
	
	#header_rel{
	width:900px;
	height:220px;
	position:relative;
	top:0px;
	left:0px;
	}
	
	#administrador{
	width:400px;
	height:100px;
	position:absolute;
	top:120px;
	left:30px;
	background:url(../images/logo_convenios.png);
	}
	
	#logo_lacerda{
	width:400px;
	height:88px;
	position:absolute;
	top:80px;
	right:0px;
	background:url(../images/logo_lacerda.png);
	}
	
	
	
	
	#menu{
	width:900px;
	height:53px;
	}
	
	#menu a{
	text-decoration:none;
	color:#a10e14;
	font-size:14px;
	font-weight:bold;
	}
	#menu a:hover{
	color:#EC1C26;
	}
	
	#menu_txt_info{
	width:495px;
	height:30px;
	padding-top:23px;
	float:left;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	}
	
	#menu_link_sair{
	width:60px;
	height:30px;
	padding-top:23px;
	float:left;
	}
	#menu_link_sair a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	}
	#menu_link_sair a:hover{
	color:#fed102;
	}
	
	#menu_item1{
	width:105px;
	height:35px;
	padding-left:10px;
	padding-top:18px;
	float:left;
	background:url(../images/bt_menu_ini.png);
	text-align:center;
	}
	#menu_item2{
	width:100px;
	height:35px;
	padding-left:15px;
	padding-top:18px;
	float:left;
	background:url(../images/bt_menu.png);
	text-align:center;
	}
	#menu_item3{
	width:110px;
	height:35px;
	padding-left:5px;
	padding-top:18px;
	float:right;
	background:url(../images/bt_menu_fim.png);
	text-align:center;
	}
	
	
	#conteudo{
	width:898px;
	height:415px;
	border:solid 1px #f38500;
	}
	#ifr{
	width: 898px;
	border:0px;
	height:415px;
	}
	
	#footer{
	width:900px;
	height:70px;
	background:url(../images/footer_background.png);
	}
	
	#footer_info{
	width:578px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer_info.png);
	}