.titulo_map{
	color:#fff;
}
.aco_map{
	width:300px;
	height:226px;
	border:0px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 600px) {
       table {
         width:90%;
		  margin-top:-70px;
		margin-left:-50px;
		text-align:center;
		border-collapse: separate;
		border-spacing:  1px;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;

       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
       td{
       	text-align:center;
       }
	}
	table{
		border-collapse: separate;
		border-spacing:  35px;
	}
	td{
		float: center;
		width: 200px;
		height: 200%;
	}
	