.hidden{display: none}
html,body,#wrapper{ margin: 0; padding: 0;}
body{background: #f6f9f6; color: #333;}

/*Wrapper is topped at the center of the screen */
#wrapper{
        display: block;
        /*background: url("semitransparente.png");*/
        position: absolute;
        width: 80%;
        left: 10%;
        top: 50%;
        text-align: center;
        vertical-align: middle;
}
/*The header is large enought to drop the content bellow the centered logo*/
#header {
	margin:0;
	padding:0;}

#BOtitle{
        /*Font Defs*/
        font-family: Georgia, Times New Roman, Times, serif;
        font-style: italic;
        font-size: 3em;
        /* Absolute centering 
        position: absolute;
        top:50%; */
	/* Relative centering - header is topped at the middle of the screen*/
        position: relative;
	top: 0;
        left: 50%;
        height: 4em;
        margin-top: -2em;
        width: 12em;
        margin-left: -6em;
        text-align: center;
}
#burocrata_title, #org_title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display:block;
}
#burocrata_title{
        z-index: 1;
        color: #333;
        font-size: 2em;
        top: 0.5em;
        }
#org_title{
        z-index: 0;
        color: #ccc;
        font-size: 4em;
        letter-spacing: 0.25em;
        top: -0.125em;
        }

#content{
        border-top: 2px dotted #ccc;
        display: block;
        /*background: url("semitransparente.png");*/
	margin: 1em;
	padding: 1em;
        padding: 0 1em;
        text-align: center;
        vertical-align: middle;
}


#content p {
        font-size: 1.5em;
        font-family: Verdana, Arial, sans-serif;
        }

#content ul{
	font-size: 1.5em;
	font-family: Verdana, Arial, sans-serif;
	list-style:none;
	margin-top: 0;
	padding-top: 0;
}

#content ul li {
	display: inline;
	padding: 0;
	/* margin: 0 15%;
	 * border: 1px solid red;
	 */
}

#content ul li a {
	color: #666;
	text-decoration:none;
	padding: 0 1em;
	}
#content ul li a:hover {
	color: #333;
	text-decoration:none;
	border-top: 2px solid #333; }

#footer{
	display: block;
	padding-top: 4em;
	/* Font styling must come here */
	/* Positioning defs must come here */
	/* - margin-top == height */
}
