#linea01 {
	background-color: #272727;
	height: 5px;
	width: 100%;
}
.google-maps-size{
	max-height: 400px;
	width: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-height: 400px !important;
}
#notas {
	height: 290px;
	width: 100%;
	max-width: 260px;
	border-radius: 10px;
	padding: 5px;
	border: thin solid #D6D6D6;
	background-color: #FDFDFD;
}

#notas:hover{
	text-decoration: none inherit;
	-webkit-box-shadow: 0px 0px 5px 2px #d7d7d7;
	box-shadow: 0px 0px 5px 2px #d7d7d7;
}

#notas img {
	max-width: 250px !important;
}
