
/*** BOX GOOGLE MAPS EXPANSIVEL ***/

.expansor
{
	background:#6C7EBE;
    width:80px;
    height:25px;
    float:right;
    bottom:0;
    right:0;
    color:#FFF;
    font-weight:bold;
    margin-top:-25px;
    position:relative;
    cursor:pointer;
}

.expansor p
{
	margin-top: 4px;
	text-align: center;
}

.expansor.oculto
{
	display:none;
}
