body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#dcf0f7;
}

h1 {
	font-size: 20px;
}

#divMapa {
	width: 1024px;
	float:left;
}

#listaPT{
	float:right;
	width: -webkit-calc(100% - 1050px);
    width:    -moz-calc(100% - 1050px);
    width:         calc(100% - 1050px);
	height:768px;
	background: black;
    border: 2px solid white;
	color:white;
	border-radius: 30px;
	overflow:auto;
	padding-bottom:30px;
}


#listaPT h1{
	margin-top:30px !important;
	text-align:center;
}

#listaPT div{
	width:80%;
	margin-left:10% !important;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

img{
	text-align:center;
}

.subtitulo{
	font-weight:bold;
	text-decoration:underline;
}