﻿        /*---------------------------------------------------------------------------------
            LAYERS E MARCAÇÕES PARA OS BANNERS DO SITE
        -----------------------------------------------------------------------------------*/
#banner1 {
	padding:0;
	float:left;
	width:720px;
	height:90px;
	margin:30px 0 0 0;
}

.banner_468
{
	padding:0;
	float:left;
	background-color:#fff !important;
	width:468px;
	height:60px;
	margin:10px 0 20px 0;
}

.banner_234
{
	padding:0;
	float:left;
	background-color:#fff !important;
	width:234px;
	height:60px;
	margin:10px 0 20px 0;
}

.banner_120H
{
	padding:0;
	float:right;
	background-color:#fff !important;
	width:120px;
	height:60px;
	margin:10px 0 20px 0;
}


#banner2
{
    margin:0;
    float:left;
	background-color:#fff !important;
	display:table;
}
.banners_vertical
{
    margin:20px 0;
    float:left;
	background-color:#fff !important;
	display:table;
}

#banner1 {cursor:pointer !important;}
