body {	
      /*margin: 5px 5px 5px 5px;*/ 
      font-size: small;
   }
		
#header{	
      /*text-align:center; */
		/*background: #F0F8FF;*/
		/*background: url('birds.gif');*/
		height: 0%; /*PTTD*/
		/*margin-bottom: 5px;*/
	}

#main_box{	
      overflow:auto;
		margin-left: auto; /*These 2 lines are for horizontally center the div on the page*/
		margin-right: auto;
		height: 100%; /*PTTD*/
		background: url('xblue/body_deg.jpg');
		display: table;
		width:100%;
   }

#quejas_box{	
      /*background: #FFFFFF;*/
		/*background: url('worldclear.gif');*/
		width: 75%;
		float: left;
		height: 95%;
		padding: 11px;
		padding-top: 20px;
	}

#search_box{	
      background: #F8F8FF;
		width: 21%;
		float:right;
		height: 95%;
		padding: 11px;
		padding-top: 50px;
		filter: alpha (opacity=80);
		opacity: 0.8;
		-moz-opacity: 0.8;
		text-align: center;
	}

#QFS_title{
		display: inline;
		font-size: 1.2em;
		font-weight: bold;
	}

#pages_link{
		float: right;	
		font-size: 1.0em;
	}

.publish_link{
		display: inline;
		float: right;	
		font-size: 0.8em;
      text-align: right;
	}

.publish_data{
		display: inline;
		float: left;	
		font-size: 0.9em;
      text-align: left;
	}


.options_link{
		font-size: 1.1em;
	}


