*  {
	margin:0;
	padding:0;
}
 
html, body {height:100%; overflow-x:hidden;}
 
.tudo {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	height:100%;
}

.topo {
	width:1000px;
	height:120px;
	position:relative;
	left:50%;
    margin-left:-500px;
}

.footer {
	width:192px;
	height:160px;
	position:absolute;
	left:50%;
	margin-left:-96px;
	margin-top:70px;
	z-index:50;
}

.fotos {
	width:1920px;
	left:50%;
	margin-left:-960px;
	height:296px;
	position:relative;
	background: url("mosaico_fotos.jpg");
	background-repeat:no-repeat;
	background-size: contain;
}

.content {
	width:1000px;
	height:370px;
    position:relative; 
    left:50%;
    margin-left:-500px;
	margin-top:30px;
}

.tudomarcas {
	width:1000px;
	height:240px;
	position:relative;
}

.txtempresas {
	width:1000px;
	height:150px;
	position:relative;
	font-size:14px;
}

.classe1 {
	background-color:#f8f8f8;
}

.classe2 {
	background-color:#f8f8f8;
}

.classe3 {
	background-color:#f8f8f8;
}

div.classe1:hover {
    background-color: #c4161c;
}
div.classe2:hover {
    background-color: #00377b;
}
div.classe3:hover {
    background-color: #a6ce39;
}

.tudorodape {
	position:relative;
	bottom:0;
	width:100%;
	height:35px;
	background-color:#808184;
	margin-top:30px;
}

.rodape1 {
    width:125px;
	height:35px;
	text-align:left;
	float:left;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.rodape2 {
    width:310px;
	height:16px;
	margin:10px 6px 0px 0px;
	text-align:right;
	float:right;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

a.classe11:link {
	text-decoration: none;
    color: #999;
}

a.classe11:visited {
	text-decoration: none;
    color: #999;
}

a.classe11:active {
	text-decoration: none;
    color: #999;
}

a.classe12:link {
	text-decoration: none;
    color: #666;
}

a.classe12:visited {
	text-decoration: none;
    color: #666;
}

a.classe12:active {
	text-decoration: none;
    color: #666;
}