﻿@charset "utf-8";
/*  GOOGLE MAP  */

#map{
	float:left;
	width:100%;
	height:406px;
	margin:10px 0 20px 0px;
	border:2px solid #03AD69;
    border-radius: 10px;
	overflow:auto;
}

#map1 {
    width:100%;
    float:left;
    height:150px;
    border:1px solid #DDD;
}

#map2 {
    width:100%;
    float:left;
    height:150px;
    border:1px solid #DDD;
}

#map3 {
    width:100%;
    float:left;
    height:150px;
    border:1px solid #DDD;
}

.enlace_maps:link{text-decoration:underline; color:#666;}
.enlace_maps:visited{text-decoration:underline; color:#666;}
.enlace_maps:hover{text-decoration:none; color:#666;}

/*   FIN GOOGLE MAP   */