@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
}
.tudo {
    /*width: 770px; AQUI ENTRA O 1° COMENTÁRIO PARA FUNCIONAR O NOSSO LAYOUT FLUIDO */
    margin: 0;
    text-align: left;
	background:url(imagens/bg.jpg);
	}
.body {
    text-align: center;
}
.topo {
    height: 300px;
    text-align: center;
    backgroundurl: url(imagens/bg.jpg);
}
.colEsq {
    width: 170px;
    float: left;
    background: url(imagens/bg.jpg);
}
.colDir {
    /*width: 600px; AQUI ENTRA O 2° COMENTÁRIO PARA FUNCIONAR O NOSSO LAYOUT FLUIDO */
    float: left;
    background: url(imagens/bg.jpg);
}
.rodape {
    background: url(imagens/rodape.jpg);
    height: 400px;
    text-align: center;
    clear: both;
}.menu {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.texto {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	color: #6d6e71;
	text-decoration: none;
}
.texto_roxo {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	color: #711c76;
	text-decoration: none;
}
.textop {
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	line-height: 15px;
	color: #6d6e71;
	text-decoration: none;
}
.texto_vermelho {
	font-family: Verdana;
	font-size: 11px;
	font-style: bold;
	line-height: 15px;
	color: #d2232a;
	text-decoration: none;
}
.texto_vermelhom {
	font-family: verdana;
	font-size: 13px;
	line-height: 20px;
	color: #d2232a;
	text-decoration: none;
	}
	.texto_vermelhoma {
	font-family: Verdana;
	font-size: 15px;
	font-style: bold;
	line-height: 25px;
	color: #d2232a;
	text-decoration: none;
	}
.texto_vermelhop {
	font-family: Verdana;
	font-size: 11px;
	font-style: bold;
	line-height: 15px;
	color: #d2232a;
	text-decoration: none;
}
.textom {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #6d6e71;
	text-decoration: none;
}
.textom2 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #6d6e71;
	text-decoration: none;
}
.textoma {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #6d6e71;
	text-decoration: none;
}
.div {
width:250px;
height:100px;
overflow: auto;
padding:10px;

}

