html--sedes-mapa-tax.tpl.php 659 Bytes
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1">
		<?php print $head; ?>
		<title><?php print $head_title; ?></title>
		
		<?php print $scripts; ?>
        <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
        <style>

		#map_canvas { margin: auto; width: 100%; height: 515px;}
		.google-content
		{
		font-size: 80%;
		}
		.google-content h2 
		{
		margin: .3em .1em;
		padding: 0;
		}
		.lightbox-processed{ margin:0px}
		
		
		</style>	

	</head>
    
	<body >
		<?php print $page; ?>
	</body>
</html>