#m5{
	  /* Safari 4+ y Chrome 1+ */  
	  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #004673), color-stop(1, #002b4d));  
	  
	  /* Safari 5.1+ y Chrome 10+ */  
	  background-image:-webkit-linear-gradient(#004673, #002b4d);  
	  
	  /* Firefox 3.6+ */  
	  background-image:-moz-linear-gradient(top, #004673, #002b4d);  
	  
	  /* Opera 11.10+ */  
	  background-image:-o-linear-gradient(top, #004673, #002b4d);  
	  
	  /* Internet Explorer 5.5+ */  
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#004673', EndColorStr='#002b4d'); 
	  color:white;
}
#contBarraGris{
	width:100%;
	height:120px;
	float:left;
	position:relative;
	z-index:2;	
}
#barraGris{
	width:871px;
	height:56px;
	margin:0 auto;
	position:relative;
	background-image:url('../img/gris.png');
	text-align:center;
}
#btnsBarraGris{
	width:330px;
	margin:0 auto;
}
.txtDirEdos{
	width:230px;
	height:100px;
	padding:10px;
	color:black;
	position:absolute;top:300px;left:10%;
	background-image:url('../img/gris_mapa.png');
	background-repeat:no-repeat;
}
.tit{
	font-size:18px;
	position:absolute;top:-200px;left:700px;
	float:right;
	width:170px;
	height:43px;
	background-image:url('../img/btnBco.png');
	padding-top:13px;
	background-repeat:no-repeat;
	text-align:center;
}
#contMapa{
	width:100%;
	height:530px;
	float:left;
	background-image:url('../img/fclaro.png');
	color:white;
	position:relative;
	z-index:2;	
}
#mapa{
	width:520px;
	margin:0 auto;
	padding-top:30px;
}
#d1,#d2{
	width:100%;
	overflow:auto;
	float:left;
}
#d1{
	margin-bottom:30px;
}
#lblCord{
	position:relative;top:-70px;right:90px;
	width:300px;
	font-weight:bold;
}
.datos{
	float:left;
	width:240px;
}
.datos1{
	float:left;
	width:200px;
	margin-left:30px;
}
#verMapa,#coordinadores,#btn_distribuidores{
	width:120px;
	height:20px;
	float:left;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	color:white;
	font-size:16px;
	padding-top:5px;
	margin-top:15px;
}
#coordinadores{
	width:154px;
	padding-right:5px;
	border-right:solid 1px white;
}
#coordinadores:hover{color:skyblue;}
#btn_distribuidores:hover{color:skyblue;}
#btn_catD{width:300px;position:absolute;top:20px;right:20px;background-color:#002851;padding:5px;cursor:pointer;cursor:hand;}
#btn_catD:hover{background-color:#007ba7;}
#contInfoD{
	width:100%;
	height:400px;
	overflow:auto;
	float:left;
	display:none;
	position:relative;top:-20px;
	z-index:2;	
}
#contInfoDis{
	width:900px;
	height:330px;
	margin:0px auto;
	color:white;
	background-image:url('../img/fclaro.png');
	-moz-border-radius: 20px; /* Firefox*/
	-ms-border-radius: 20px; /* IE 8.*/
	-webkit-border-radius: 20px; /* Safari,Chrome.*/
	border-radius: 20px; /* El estándar.*/
}
#formLocalizacion{
	float:left;
	padding-left:30px;
	width:90%;
}
#titulo{
	font-size:32px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:30px;
}
#cd,#edo{
	padding-bottom:10px;
	width:150px;
	float:left;
	margin-left:30px;
}
select{
}
#infoDis{
	float:left;
	width:700px;
}
#jal2Dis,#sinaloa2Dis{
	width:100%;
	float:left;
	margin-top:20px;
}
.logGooM{
	cursor:pointer;
	cursor:hand;
	width:150px;
	float:left;
}
#pie{
	float:left;
	overflow:auto;
	position:fixed;
	bottom:0;
	height:88px;
	z-index:2;
}
#cuadrod{
	position:absolute;
	top:120px;
	right:0.5%;
	background-image:url('../img/curvad.png');
}.cmbDist{display:none;}
#mapadatos,#mapadatos2{height:100%;width:100%;text-align:center;}
#mapadatos2{display:none;}
.imageMapaDatos{height:100%;}


