/*Mapas de Google*/


/*Mapa*/
#map{
	width: 500px; 
	height: 450px;
}

.infoTitle {
        font-size: 20px;
        color: #333;
        margin-bottom: 10px;
}

.infoDescription {
        text-align: left;
        width: 350px;
}

.infoDescription .image {
        float: right;
        margin: 4px;
        min-height: 210px;
        height: auto !important;
        height: 210px;
}

.infoDescription .text {
        text-align: left;
}


#data{
    position: absolute;
}
.contentButton{
	position: absolute;
	margin-left: 30px;
}
.infoWindow{
	text-align:center;
	height:160px;
	overflow-y:auto;
/*	overflow-x:auto;*/
}

#desc{
	border:none;
}



/* Boton das categor�as */

.rightGMBarTile {
    margin-bottom: 15px;
}

.rightGMBarTile .tags{
    text-align: justify;
    margin-right: 10px;
}


.rightGMBarTile .check {
	border: 0px;
	background: #fff;
}

.rightGMBarTile .contentButton {
	background:  #d6dadb;
	color:  #2d557e;
	font-size: 10px;
	border: solid 1px  #2d557e;
}

.rightGMBarTile .contentButton:hover {
	color: white;
	background:  #2d557e;
}

/*rightbar.css*/
.rightGMBarTile ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.rightGMBarTile ul .menuHeader {
    text-align: right;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 15px;
}

.rightGMBarTile ul .menuItem {    
    text-align: right;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 11px;
    color: #4a4c49;
}



.rightGMBarTile .size1 {
    width: 95px;
    text-align: right;
    font-size: 11px;
}

/* "Previous" and "Next" links. */

div.previousNextLinks {
    /*margin-left: 10%;*/
    padding-left: 25%;
    padding-right: 30%;    
    /*width: 80%;*/
    margin-bottom: 10px;
}

div.previousNextLinks span.previousLink {
    float: left;
    text-align: left;
    width: 49.5%;
}

div.previousNextLinks span.nextLink {
    float: right;
    text-align: right;
    width: 49.5%;
}


