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

#head{
	background:url(layout/path.jpg) no-repeat center;
	margin:0 auto;
	width:900px;
	height:71px;
}
#todo{
	width:900px;
	height:100px;
	text-align:center;
	margin:0 auto;
	background: none;
}

#menu_top{
	width:700px;
	height:25px;
	text-align:center;
	margin:0 auto;
	background:#009;
	}

#menu_top1{
	width:140px;
	height:25px;
	text-align:center;
	margin:0 auto;
	background:#eb1c25;
	float:left;
	vertical-align:middle;
}
#menu_top2{
	width:140px;
	height:25px;
	text-align:center;
	margin:0 auto;
	background:#2e3192;
	float:left;
}
#menu_top3{
	width:140px;
	height:25px;
	text-align:center;
	margin:0 auto;
	background:#eb1c25;
	float:left;
}
#menu_top4{
	width:140px;
	height:25px;
	text-align:center;
	margin:0 auto;
	background:#2e3192;
	float:left;
}
#menu_top5{
	width:140px;
	height:25px;
	text-align:center;
	margin:0 auto;
	background:#eb1c25;
	float:left;
}
#esquerda{
	width:100px;
	height:100%;
	text-align:center;
	float:left;
	background:none;
	clear:both;
	}
#centro{
	width:700px;
	height:100%;
	text-align:center;
	float:left;
	background:none;;
	}

#centro_marcas{
	width:700px;
	height:300px;
	text-align:center;
	float:left;
	background:#fff;
	}

#centro_consultas{
	width:700px;
	height:350px;
	text-align:center;
	float:left;
	background:#fff;
	}
#centro_parcerias{
	width:700px;
	height:300px;
	text-align:center;
	float:left;
	background:#fff;
	}
#centro_pagamento{
	width:700px;
	height:350px;
	text-align:center;
	float:left;
	background:#fff;
	}
	
#centro_contato{
	width:700px;
	height:350px;
	text-align:center;
	float:left;
	background:#fff;
	}
	
#centro_cartao{
	width:764px;
	height:301px;
	text-align:right;
	float:left;
	background:none;
	padding-top:5px;
	}

#centro_cheque{
	width:700px;
	height:200px;
	text-align:center;
	float:left;
	background:#FFF;
	}

#centro_loja{
	width:700px;
	height:470px;
	text-align:center;
	float:left;
	background:#FFF;
	}
	
#direita{
	width:100px;
	height:100%;
	text-align:center;
	float:left;
	background:none;
	}
#direita_cartao{
	width:36px;
	height:100%;
	text-align:center;
	float:left;
	background:none;
	}
#direita_card{
	width:36px;
	height:127px;
	text-align:center;
	float: right;
	background:none;
	margin-top:30px;
	}
#direita_cheque{
	width:36px;
	height:128px;
	text-align:center;
	float: right;
	background:none;
	margin-top:30px;
	clear:both;
	}
	
/*LINKS*/

a:link {
	text-decoration:none;
	color:#fff;
	font-weight: bold;
	text-align:center;
}
a:visited {
	text-decoration: none;
	color:#fff;
	font-weight: bold;
	text-align:center;
}
a:hover {
	text-decoration:none;
	color:#000;
	font-weight: bold;
	text-align:center;
}
a:active {
	text-decoration: none;
	color:#fff;
	font-weight: bold;
	text-align:center;
}
/*FONTES*/

.menu{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
.texto_preto{
	font-size:12px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
}
.titulo{
	font-size:14px;
	color:#2e3192;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	
}
.centro{
	text-align:center;
}
