@charset "UTF-8";
/* CSS Document */

#container{
	margin: auto;
	padding: 0px;
	width: 500px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #fff7;
	border-radius: 5px;
	background: rgba( 255 , 255 , 255 , .5 );
	position:  relative;
}
 
#box-1, #box-2, #box-3{
	width: 500px;
	height: 150px;
}


.txt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.TBL_1024{
	max-width:1024;
	min-width:1024;
}

.TBL_1920{
	max-width:1920;
	min-width:1024;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Branco_negrito {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.Branco_normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12.5px;
	font-weight: normal;
	color: #FFF;
}

.Branco_menor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #FFF;
}


.TXT_PUBLI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}


.RODAPE {
	max-width: 100%;
	min-width: 1024;
	width: 100%;
	height: 150px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #D80003;
	background-image: url(images/BKG_RODAPE_150.jpg);
	text-align: center;
	vertical-align: middle;
}

	

