	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
        font-family:Georgia;
        color:#34516F;
        font-size:16px;
        font-weight:bolder;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
        font-size:12px;
        text-align:justify;
	}
    
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		
	}
    
    .buttonscontainer {width: 160px;}
    
    #buttons a {
        color: #000000;
        background-color: #FFFFFF;
        padding: 3px;
        padding-left: 10px;
        display: block;
        font: 12px Verdana, sans-serif;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
        margin-top: 1px;
    }
    
    #buttons a:hover {
        border-left: 10px solid #FFFFFF;
        text-decoration: none;
        color: #000000;
    }
    
    #buttons .conceito {
        border-left: 10px solid #de1218;
    }
    
    #buttons .contrate {
        border-left: 10px solid #f0c300;
    }
    
    #buttons .babas {
        border-left: 10px solid #e55017;
    }
    
    #buttons .folguistas {
        border-left: 10px solid #ea7d13;
    }
    
    #buttons .estados {
        border-left: 10px solid #64a61e;
    }
    
    #buttons .franquia {
        border-left: 10px solid #008b39;
    }
    
    #buttons .noticias {
        border-left: 10px solid #008f81;
    }
    
    #buttons .index {
        border-left: 10px solid #0058a4;
    }
    
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
    
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
    
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #ccc;
	}
	#footer p {
		padding-left:10px;
		margin:0;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
	}
    
    img {
        border:0;
    }
    
    #container {
        margin: 1em auto;
        }
    
    /* Form setup */
    form fieldset {
        border: 1px solid #ccc;
        padding: 0;
        margin: 1px 0;
        }
    
    form fieldset legend {
        font-size: 12px;
        padding: 0;
        color: #999;
        }
    
    form fieldset ol {
        list-style: none;
        padding: 0 0px 0 2px;
        margin:0;
        }
    
    form fieldset ol li {
        border-bottom: 1px dashed #ccc;
        padding: 2px 0;
        }
    
    form fieldset label {
        font-size: 12px;
        display: block;
        }
    
    form fieldset label.fluid {
        display: inline;
        padding: 0 !important;
        }
    
    form fieldset ol li.fifty {
        float: left;
        width: 49.9%;
        }
    
    form fieldset ol li.twenty {
        float: left;
        width: 20%;
        }
    
    form fieldset input,
    form fieldset textarea,
    form fieldset select {
        padding: 2px;
        font: 11px "Trebuchet MS", sans-serif;
        border: 1px solid #aaa;
        color: #777;
        margin-top: .2em;
        margin-left: 1em;
        }
    
    form fieldset input:focus,
    form fieldset textarea:focus {
        border: 1px solid #555 !important;
        color: #555;
        }
    
    form textarea {
        width: 75%;
        overflow: auto;
        }
    
    form fieldset input.plain {
        border: 0 !important;
        padding: 0 !important;
        }
    
    form label em {
        color: #999;
        font-size: .9em;
        }
    
    form abbr {
        cursor: help
        }
    
    form fieldset p {
        padding: 1px;
        background: #f5f5f5;
        border: 1px solid #ddd;
        margin: 0 0 1px 0;
        color: #777;
        }

    form button {
        padding: .5em 2em;
        font: 11px "Trebuchet MS", Sans-Serif;
        cursor: pointer;
        }    
    
    .buttonHolder {
        background: #eee;
        padding: .5em;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        }
        
    form #info {
        padding-left:10px;
		margin:0;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        text-align:justify;
    }
    /* hidden sections */
        .holder {
            display: none;
            margin-left: 2em;
            border-left: 1px dashed #ccc;
            }
        
        .holder label {
            padding-left: 1em;
            }
        
        #hldr_fileTypes {
            padding-top: .5em;
            }
    /* // hidden sections */
/* // Form setup */

.publicada {
    font-size:9px;
    font-weight: normal;
}

.noticiaTitulo {
    font-size:14px;
    font-weight:bold;
}

.noticia {
    font-size:12px;
    padding-left:5px;
}

  /* Clearfix & Image Replacement */
        .graphic {
            margin: 0; padding: 0; display: block; overflow: hidden; text-indent: -1000em; }

        ol {
            overflow: hidden; }
    /* // Clearfix & Image Replacement */