.foto-donde{
	float: left;
	margin-right: 10px;	
}



section#donde_estamos{
	padding:35px;
	overflow:hidden;
}
section#donde_estamos #mapa{
	width:537px;
	float:left;
	margin-right:16px;
	margin-bottom:24px;
	overflow:hidden;
}
section#donde_estamos #textos{
	width: 580px;
	float:left;
	
}
section#donde_estamos #textos #texto1{
	float:left;
	width: 100%;
	margin-bottom:40px;
}
section#donde_estamos #textos #texto1 #titulo{
	font-family: t_bold;
	font-size:30px;
	margin-top: -14px;
	margin-left:-2px;
}
section#donde_estamos #textos #texto1 #texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top: 14px;
	color:#666666;
}
section#donde_estamos #textos #texto2{
	float:left;
	width: 330px;
	clear:both;
	margin-bottom:40px;
}
section#donde_estamos #textos #texto2 #titulo{
	font-family: t_bold;
	font-size:24px;
	margin-top: -14px;
	margin-left:-2px;
}
section#donde_estamos #textos #texto2 #texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top: 14px;
	color:#9d9d9d;
}
section#donde_estamos #textos #texto3{
	float:left;
	width: 250px;

	margin-bottom:24px;
	
}
section#donde_estamos #textos #texto3 #titulo{
	font-family: t_bold;
	font-size:24px;
	margin-top: -14px;
	margin-left:-2px;
}
section#donde_estamos #textos #texto3 #texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top: 14px;
	color:#9d9d9d;
}

/******************************
		GOOGLE MAPS
*******************************/
#map_canvas {
	top: 0px;
	overflow: hidden;
	height:333px;
	width: 537px;

      }



@media screen and (max-width:1203px) {
	section#donde_estamos #textos{
		width: 390px;
		
	}
}
@media screen and (max-width:875px) {
	section#donde_estamos #textos{
		width: 100%;
		
	}
}
@media screen and (max-width:605px) {

	section#donde_estamos #mapa{
		width:100%;
	}
	section#donde_estamos #mapa img{
		width:100%;
	}
	section#donde_estamos{
		padding:12px;
	}
}